pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/mate-desktop Patch to use better defaults.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd5b6d475ba5
branches:  trunk
changeset: 309180:dd5b6d475ba5
user:      youri <youri%pkgsrc.org@localhost>
date:      Mon Jun 11 23:43:40 2018 +0000

description:
Patch to use better defaults.

diffstat:

 x11/mate-desktop/Makefile                                                |   8 ++++-
 x11/mate-desktop/distinfo                                                |   3 +-
 x11/mate-desktop/patches/patch-schemas_org.mate.interface.gschema.xml.in |  15 ++++++++++
 3 files changed, 24 insertions(+), 2 deletions(-)

diffs (54 lines):

diff -r 10523eb9f622 -r dd5b6d475ba5 x11/mate-desktop/Makefile
--- a/x11/mate-desktop/Makefile Mon Jun 11 18:15:31 2018 +0000
+++ b/x11/mate-desktop/Makefile Mon Jun 11 23:43:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/05/14 12:55:02 youri Exp $
+# $NetBSD: Makefile,v 1.11 2018/06/11 23:43:40 youri Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
@@ -14,6 +14,12 @@
 
 REPLACE_SH+=   tools/mate-gsettings-toggle
 
+SUBST_CLASSES=         prefix
+SUBST_FILES.prefix=    schemas/org.mate.background.gschema.xml
+SUBST_MESSAGE.prefix=  Fixing prefix
+SUBST_STAGE.prefix=    pre-install
+SUBST_SED.prefix=      -e 's,$${prefix},${PREFIX},'
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../devel/dconf/buildlink3.mk"
diff -r 10523eb9f622 -r dd5b6d475ba5 x11/mate-desktop/distinfo
--- a/x11/mate-desktop/distinfo Mon Jun 11 18:15:31 2018 +0000
+++ b/x11/mate-desktop/distinfo Mon Jun 11 23:43:40 2018 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2018/05/14 12:55:02 youri Exp $
+$NetBSD: distinfo,v 1.5 2018/06/11 23:43:40 youri Exp $
 
 SHA1 (mate-desktop-1.20.1.tar.xz) = 90cb6bc78c64920d7ba50954d65ab0782782032b
 RMD160 (mate-desktop-1.20.1.tar.xz) = 8141ef9b111ae742a1d34568f07b1c7ce0a0c50c
 SHA512 (mate-desktop-1.20.1.tar.xz) = cbd9215ad37a99564245b4d8721e5af83979826026126e06075743dea5de4ea28d53a277591b35f1894e078b8069d9965f0e7401cb336eac82bbf9dd744d9c16
 Size (mate-desktop-1.20.1.tar.xz) = 816196 bytes
 SHA1 (patch-libmate-desktop_mate-desktop-thumbnail.c) = 31320a4a6db879f633f684a8e91f57c6b5f9c608
+SHA1 (patch-schemas_org.mate.interface.gschema.xml.in) = dc8fcfcfd1dbb231c372d3c76960a1b04cc87593
diff -r 10523eb9f622 -r dd5b6d475ba5 x11/mate-desktop/patches/patch-schemas_org.mate.interface.gschema.xml.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/mate-desktop/patches/patch-schemas_org.mate.interface.gschema.xml.in  Mon Jun 11 23:43:40 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-schemas_org.mate.interface.gschema.xml.in,v 1.1 2018/06/11 23:43:40 youri Exp $
+
+Use the faenza icon theme by default.
+
+--- schemas/org.mate.interface.gschema.xml.in.orig     2018-02-06 20:13:24.000000000 +0000
++++ schemas/org.mate.interface.gschema.xml.in
+@@ -56,7 +56,7 @@
+       <description>Length of the cursor blink cycle, in milliseconds.</description>
+     </key>
+     <key name="icon-theme" type="s">
+-      <default>'menta'</default>
++      <default>'matefaenza'</default>
+       <summary>Icon Theme</summary>
+       <description>Icon theme to use for the panel, Caja etc.</description>
+     </key>



Home | Main Index | Thread Index | Old Index