diff options
author | hira <hira> | 2005-06-15 09:00:15 +0000 |
---|---|---|
committer | hira <hira> | 2005-06-15 09:00:15 +0000 |
commit | c13ebc9544e716b46f89a801320c1697bd890cec (patch) | |
tree | 63493cfdb092ae460356293f8315124bc8ed73e8 /x11/xfce4-utils | |
parent | 9ea1ec9c84f60e9e6ee36d3f82273b1791d0b17f (diff) | |
download | pkgsrc-c13ebc9544e716b46f89a801320c1697bd890cec.tar.gz |
Use PKG_SYSCONFDIR framework. Bump PKGREVISION.
Diffstat (limited to 'x11/xfce4-utils')
-rw-r--r-- | x11/xfce4-utils/Makefile | 13 | ||||
-rw-r--r-- | x11/xfce4-utils/PLIST | 4 | ||||
-rw-r--r-- | x11/xfce4-utils/distinfo | 3 | ||||
-rw-r--r-- | x11/xfce4-utils/patches/patch-aa | 13 |
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 + |