diff options
author | youri <youri@pkgsrc.org> | 2016-06-09 08:36:33 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-06-09 08:36:33 +0000 |
commit | a2875876ae6d8a17ea8c9fd68a48757fa82a6f36 (patch) | |
tree | 4b019613956d3baa826a1247818759ce57df386a /x11 | |
parent | d9d0064956f05c32710bbe27f16f40dfaa5ffb62 (diff) | |
download | pkgsrc-a2875876ae6d8a17ea8c9fd68a48757fa82a6f36.tar.gz |
xfce4-panel: Enable Gtk3 support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-panel/Makefile | 9 | ||||
-rw-r--r-- | x11/xfce4-panel/PLIST | 17 | ||||
-rw-r--r-- | x11/xfce4-panel/buildlink3.mk | 3 |
3 files changed, 23 insertions, 6 deletions
diff --git a/x11/xfce4-panel/Makefile b/x11/xfce4-panel/Makefile index 9f12546ed2b..646192108f5 100644 --- a/x11/xfce4-panel/Makefile +++ b/x11/xfce4-panel/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.62 2015/04/25 14:25:24 tnn Exp $ +# $NetBSD: Makefile,v 1.63 2016/06/09 08:36:33 youri Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-panel-${XFCE4_VERSION} CATEGORIES= x11 -HOMEPAGE= http://docs.xfce.org/xfce/xfce4-panel/start +HOMEPAGE= http://docs.xfce.org/xfce/xfce4-panel/start COMMENT= Xfce panel PKGCONFIG_OVERRIDE= libxfce4panel/libxfce4panel-1.0.pc.in PTHREAD_AUTO_VARS= yes +CONFIGURE_ARGS+= --enable-gtk3 + PKG_SYSCONFSUBDIR= xdg/xfce4/panel EGDIR= ${XFCE4_EGBASE}/panel @@ -20,6 +22,7 @@ CONF_FILES+= ${EGDIR}/default.xml ${PKG_SYSCONFDIR}/default.xml .include "../../devel/libwnck/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/libxfce4ui/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" .include "../../x11/xfce4-garcon/buildlink3.mk" .include "../../x11/xfce4-exo/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" diff --git a/x11/xfce4-panel/PLIST b/x11/xfce4-panel/PLIST index 05370f6df20..4de0d0f6aca 100644 --- a/x11/xfce4-panel/PLIST +++ b/x11/xfce4-panel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2015/04/21 08:56:44 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.26 2016/06/09 08:36:33 youri Exp $ bin/xfce4-panel bin/xfce4-popup-applicationsmenu bin/xfce4-popup-directorymenu @@ -15,8 +15,21 @@ include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-macros-46.h include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-macros.h include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-plugin-provider.h include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-plugin.h +include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-config.h +include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-enum-types.h +include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-enums.h +include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel.h +include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-arrow-button.h +include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-convenience.h +include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-image.h +include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-macros-46.h +include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-macros.h +include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-plugin-provider.h +include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-plugin.h lib/libxfce4panel-1.0.la +lib/libxfce4panel-2.0.la lib/pkgconfig/libxfce4panel-1.0.pc +lib/pkgconfig/libxfce4panel-2.0.pc lib/xfce4/panel/migrate lib/xfce4/panel/plugins/libactions.la lib/xfce4/panel/plugins/libapplicationsmenu.la @@ -30,6 +43,7 @@ lib/xfce4/panel/plugins/libsystray.la lib/xfce4/panel/plugins/libtasklist.la lib/xfce4/panel/plugins/libwindowmenu.la lib/xfce4/panel/wrapper-1.0 +lib/xfce4/panel/wrapper-2.0 share/applications/panel-desktop-handler.desktop share/applications/panel-preferences.desktop share/examples/xfce4/panel/default.xml @@ -144,4 +158,3 @@ share/xfce4/panel/plugins/showdesktop.desktop share/xfce4/panel/plugins/systray.desktop share/xfce4/panel/plugins/tasklist.desktop share/xfce4/panel/plugins/windowmenu.desktop -@comment $NetBSD: PLIST,v 1.25 2015/04/21 08:56:44 jperkin Exp $ diff --git a/x11/xfce4-panel/buildlink3.mk b/x11/xfce4-panel/buildlink3.mk index ff055ddd843..07718b1e79a 100644 --- a/x11/xfce4-panel/buildlink3.mk +++ b/x11/xfce4-panel/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.48 2015/04/25 14:25:24 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.49 2016/06/09 08:36:33 youri Exp $ BUILDLINK_TREE+= xfce4-panel @@ -9,6 +9,7 @@ BUILDLINK_API_DEPENDS.xfce4-panel+= xfce4-panel>=4.12.0 BUILDLINK_ABI_DEPENDS.xfce4-panel+= xfce4-panel>=4.12.0nb1 BUILDLINK_PKGSRCDIR.xfce4-panel?= ../../x11/xfce4-panel +.include "../../x11/gtk3/buildlink3.mk" .include "../../x11/libxfce4ui/buildlink3.mk" .endif # XFCE4_PANEL_BUILDLINK3_MK |