summaryrefslogtreecommitdiff
path: root/x11/xfce4-utils
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2005-06-15 09:00:15 +0000
committerhira <hira@pkgsrc.org>2005-06-15 09:00:15 +0000
commit2acca2c019a88d47a394197a714f78046cb7dab1 (patch)
tree63493cfdb092ae460356293f8315124bc8ed73e8 /x11/xfce4-utils
parent33d4a72431d4c51c661f17318ae085206f4c82be (diff)
downloadpkgsrc-2acca2c019a88d47a394197a714f78046cb7dab1.tar.gz
Use PKG_SYSCONFDIR framework. Bump PKGREVISION.
Diffstat (limited to 'x11/xfce4-utils')
-rw-r--r--x11/xfce4-utils/Makefile13
-rw-r--r--x11/xfce4-utils/PLIST4
-rw-r--r--x11/xfce4-utils/distinfo3
-rw-r--r--x11/xfce4-utils/patches/patch-aa13
4 files changed, 29 insertions, 4 deletions
diff --git a/x11/xfce4-utils/Makefile b/x11/xfce4-utils/Makefile
index 9d00fc3af77..9e02d405960 100644
--- a/x11/xfce4-utils/Makefile
+++ b/x11/xfce4-utils/Makefile
@@ -1,11 +1,22 @@
-# $NetBSD: Makefile,v 1.12 2005/01/17 12:56:14 martti Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/15 09:04:32 hira Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce-utils-${XFCE4_VERSION}
PKGNAME= xfce4-utils-${XFCE4_VERSION}
+PKGREVISION= 1
CATEGORIES= x11
COMMENT= XFce4 utilities
+USE_PKGINSTALL= yes
+
+PKG_SYSCONFSUBDIR= xdg/xfce4
+EGDIR= ${XFCE4_EGBASE}
+CONF_FILES= ${EGDIR}/xinitrc ${PKG_SYSCONFDIR}/xinitrc
+
+MAKE_DIRS+= ${EGDIR}
+
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
+
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xfce4-utils/PLIST b/x11/xfce4-utils/PLIST
index fae23da09e8..eecbf34aacf 100644
--- a/x11/xfce4-utils/PLIST
+++ b/x11/xfce4-utils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2005/05/18 06:10:31 martti Exp $
+@comment $NetBSD: PLIST,v 1.12 2005/06/15 09:04:32 hira Exp $
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/xfce-utils.mo
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/xfce-utils.mo
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/xfce-utils.mo
@@ -50,9 +50,9 @@ bin/xfmountdev4
bin/xfrun4
bin/xftaskbar4
bin/xfterm4
-etc/xdg/xfce4/xinitrc
lib/xfce4/mcs-plugins/xftaskbar_plugin.la
share/applications/xfce-taskbar-settings.desktop
+share/examples/xfce4/xinitrc
share/icons/hicolor/48x48/apps/xfce4-logo.png
share/icons/hicolor/48x48/apps/xfce4-taskbar.png
share/icons/hicolor/scalable/apps/xfce4-taskbar.svg
diff --git a/x11/xfce4-utils/distinfo b/x11/xfce4-utils/distinfo
index eb54a363a53..52c76a2b6e6 100644
--- a/x11/xfce4-utils/distinfo
+++ b/x11/xfce4-utils/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.11 2005/05/18 06:10:31 martti Exp $
+$NetBSD: distinfo,v 1.12 2005/06/15 09:04:32 hira Exp $
SHA1 (xfce-utils-4.2.2.tar.gz) = 384778857af16f7c583272e3a9e2104d9eac8de6
RMD160 (xfce-utils-4.2.2.tar.gz) = 603a0fc6e6c33d01054f274ceee846f01be7621c
Size (xfce-utils-4.2.2.tar.gz) = 1031911 bytes
+SHA1 (patch-aa) = deafbcd8b3c367d377aa25416c9d25043f907e60
diff --git a/x11/xfce4-utils/patches/patch-aa b/x11/xfce4-utils/patches/patch-aa
new file mode 100644
index 00000000000..b57ffe0c515
--- /dev/null
+++ b/x11/xfce4-utils/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/06/15 09:04:32 hira Exp $
+
+--- scripts/Makefile.in.orig 2005-06-13 18:05:51.000000000 +0900
++++ scripts/Makefile.in 2005-06-13 18:07:08.000000000 +0900
+@@ -233,7 +233,7 @@
+ -e 's,@sysconfdir\@,$(sysconfdir),g' \
+ -e 's,@BROWSER_DEFAULT\@,@BROWSER_DEFAULT@,g'
+
+-conffilesdir = @sysconfdir@/xdg/xfce4
++conffilesdir = @datadir@/examples/xfce4
+ conffiles_DATA = \
+ xinitrc
+