Merge pull request #76192 from worldofpeace/pantheon-update-script

Pantheon update script
This commit is contained in:
worldofpeace
2019-12-22 18:56:13 -05:00
committed by GitHub
29 changed files with 241 additions and 18 deletions
+7 -1
View File
@@ -1,4 +1,4 @@
{ mkDerivation, lib, fetchFromGitHub, cmake, ninja, qtbase }:
{ mkDerivation, lib, fetchFromGitHub, cmake, ninja, qtbase, pantheon }:
mkDerivation rec {
pname = "adwaita-qt";
@@ -26,6 +26,12 @@ mkDerivation rec {
--replace "DESTINATION \"\''${QT_PLUGINS_DIR}/styles" "DESTINATION \"$qtPluginPrefix/styles"
'';
passthru = {
updateScript = pantheon.updateScript {
attrPath = pname;
};
};
meta = with lib; {
description = "A style to bend Qt applications to look like they belong into GNOME Shell";
homepage = https://github.com/FedoraQt/adwaita-qt;