pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xfce4-exo Use PKG_SYSCONFDIR. Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d40aba7fe06
branches:  trunk
changeset: 551630:5d40aba7fe06
user:      hira <hira%pkgsrc.org@localhost>
date:      Thu Dec 18 16:38:08 2008 +0000

description:
Use PKG_SYSCONFDIR.  Bump PKGREVISION.

diffstat:

 x11/xfce4-exo/Makefile         |   9 +++++++--
 x11/xfce4-exo/PLIST            |   6 ++----
 x11/xfce4-exo/distinfo         |   3 ++-
 x11/xfce4-exo/patches/patch-af |  13 +++++++++++++
 4 files changed, 24 insertions(+), 7 deletions(-)

diffs (89 lines):

diff -r 568365881590 -r 5d40aba7fe06 x11/xfce4-exo/Makefile
--- a/x11/xfce4-exo/Makefile    Thu Dec 18 16:37:45 2008 +0000
+++ b/x11/xfce4-exo/Makefile    Thu Dec 18 16:38:08 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/12/09 10:33:36 ahoka Exp $
+# $NetBSD: Makefile,v 1.6 2008/12/18 16:38:08 hira Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -8,12 +8,17 @@
 
 DISTNAME=      exo-${XFCE4_VERSION}
 PKGNAME=       xfce4-exo-${XFCE4_VERSION}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    x11
 COMMENT=       Xfce extension library
 
 DEPENDS+=      p5-URI>=0:../../www/p5-URI
 
+PKG_SYSCONFSUBDIR=     xdg/xfce4
+EGDIR=                 ${XFCE4_EGBASE}
+CONF_FILES=            ${EGDIR:Q}/helpers.rc ${PKG_SYSCONFDIR:Q}/helpers.rc
+OWN_DIRS+=             ${EGDIR}
+
 .include "options.mk"
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff -r 568365881590 -r 5d40aba7fe06 x11/xfce4-exo/PLIST
--- a/x11/xfce4-exo/PLIST       Thu Dec 18 16:37:45 2008 +0000
+++ b/x11/xfce4-exo/PLIST       Thu Dec 18 16:38:08 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2007/12/07 19:43:27 martti Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/12/18 16:38:08 hira Exp $
 bin/exo-csource
 bin/exo-desktop-item-edit
 bin/exo-eject
@@ -6,7 +6,6 @@
 bin/exo-open
 bin/exo-preferred-applications
 bin/exo-unmount
-etc/xdg/xfce4/helpers.rc
 include/exo-0.3/exo-hal/exo-hal.h
 include/exo-0.3/exo/exo-binding.h
 include/exo-0.3/exo/exo-cell-renderer-ellipsized-text.h
@@ -45,6 +44,7 @@
 man/man1/exo-csource.1
 man/man1/exo-open.1
 share/applications/exo-preferred-applications.desktop
+share/examples/xfce4/helpers.rc
 share/gtk-doc/html/exo/ExoCellRendererIcon.html
 share/gtk-doc/html/exo/ExoCellRendererEllipsizedText.html
 share/gtk-doc/html/exo/ExoEllipsizedLabel.html
@@ -192,5 +192,3 @@
 @unexec ${RMDIR} %D/share/xfce4/doc/C/images 2>/dev/null || ${TRUE}
 @unexec ${RMDIR} %D/share/xfce4/doc/C 2>/dev/null || ${TRUE}
 @unexec ${RMDIR} %D/share/xfce4/doc 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/etc/xdg/xfce4 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/etc/xdg 2>/dev/null || ${TRUE}
diff -r 568365881590 -r 5d40aba7fe06 x11/xfce4-exo/distinfo
--- a/x11/xfce4-exo/distinfo    Thu Dec 18 16:37:45 2008 +0000
+++ b/x11/xfce4-exo/distinfo    Thu Dec 18 16:38:08 2008 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2008/12/09 10:33:36 ahoka Exp $
+$NetBSD: distinfo,v 1.6 2008/12/18 16:38:08 hira Exp $
 
 SHA1 (exo-0.3.4.tar.bz2) = 4f7a3f46592fd0311be1f011f17431f211cc1fcb
 RMD160 (exo-0.3.4.tar.bz2) = e021f030a624c522c819ec0f3a8682a1007ae748
 Size (exo-0.3.4.tar.bz2) = 1300127 bytes
 SHA1 (patch-ad) = af08127aad06a5e9d8e8055dff1f55982666d8d9
 SHA1 (patch-ae) = 18a95737a6eaef8697224d4c099625c18be7ddfb
+SHA1 (patch-af) = 3ee9049c676a03eadaaa92c69f5480e625a9cc9f
diff -r 568365881590 -r 5d40aba7fe06 x11/xfce4-exo/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xfce4-exo/patches/patch-af    Thu Dec 18 16:38:08 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2008/12/18 16:38:08 hira Exp $
+
+--- exo-helper/helpers/Makefile.in.orig        2008-11-29 17:14:28.000000000 +0900
++++ exo-helper/helpers/Makefile.in     2008-11-29 17:15:31.000000000 +0900
+@@ -276,7 +276,7 @@
+ target_vendor = @target_vendor@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-defaultsdir = $(sysconfdir)/xdg/xfce4
++defaultsdir = $(datadir)/examples/xfce4
+ defaults_DATA = helpers.rc
+ desktopdir = $(datadir)/xfce4/helpers
+ desktop_in_in_files = \



Home | Main Index | Thread Index | Old Index