summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2016-02-29 17:31:24 +0000
committeryouri <youri@pkgsrc.org>2016-02-29 17:31:24 +0000
commit56999c462bfd7e11f0ffb50ec347e4c47134f3a9 (patch)
tree1aa47eb75a6125063f471c670d616e927b3b9475 /x11
parente740d567e6e5996518ece5d8e68bf1eefcb0461c (diff)
downloadpkgsrc-56999c462bfd7e11f0ffb50ec347e4c47134f3a9.tar.gz
Actually install the keyboard config file.
bump revision because it fixes an important update.
Diffstat (limited to 'x11')
-rw-r--r--x11/libxfce4ui/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/x11/libxfce4ui/Makefile b/x11/libxfce4ui/Makefile
index 9b09e346e4f..6f7d9967d74 100644
--- a/x11/libxfce4ui/Makefile
+++ b/x11/libxfce4ui/Makefile
@@ -1,15 +1,20 @@
-# $NetBSD: Makefile,v 1.3 2015/07/02 13:57:48 youri Exp $
+# $NetBSD: Makefile,v 1.4 2016/02/29 17:31:24 youri Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= libxfce4ui-4.12.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES+= http://archive.xfce.org/src/xfce/libxfce4ui/4.12/
COMMENT= Xfce widget library
+BUILD_DEFS+= PKG_SYSCONFBASE
+
CONFIGURE_ARGS+= --enable-gtk3
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
+
+PKG_SYSCONFSUBDIR= xdg
PKGCONFIG_OVERRIDE= libxfce4kbd-private/libxfce4kbd-private-2.pc.in
PKGCONFIG_OVERRIDE+= libxfce4kbd-private/libxfce4kbd-private-3.pc.in
@@ -17,9 +22,10 @@ PKGCONFIG_OVERRIDE+= libxfce4ui/libxfce4ui-1.pc.in
PKGCONFIG_OVERRIDE+= libxfce4ui/libxfce4ui-2.pc.in
CONF_FILES= ${XFCE4_EGBASE}/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml \
- ${PKG_SYSCONFDIR}/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
+ ${PKG_SYSCONFDIR}/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
-MAKE_DIRS+= ${XFCE4_EGBASE}/xfconf/xfce-perchannel-xml
+MAKE_DIRS+= ${XFCE4_EGBASE}/xfconf/xfce-perchannel-xml \
+ ${PKG_SYSCONFDIR}/xfce4/xfconf/xfce-perchannel-xml
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../devel/xfce4-conf/buildlink3.mk"