pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-panel xfce4-panel: Enable Gtk3 support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6990f3880bf2
branches: trunk
changeset: 348189:6990f3880bf2
user: youri <youri%pkgsrc.org@localhost>
date: Thu Jun 09 08:36:33 2016 +0000
description:
xfce4-panel: Enable Gtk3 support.
diffstat:
x11/xfce4-panel/Makefile | 9 ++++++---
x11/xfce4-panel/PLIST | 17 +++++++++++++++--
x11/xfce4-panel/buildlink3.mk | 3 ++-
3 files changed, 23 insertions(+), 6 deletions(-)
diffs (95 lines):
diff -r 92fd42a4c568 -r 6990f3880bf2 x11/xfce4-panel/Makefile
--- a/x11/xfce4-panel/Makefile Thu Jun 09 08:22:49 2016 +0000
+++ b/x11/xfce4-panel/Makefile Thu Jun 09 08:36:33 2016 +0000
@@ -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 @@
.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 -r 92fd42a4c568 -r 6990f3880bf2 x11/xfce4-panel/PLIST
--- a/x11/xfce4-panel/PLIST Thu Jun 09 08:22:49 2016 +0000
+++ b/x11/xfce4-panel/PLIST Thu Jun 09 08:36:33 2016 +0000
@@ -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.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/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/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 -r 92fd42a4c568 -r 6990f3880bf2 x11/xfce4-panel/buildlink3.mk
--- a/x11/xfce4-panel/buildlink3.mk Thu Jun 09 08:22:49 2016 +0000
+++ b/x11/xfce4-panel/buildlink3.mk Thu Jun 09 08:36:33 2016 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index