pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-desktop



Module Name:    pkgsrc
Committed By:   youri
Date:           Mon Jun 11 23:43:40 UTC 2018

Modified Files:
        pkgsrc/x11/mate-desktop: Makefile distinfo
Added Files:
        pkgsrc/x11/mate-desktop/patches:
            patch-schemas_org.mate.interface.gschema.xml.in

Log Message:
Patch to use better defaults.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/mate-desktop/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/mate-desktop/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/x11/mate-desktop/patches/patch-schemas_org.mate.interface.gschema.xml.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mate-desktop/Makefile
diff -u pkgsrc/x11/mate-desktop/Makefile:1.10 pkgsrc/x11/mate-desktop/Makefile:1.11
--- pkgsrc/x11/mate-desktop/Makefile:1.10       Mon May 14 12:55:02 2018
+++ pkgsrc/x11/mate-desktop/Makefile    Mon Jun 11 23:43:40 2018
@@ -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 @@ PKGCONFIG_OVERRIDE+= libmate-desktop/mat
 
 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"

Index: pkgsrc/x11/mate-desktop/distinfo
diff -u pkgsrc/x11/mate-desktop/distinfo:1.4 pkgsrc/x11/mate-desktop/distinfo:1.5
--- pkgsrc/x11/mate-desktop/distinfo:1.4        Mon May 14 12:55:02 2018
+++ pkgsrc/x11/mate-desktop/distinfo    Mon Jun 11 23:43:40 2018
@@ -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

Added files:

Index: pkgsrc/x11/mate-desktop/patches/patch-schemas_org.mate.interface.gschema.xml.in
diff -u /dev/null pkgsrc/x11/mate-desktop/patches/patch-schemas_org.mate.interface.gschema.xml.in:1.1
--- /dev/null   Mon Jun 11 23:43:40 2018
+++ pkgsrc/x11/mate-desktop/patches/patch-schemas_org.mate.interface.gschema.xml.in     Mon Jun 11 23:43:40 2018
@@ -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