pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xfce4-garcon Add forgotten patch for xfce4-garcon.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c99fc3b53390
branches:  trunk
changeset: 363903:c99fc3b53390
user:      youri <youri%pkgsrc.org@localhost>
date:      Sun Jun 18 21:04:43 2017 +0000

description:
Add forgotten patch for xfce4-garcon.

diffstat:

 x11/xfce4-garcon/distinfo                             |   4 ++--
 x11/xfce4-garcon/patches/patch-garcon-gtk_Makefile.am |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 6ccf5901c56e -r c99fc3b53390 x11/xfce4-garcon/distinfo
--- a/x11/xfce4-garcon/distinfo Sun Jun 18 21:03:21 2017 +0000
+++ b/x11/xfce4-garcon/distinfo Sun Jun 18 21:04:43 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2017/06/18 21:03:06 youri Exp $
+$NetBSD: distinfo,v 1.5 2017/06/18 21:04:43 youri Exp $
 
 SHA1 (garcon-0.6.1.tar.bz2) = 88fcaeca5fc42bb573ce7e6277bbf98a78967f57
 RMD160 (garcon-0.6.1.tar.bz2) = b693c45303fafc73b3bf764e3b67adae26e0b4aa
 SHA512 (garcon-0.6.1.tar.bz2) = 36c5b1ba3c91e613853cd5e986176c8cbd2a509fafde1b302334deda872b7f7073fd06ba341220b030d8d5728346b7339368190b225203f33c023dd96f3ed1a3
 Size (garcon-0.6.1.tar.bz2) = 511415 bytes
 SHA1 (patch-data_xfce_Makefile.in) = 80264dc6736b1be4ff64f135107b8dff9100a097
-SHA1 (patch-garcon-gtk_Makefile.am) = ae6cdcc1ac389333f53354b9c08b44985faf8f4c
+SHA1 (patch-garcon-gtk_Makefile.am) = ec605a013e2e3494f68903806ab6af56be3f33e8
 SHA1 (patch-garcon_Makefile.in) = 875699bf7dfa7138712caa93c2bf5be2f07841ed
diff -r 6ccf5901c56e -r c99fc3b53390 x11/xfce4-garcon/patches/patch-garcon-gtk_Makefile.am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xfce4-garcon/patches/patch-garcon-gtk_Makefile.am     Sun Jun 18 21:04:43 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-garcon-gtk_Makefile.am,v 1.1 2017/06/18 21:04:43 youri Exp $
+
+Change examples path.
+
+--- garcon-gtk/Makefile.am.orig        2017-05-01 05:18:06.000000000 +0000
++++ garcon-gtk/Makefile.am
+@@ -22,7 +22,7 @@ AM_CPPFLAGS = \
+       -DGARCON_COMPILATION \
+       -DGARCON_VERSION_API=\"$(GARCON_VERSION_API)\" \
+       -DG_LOG_DOMAIN=\"garcon\" \
+-      -DSYSCONFIGDIR=\"$(sysconfdir)/xdg\" \
++      -DSYSCONFIGDIR=\"$(datadir)/examples/xfce4\" \
+       $(PLATFORM_CFLAGS)
+ 
+ lib_LTLIBRARIES = \



Home | Main Index | Thread Index | Old Index