summary refs log tree commit diff
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-10-11 14:02:13 +0200
committerGitHub <noreply@github.com>2019-10-11 14:02:13 +0200
commit5f2431e004d560fe5529824e220f3e0f80e8eae3 (patch)
tree382f7e67e9d22f063001ad197d1ea139de2a5c31
parentb8ae6d363b922e94e1dabc17b75d8c314dea5a54 (diff)
parent88f33ceebf8555845fecf8207dc0ed034d4e29c9 (diff)
downloadnixpkgs-5f2431e004d560fe5529824e220f3e0f80e8eae3.tar
nixpkgs-5f2431e004d560fe5529824e220f3e0f80e8eae3.tar.gz
nixpkgs-5f2431e004d560fe5529824e220f3e0f80e8eae3.tar.bz2
nixpkgs-5f2431e004d560fe5529824e220f3e0f80e8eae3.tar.lz
nixpkgs-5f2431e004d560fe5529824e220f3e0f80e8eae3.tar.xz
nixpkgs-5f2431e004d560fe5529824e220f3e0f80e8eae3.tar.zst
nixpkgs-5f2431e004d560fe5529824e220f3e0f80e8eae3.zip
Merge pull request #70913 from romildo/upd.plano-theme
plano-theme: 3.32-1 -> 3.34-1
-rw-r--r--pkgs/data/themes/plano/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/data/themes/plano/default.nix b/pkgs/data/themes/plano/default.nix
index b009bd2780c..a76a7e40020 100644
--- a/pkgs/data/themes/plano/default.nix
+++ b/pkgs/data/themes/plano/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "plano-theme";
-  version = "3.32-1";
+  version = "3.34-1";
 
   src = fetchFromGitHub {
     owner = "lassekongo83";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0p9j4p32489jb6d67jhf9x26my0mddcc6a174x713drch8zvb96l";
+    sha256 = "0fdg4jyc3xv98yg2r6c8rccvbpf8y2l3x79qbpiq6ck9k6d34ycq";
   };
 
   buildInputs = [ gdk-pixbuf gtk_engines ];
@@ -20,11 +20,11 @@ stdenv.mkDerivation rec {
   installPhase = ''
     install -dm 755 $out/share/themes/Plano
     cp -a * $out/share/themes/Plano/
-    rm $out/share/themes/Plano/LICENSE
+    rm $out/share/themes/Plano/{COPYING.LGPL-2.1,LICENSE,README.md}
   '';
 
   meta = with stdenv.lib; {
-    description = "Flat theme for GNOME & Xfce4";
+    description = "Flat theme for GNOME and Xfce";
     homepage = https://github.com/lassekongo83/plano-theme;
     license = licenses.gpl3;
     platforms = platforms.unix;