aboutsummaryrefslogtreecommitdiff
path: root/x11/libxfce4menu
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2019-09-19 23:46:33 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2019-09-19 23:46:33 +0000
commite69e6941cc0f1dab5aefa920fb26c0f26941f258 (patch)
treee3316902afbb4318b0439dc574f0496749ecfdc3 /x11/libxfce4menu
parent1e85daf0f563c93a39304c113d346f778baccbd8 (diff)
downloadports-e69e6941cc0f1dab5aefa920fb26c0f26941f258.tar.gz
ports-e69e6941cc0f1dab5aefa920fb26c0f26941f258.zip
Welcome XFCE 4.14 to the FreeBSD ports tree
- This XFCE release uses almost exclusively gtk3, so the USES=xfce now defaults to gtk3 - Make x11-themes/gtk-xfce-engine an optional dependency(disabled by default), it only supports gtk2, so would leave miost of this XFCE version unthemed. - Add Greybird as an optional and enabled dependency as a modern theme supporting both GTK versions and all other XFCE parts - The xfce4-vala port is deprecated and removed. The VALA bindings are available in the library ports using the GIR and VAPI options (on by default) - Fixed various missing library and portlint warnings (portmgr fixit blanket) - Default Display Manager changed to lightdm (Thanks to woodsb02 for help) - Add x11/xfce4-screensaver as an optional dependency to the xfce4-goodies (enabled by default) - Remove dependency on x11-fm/thunar-vfs and deprecate the port. It is EOL upstream and the functionality is included in thunar itself Update: - Added back sysutils/xfce4-places-plugin, updated to 1.8.1 - archivers/thunar-archive-plugin to 0.4.0 - audio/thunar-media-tags-plugin to 0.3.0 - audio/xfce4-mpc-plugin to 0.5.2 - audio/xfce4-pulseaudio-plugin to 0.4.2 - deskutils/xfce4-tumbler to 0.2.7 - devel/thunar-vcs-plugin to 0.2.0 [1] - devel/xfce4-dev-tools to 4.14.0 - misc/xfce4-appfinder to 4.14.0 - misc/xfce4-weather-plugin to 0.10.0 - multimedia/xfce4-parole to 1.0.4 - sysutils/gigolo to 0.5.0 - sysutils/xfce4-battery-plugin to 1.1.3 - sysutils/xfce4-fsguard-plugin to 1.1.1 - sysutils/xfce4-netload-plugin to 1.3.2 - sysutils/xfce4-power-manage to 1.6.5 - sysutils/xfce4-settings 4.14.1 - sysutils/xfce4-systemload-plugin to 1.2.3 - sysutils/xfce4-wavelan-plugin to 0.6.1 - www/xfce4-smartbookmark-plugin to 0.5.1 - x11-clocks/xfce4-datetime-plugin to 0.8.0 - Added new xfce4-stopwatch-plugin, version 0.3.1 - x11-clocks/xfce4-timer-out-plugin to 1.0.3 - x11-fm/thunar to 1.8.9 - x11-wm/xfce4-desktop to 4.14.1 - x11-wm/xfce4-panel to 4.14.0 - x11-wm/xfce4-session to 4.14.0 - x11-wm/xfce4-wm to 4.14.0 - x11/libexo to 0.12.8 - x11/libxfce4menu to 4.14.1 - x11/libxfce4util to 4.14.0 - x11/xfce4-conf to 4.14.1 - x11/xfce4-dashboard to 0.7.5 - x11/xfce4-screensaver to 0.1.8 - x11/xfce4-screenshooter-plugin to 1.9.6 - x11/xfce4-verve-plugin to 2.0.0 Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com> PR: 240236 Exp-run by: antoine Tested by: sbruno Approved by: sergey.dyatko@gmail.com (maintainer timeout via email), portmgr (fixit blanket, port breaks with new Thunar if not updated) [1] Differential Revision: https://reviews.freebsd.org/D21278
Notes
Notes: svn path=/head/; revision=512378
Diffstat (limited to 'x11/libxfce4menu')
-rw-r--r--x11/libxfce4menu/Makefile36
-rw-r--r--x11/libxfce4menu/distinfo5
-rw-r--r--x11/libxfce4menu/pkg-plist107
3 files changed, 83 insertions, 65 deletions
diff --git a/x11/libxfce4menu/Makefile b/x11/libxfce4menu/Makefile
index 9ae5bbac8d41..cede6d6c0395 100644
--- a/x11/libxfce4menu/Makefile
+++ b/x11/libxfce4menu/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libxfce4menu
-PORTVERSION= 4.12.1
-PORTREVISION= 2
+PORTVERSION= 4.14.1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE
DISTNAME= libxfce4ui-${DISTVERSIONFULL}
@@ -15,13 +14,11 @@ COMMENT= Widgets library for the Xfce desktop environment
LICENSE= GPLv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2 \
- libdbus-glib-1.so:devel/dbus-glib \
- libdbus-1.so:devel/dbus
+ libfreetype.so:print/freetype2
USES= gettext-tools gmake gnome libtool pathfix pkgconfig \
- tar:bzip2 xfce
-USE_GNOME= cairo glib20 gtk20 intlhack intltool
+ tar:bzip2 xfce xorg
+USE_GNOME= cairo glib20 gtk30 intltool
USE_LDCONFIG= yes
USE_XFCE= xfconf
USE_XORG= ice sm x11
@@ -31,17 +28,24 @@ INSTALLS_ICONS= yes
CONFIGURE_ARGS= --with-vendor-info=${OPSYS} --without-html-dir
INSTALL_TARGET= install-strip
-PORTSCOUT= limit:^4\.12\.
+PORTSCOUT= limitw:1,even
-OPTIONS_DEFINE= GLADE GTK3 NLS STARTUP
-OPTIONS_DEFAULT= GTK3 STARTUP
+OPTIONS_DEFINE= GIR GLADE GTK2 NLS STARTUP VAPI
+OPTIONS_DEFAULT= GIR GTK2 STARTUP VAPI
OPTIONS_SUB= yes
-GLADE_CONFIGURE_ENABLE= gladeui
-GLADE_LIB_DEPENDS= libgladeui-1.so:devel/glade3
+GIR_DESC= Use Gobject Introspection
-GTK3_CONFIGURE_ENABLE= gtk3
-GTK3_USE= gnome=gtk30
+GIR_USE= gnome=introspection:build
+GIR_CONFIGURE_ON= --enable-introspection=yes
+GIR_CONFIGURE_OFF= --enable-introspection=no
+
+GLADE_CONFIGURE_ENABLE= gladeui2
+GLADE_LIB_DEPENDS= libgladeui-2.so:devel/glade
+GLADE_USE= gnome=libxml2
+
+GTK2_CONFIGURE_ENABLE= gtk2
+GTK2_USE= gnome=gtk20
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
@@ -50,4 +54,8 @@ STARTUP_CONFIGURE_ENABLE= startup-notification
STARTUP_DESC= Startup notification
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
+VAPI_BUILD_DEPENDS= vapigen:lang/vala
+VAPI_CONFIGURE_ENABLE= vala
+VAPI_IMPLIES= GIR
+
.include <bsd.port.mk>
diff --git a/x11/libxfce4menu/distinfo b/x11/libxfce4menu/distinfo
index b32e7917dc53..9ecdc286a28d 100644
--- a/x11/libxfce4menu/distinfo
+++ b/x11/libxfce4menu/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xfce4/libxfce4ui-4.12.1.tar.bz2) = 3d619811bfbe7478bb984c16543d980cadd08586365a7bc25e59e3ca6384ff43
-SIZE (xfce4/libxfce4ui-4.12.1.tar.bz2) = 665624
+TIMESTAMP = 1565558955
+SHA256 (xfce4/libxfce4ui-4.14.1.tar.bz2) = c449075eaeae4d1138d22eeed3d2ad7032b87fb8878eada9b770325bed87f2da
+SIZE (xfce4/libxfce4ui-4.14.1.tar.bz2) = 756175
diff --git a/x11/libxfce4menu/pkg-plist b/x11/libxfce4menu/pkg-plist
index ddefb8f66d7d..a0b8c72a24f0 100644
--- a/x11/libxfce4menu/pkg-plist
+++ b/x11/libxfce4menu/pkg-plist
@@ -1,63 +1,66 @@
bin/xfce4-about
etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
-include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcut-dialog.h
-include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcuts-grabber.h
-include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcuts-provider.h
-include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcuts-xfwm4.h
-include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcuts.h
-%%GTK3%%include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcut-dialog.h
-%%GTK3%%include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-grabber.h
-%%GTK3%%include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-provider.h
-%%GTK3%%include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-xfwm4.h
-%%GTK3%%include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts.h
-include/xfce4/libxfce4ui-1/libxfce4ui/libxfce4ui-config.h
-include/xfce4/libxfce4ui-1/libxfce4ui/libxfce4ui-enum-types.h
-include/xfce4/libxfce4ui-1/libxfce4ui/libxfce4ui.h
-include/xfce4/libxfce4ui-1/libxfce4ui/xfce-dialogs.h
-include/xfce4/libxfce4ui-1/libxfce4ui/xfce-gdk-extensions.h
-include/xfce4/libxfce4ui-1/libxfce4ui/xfce-gtk-extensions.h
-include/xfce4/libxfce4ui-1/libxfce4ui/xfce-sm-client.h
-include/xfce4/libxfce4ui-1/libxfce4ui/xfce-spawn.h
-include/xfce4/libxfce4ui-1/libxfce4ui/xfce-titled-dialog.h
-%%GTK3%%include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui-config.h
-%%GTK3%%include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui-enum-types.h
-%%GTK3%%include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui.h
-%%GTK3%%include/xfce4/libxfce4ui-2/libxfce4ui/xfce-dialogs.h
-%%GTK3%%include/xfce4/libxfce4ui-2/libxfce4ui/xfce-gdk-extensions.h
-%%GTK3%%include/xfce4/libxfce4ui-2/libxfce4ui/xfce-gtk-extensions.h
-%%GTK3%%include/xfce4/libxfce4ui-2/libxfce4ui/xfce-sm-client.h
-%%GTK3%%include/xfce4/libxfce4ui-2/libxfce4ui/xfce-spawn.h
-%%GTK3%%include/xfce4/libxfce4ui-2/libxfce4ui/xfce-titled-dialog.h
-%%GLADE%%lib/glade3/modules/libxfce4uiglade.so
-lib/libxfce4kbd-private-2.so
-lib/libxfce4kbd-private-2.so.0
-lib/libxfce4kbd-private-2.so.0.0.0
-%%GTK3%%lib/libxfce4kbd-private-3.so
-%%GTK3%%lib/libxfce4kbd-private-3.so.0
-%%GTK3%%lib/libxfce4kbd-private-3.so.0.0.0
-lib/libxfce4ui-1.so
-lib/libxfce4ui-1.so.0
-lib/libxfce4ui-1.so.0.0.0
-%%GTK3%%lib/libxfce4ui-2.so
-%%GTK3%%lib/libxfce4ui-2.so.0
-%%GTK3%%lib/libxfce4ui-2.so.0.0.0
-libdata/pkgconfig/libxfce4kbd-private-2.pc
-%%GTK3%%libdata/pkgconfig/libxfce4kbd-private-3.pc
-libdata/pkgconfig/libxfce4ui-1.pc
-%%GTK3%%libdata/pkgconfig/libxfce4ui-2.pc
+%%GTK2%%include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcut-dialog.h
+%%GTK2%%include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcuts-grabber.h
+%%GTK2%%include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcuts-provider.h
+%%GTK2%%include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcuts-xfwm4.h
+%%GTK2%%include/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/xfce-shortcuts.h
+include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcut-dialog.h
+include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-grabber.h
+include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-provider.h
+include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-xfwm4.h
+include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts.h
+%%GTK2%%include/xfce4/libxfce4ui-1/libxfce4ui/libxfce4ui-config.h
+%%GTK2%%include/xfce4/libxfce4ui-1/libxfce4ui/libxfce4ui-enum-types.h
+%%GTK2%%include/xfce4/libxfce4ui-1/libxfce4ui/libxfce4ui.h
+%%GTK2%%include/xfce4/libxfce4ui-1/libxfce4ui/xfce-dialogs.h
+%%GTK2%%include/xfce4/libxfce4ui-1/libxfce4ui/xfce-gdk-extensions.h
+%%GTK2%%include/xfce4/libxfce4ui-1/libxfce4ui/xfce-gtk-extensions.h
+%%GTK2%%include/xfce4/libxfce4ui-1/libxfce4ui/xfce-sm-client.h
+%%GTK2%%include/xfce4/libxfce4ui-1/libxfce4ui/xfce-spawn.h
+%%GTK2%%include/xfce4/libxfce4ui-1/libxfce4ui/xfce-titled-dialog.h
+include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui-config.h
+include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui-enum-types.h
+include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui.h
+include/xfce4/libxfce4ui-2/libxfce4ui/xfce-dialogs.h
+include/xfce4/libxfce4ui-2/libxfce4ui/xfce-gdk-extensions.h
+include/xfce4/libxfce4ui-2/libxfce4ui/xfce-gtk-extensions.h
+include/xfce4/libxfce4ui-2/libxfce4ui/xfce-sm-client.h
+include/xfce4/libxfce4ui-2/libxfce4ui/xfce-spawn.h
+include/xfce4/libxfce4ui-2/libxfce4ui/xfce-titled-dialog.h
+%%GIR%%lib/girepository-1.0/libxfce4ui-2.0.typelib
+%%GLADE%%lib/glade/modules/libxfce4uiglade2.so
+%%GTK2%%lib/libxfce4kbd-private-2.so
+%%GTK2%%lib/libxfce4kbd-private-2.so.0
+%%GTK2%%lib/libxfce4kbd-private-2.so.0.0.0
+lib/libxfce4kbd-private-3.so
+lib/libxfce4kbd-private-3.so.0
+lib/libxfce4kbd-private-3.so.0.0.0
+%%GTK2%%lib/libxfce4ui-1.so
+%%GTK2%%lib/libxfce4ui-1.so.0
+%%GTK2%%lib/libxfce4ui-1.so.0.0.0
+lib/libxfce4ui-2.so
+lib/libxfce4ui-2.so.0
+lib/libxfce4ui-2.so.0.0.0
+%%GTK2%%libdata/pkgconfig/libxfce4kbd-private-2.pc
+libdata/pkgconfig/libxfce4kbd-private-3.pc
+%%GTK2%%libdata/pkgconfig/libxfce4ui-1.pc
+libdata/pkgconfig/libxfce4ui-2.pc
share/applications/xfce4-about.desktop
-%%GLADE%%share/glade3/catalogs/libxfce4ui.xml
-%%GLADE%%share/glade3/catalogs/libxfce4ui.xml.in
-%%GLADE%%share/glade3/pixmaps/hicolor/16x16/actions/widget-libxfce4ui-xfce-titled-dialog.png
-%%GLADE%%share/glade3/pixmaps/hicolor/22x22/actions/widget-libxfce4ui-xfce-titled-dialog.png
+%%GIR%%share/gir-1.0/libxfce4ui-2.0.gir
+%%GLADE%%share/glade/catalogs/libxfce4ui-2.xml
+%%GLADE%%share/glade/pixmaps/hicolor/16x16/actions/widget-libxfce4ui-xfce-titled-dialog.png
+%%GLADE%%share/glade/pixmaps/hicolor/22x22/actions/widget-libxfce4ui-xfce-titled-dialog.png
share/icons/hicolor/48x48/apps/xfce4-logo.png
%%NLS%%share/locale/am/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/ar/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/ast/LC_MESSAGES/libxfce4ui.mo
+%%NLS%%share/locale/be/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/bg/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/bn/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/ca/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/cs/LC_MESSAGES/libxfce4ui.mo
+%%NLS%%share/locale/cy/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/da/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/de/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/el/LC_MESSAGES/libxfce4ui.mo
@@ -71,7 +74,10 @@ share/icons/hicolor/48x48/apps/xfce4-logo.png
%%NLS%%share/locale/he/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/hr/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/hu/LC_MESSAGES/libxfce4ui.mo
+%%NLS%%share/locale/hy/LC_MESSAGES/libxfce4ui.mo
+%%NLS%%share/locale/hy_AM/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/id/LC_MESSAGES/libxfce4ui.mo
+%%NLS%%share/locale/ie/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/is/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/it/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/ja/LC_MESSAGES/libxfce4ui.mo
@@ -93,6 +99,7 @@ share/icons/hicolor/48x48/apps/xfce4-logo.png
%%NLS%%share/locale/si/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/sk/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/sl/LC_MESSAGES/libxfce4ui.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/sr/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/sv/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/te/LC_MESSAGES/libxfce4ui.mo
@@ -106,3 +113,5 @@ share/icons/hicolor/48x48/apps/xfce4-logo.png
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/zh_HK/LC_MESSAGES/libxfce4ui.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libxfce4ui.mo
+%%VAPI%%share/vala/vapi/libxfce4ui-2.deps
+%%VAPI%%share/vala/vapi/libxfce4ui-2.vapi