Merge pull request #62327 from tadfisher/plata-theme
plata-theme: 0.8.0 -> 0.8.3
This commit is contained in:
commit
d6b10a59d3
@ -3,31 +3,30 @@
|
||||
, cinnamonSupport ? true
|
||||
, gnomeFlashbackSupport ? true
|
||||
, gnomeShellSupport ? true
|
||||
, mateSupport ? true
|
||||
, openboxSupport ? true
|
||||
, xfceSupport ? true
|
||||
, gtkNextSupport ? false
|
||||
, plankSupport ? false
|
||||
, steamSupport ? false
|
||||
, telegramSupport ? false
|
||||
, tweetdeckSupport ? false, zip ? null
|
||||
, telegramSupport ? false, zip ? null
|
||||
, tweetdeckSupport ? false
|
||||
, selectionColor ? null # Primary color for 'selected-items' (Default: #3F51B5 = Indigo500)
|
||||
, accentColor ? null # Secondary color for notifications and OSDs (Default: #7986CB = Indigo300)
|
||||
, suggestionColor ? null # Secondary color for 'suggested' buttons (Default: #673AB7 = DPurple500)
|
||||
, destructionColor ? null # Tertiary color for 'destructive' buttons (Default: #F44336 = Red500)
|
||||
}:
|
||||
|
||||
assert tweetdeckSupport -> zip != null;
|
||||
assert telegramSupport -> zip != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "plata-theme-${version}";
|
||||
version = "0.8.0";
|
||||
pname = "plata-theme";
|
||||
version = "0.8.3";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "tista500";
|
||||
repo = "plata-theme";
|
||||
rev = version;
|
||||
sha256 = "10xvfrc945zqlgzlx8zjyg0gnkwmq9vfjk0yqjy3gg62i65s8sch";
|
||||
sha256 = "0ibgymdrw91lnng76lb0x55zg6nm9f2vap19wk7qsq3bcw6ny2zi";
|
||||
};
|
||||
|
||||
preferLocalBuild = true;
|
||||
@ -41,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
libxml2
|
||||
gnome2.glib.dev
|
||||
]
|
||||
++ stdenv.lib.optional tweetdeckSupport zip;
|
||||
++ stdenv.lib.optional telegramSupport zip;
|
||||
|
||||
buildInputs = [
|
||||
gdk_pixbuf
|
||||
@ -61,7 +60,6 @@ stdenv.mkDerivation rec {
|
||||
(enableFeature cinnamonSupport "cinnamon")
|
||||
(enableFeature gnomeFlashbackSupport "flashback")
|
||||
(enableFeature gnomeShellSupport "gnome")
|
||||
(enableFeature mateSupport "mate")
|
||||
(enableFeature openboxSupport "openbox")
|
||||
(enableFeature xfceSupport "xfce")
|
||||
(enableFeature gtkNextSupport "gtk_next")
|
||||
|
Loading…
Reference in New Issue
Block a user