1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

XFCE: Cleanup dependencies

- Update xfce.mk to avid forcing too many dependencies on consumers
- Change dependency on garcon to reference libgarcon-1.so (main
  library)
- Explicitly add USE_XFCE components to the ports actually needing
  them.
- Cleanup dependencies, adding/removing missing/extra dependencies
- Change the referenced library in some LIB_DEPENDS to the actually
  linked one (avoids false positives in poudriere Q/A tests)
- Bump PORTREVISION on all touched ports, even indirectly due to
  the effect of removing forced dependencies on certain components
- Remove USES=fuse from gigolo. I could not find any kind f reference
  to fuse in the code.
- xfce4-bsdcpufreq-plugin: Also remove empty comment at the top of
  the Makefile
This commit is contained in:
Guido Falsi 2023-10-02 17:53:42 +02:00
parent af63ff37c2
commit 0afc8661e4
63 changed files with 129 additions and 116 deletions

View File

@ -23,7 +23,7 @@ LIBS+= -L${LOCALBASE}/lib
libmenu_LIB_DEPENDS= libxfce4ui-2.so:x11/libxfce4menu
libmenu_USE_XFCE_REQ= libutil
garcon_LIB_DEPENDS= libgarcon-gtk3-1.so:sysutils/garcon
garcon_LIB_DEPENDS= libgarcon-1.so:sysutils/garcon
garcon_USE_XFCE_REQ= libmenu
libexo_LIB_DEPENDS= libexo-2.so:x11/libexo
@ -31,16 +31,13 @@ libexo_USE_XFCE_REQ= libmenu
panel_LIB_DEPENDS= libxfce4panel-2.0.so:x11-wm/xfce4-panel
panel_RUN_DEPENDS= xfce4-panel:x11-wm/xfce4-panel
panel_USE_XFCE_REQ= garcon libexo xfconf
libutil_LIB_DEPENDS= libxfce4util.so:x11/libxfce4util
thunar_LIB_DEPENDS= libthunarx-3.so:x11-fm/thunar
thunar_RUN_DEPENDS= Thunar:x11-fm/thunar
thunar_USE_XFCE_REQ= xfconf libmenu
xfconf_LIB_DEPENDS= libxfconf-0.so:x11/xfce4-conf
xfconf_USE_XFCE_REQ= libutil
. if defined(USE_XFCE)
# First, expand all USE_XFCE_REQ recursively.

View File

@ -1,5 +1,6 @@
PORTNAME= thunar-archive-plugin
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= archivers xfce
MASTER_SITES= XFCE/thunar-plugins
DIST_SUBDIR= xfce4

View File

@ -1,6 +1,6 @@
PORTNAME= thunar-media-tags-plugin
PORTVERSION= 0.4.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio xfce
MASTER_SITES= XFCE/thunar-plugins
DIST_SUBDIR= xfce4

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-mixer
PORTVERSION= 4.18.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@ -25,7 +25,7 @@ USES= compiler:c11 gettext-tools gmake gnome gstreamer libtool \
pkgconfig tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
USE_GSTREAMER= good
USE_XFCE= panel
USE_XFCE= libmenu panel xfconf
USE_XORG= x11
GNU_CONFIGURE= yes

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-mpc-plugin
PORTVERSION= 0.5.3
PORTREVISION= 1
CATEGORIES= audio xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -17,7 +18,7 @@ RUN_DEPENDS= musicpd:audio/musicpd
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-pulseaudio-plugin
PORTVERSION= 0.4.8
PORTREVISION= 1
CATEGORIES= audio xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -18,7 +19,7 @@ RUN_DEPENDS= pavucontrol>=2.0:audio/pavucontrol
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3
USE_XFCE= panel
USE_XFCE= libexo panel xfconf
USE_XORG= x11
GNU_CONFIGURE= yes

View File

@ -1,6 +1,6 @@
PORTNAME= orage
PORTVERSION= 4.18.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@ -12,10 +12,7 @@ WWW= https://git.xfce.org/apps/orage/about/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpopt.so:devel/popt \
libical.so:devel/libical \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
LIB_DEPENDS= libical.so:devel/libical \
libharfbuzz.so:print/harfbuzz
USES= compiler:c++11-lang desktop-file-utils gettext gmake gnome \

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-generic-slider
PORTVERSION= 1.0.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/panel-plugins
@ -12,9 +13,7 @@ WWW= https://gitlab.xfce.org/panel-plugins/xfce4-generic-slider
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext gmake gnome libtool pkgconfig tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-notes-plugin
PORTVERSION= 1.10.0
PORTREVISION= 1
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -10,15 +11,12 @@ WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
LICENSE= GPLv2
LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel xfconf
USE_XORG= ice sm x11
GNU_CONFIGURE= yes

View File

@ -5,6 +5,7 @@
PORTNAME= xfce4-notifyd
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@ -22,7 +23,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
sqlite tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
USE_XFCE= libutil panel
USE_XFCE= libmenu panel xfconf
USE_XORG= ice sm x11
GNU_CONFIGURE= yes

View File

@ -1,6 +1,6 @@
PORTNAME= tumbler
PORTVERSION= 4.18.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE
PKGNAMEPREFIX= xfce4-
@ -18,7 +18,7 @@ LIB_DEPENDS= libpng.so:graphics/png
USES= compiler:c11 gettext-tools gmake gnome libtool \
localbase:ldflags pathfix pkgconfig tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 glib20 intltool libgsf librsvg2
USE_GNOME= cairo gdkpixbuf2 glib20 intltool libgsf
USE_XFCE= libutil
USE_LDCONFIG= yes
@ -58,7 +58,6 @@ GSTREAMER_CONFIGURE_ENABLE= gstreamer-thumbnailer
GSTREAMER_USES= gstreamer
JPEG_CONFIGURE_ENABLE= jpeg-thumbnailer
JPEG_LIB_DEPENDS= libexif.so:graphics/libexif
JPEG_USES= jpeg
NLS_CONFIGURE_ENABLE= nls

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-volumed-pulse
PORTVERSION= 0.2.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@ -17,7 +17,7 @@ LIB_DEPENDS= libkeybinder-3.0.so:x11/keybinder-gtk3 \
libpulse.so:audio/pulseaudio
USES= gmake gnome libtool pkgconfig tar:bz2 xfce
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
USE_GNOME= glib20 gtk30
USE_XFCE= xfconf
GNU_CONFIGURE= yes

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-xkb-plugin
PORTVERSION= 0.8.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/panel-plugins
@ -16,7 +16,7 @@ LIB_DEPENDS= libxklavier.so:x11/libxklavier \
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo gtk30 intltool librsvg2 libwnck3
USE_XFCE= panel
USE_XFCE= garcon libmenu panel xfconf
USE_XORG= x11
GNU_CONFIGURE= yes

View File

@ -1,6 +1,6 @@
PORTNAME= thunar-vcs-plugin
PORTVERSION= 0.2.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= devel xfce
MASTER_SITES= XFCE/thunar-plugins
DIST_SUBDIR= xfce4

View File

@ -1,5 +1,6 @@
PORTNAME= mousepad
PORTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= editors xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@ -15,7 +16,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= desktop-file-utils gettext-tools gmake gnome libtool perl5 \
pkgconfig tar:bzip2 xfce
USE_GNOME= cairo dconf gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -1,6 +1,6 @@
PORTNAME= ristretto
PORTVERSION= 0.13.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-mailwatch-plugin
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= mail xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -12,15 +13,12 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgnutls.so:security/gnutls \
libgpg-error.so:security/libgpg-error \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libexo panel
USE_XORG= x11
GNU_CONFIGURE= yes

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-calculator-plugin
PORTVERSION= 0.7.2
PORTREVISION= 1
CATEGORIES= math xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -15,7 +16,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bz2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
USE_XORG= x11
GNU_CONFIGURE= yes

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-appfinder
PORTVERSION= 4.18.1
PORTREVISION= 1
CATEGORIES= misc xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
@ -12,7 +13,7 @@ LICENSE= GPLv2
USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
USE_XFCE= garcon xfconf
USE_XFCE= garcon libmenu xfconf
GNU_CONFIGURE= yes

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-weather-plugin
PORTVERSION= 0.11.1
PORTREVISION= 1
CATEGORIES= misc xfce geography
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -17,7 +18,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libxml2
USE_XFCE= panel
USE_XFCE= libmenu panel xfconf
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -1,6 +1,6 @@
PORTNAME= parole
PORTVERSION= 4.18.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libnotify.so:devel/libnotify \
libtag.so:audio/taglib \
libtag_c.so:audio/taglib \
libharfbuzz.so:print/harfbuzz
RUN_DEPENDS= xdg-screensaver:devel/xdg-utils
@ -23,7 +23,7 @@ USES= compiler:c++11-lang desktop-file-utils gettext-tools \
gmake gnome gstreamer libtool pkgconfig tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 intltool
USE_GSTREAMER= core faad flac wavpack rtmp x
USE_XFCE= panel
USE_XFCE= libmenu xfconf
USE_XORG= ice sm x11
GNU_CONFIGURE= yes

View File

@ -1,5 +1,6 @@
PORTNAME= garcon
PORTVERSION= 4.18.1
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
@ -12,9 +13,7 @@ WWW= https://www.xfce.org/
# documentation is under GFDL 1.1.
LICENSE= GPLv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \
pkgconfig tar:bzip2 xfce

View File

@ -1,5 +1,6 @@
PORTNAME= gigolo
PORTVERSION= 0.5.3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= XFCE/apps
@ -12,7 +13,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= fuse gettext-tools gmake gnome pkgconfig tar:bzip2 xfce xorg
USES= gettext-tools gmake gnome pkgconfig tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 gtk30 gvfs intltool
USE_XORG= x11

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-battery-plugin
PORTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -17,7 +18,7 @@ ONLY_FOR_ARCHS= amd64 i386
USES= alias gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
USE_LDCONFIG= yes
SSP_UNSAFE= yes

View File

@ -1,8 +1,6 @@
#
PORTNAME= xfce4-bsdcpufreq-plugin
PORTVERSION= 0.3.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= sysutils xfce
MAINTAINER= riggs@FreeBSD.org
@ -11,11 +9,10 @@ COMMENT= Displays the current CPU clock frequency in the panel
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gnome pkgconfig xfce
USE_XFCE= panel
USE_XFCE= libmenu panel
USE_GNOME= cairo gdkpixbuf2 gtk30
PLIST_FILES= lib/xfce4/panel/plugins/libbsdcpufreq.so \

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-cpugraph-plugin
PORTVERSION= 1.2.8
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -16,7 +17,7 @@ USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_CSTD= c99
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel xfconf
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-diskperf-plugin
PORTVERSION= 2.7.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -12,10 +12,12 @@ WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gnome gmake libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gtk30 intltool
USE_XFCE= panel
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= libmenu panel
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-fsguard-plugin
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -16,7 +17,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
USE_XORG= x11
GNU_CONFIGURE= yes

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-genmon-plugin
PORTVERSION= 4.2.0
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -15,7 +16,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel xfconf
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-mount-plugin
PORTVERSION= 1.1.6
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -16,7 +17,7 @@ USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_LDCONFIG= yes
USE_XFCE= panel
USE_XFCE= libmenu panel
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-netload-plugin
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -16,7 +17,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-places-plugin
PORTVERSION= 1.8.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -18,7 +18,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel thunar
USE_XFCE= libexo libmenu panel xfconf
USE_XORG= ice sm x11
GNU_CONFIGURE= yes

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-power-manager
PORTVERSION= 4.18.2
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
@ -17,7 +18,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel xfconf
USE_XORG= ice sm xrandr x11 xext xtst xscrnsaver
GNU_CONFIGURE= yes

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-settings
PORTVERSION= 4.18.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-systemload-plugin
PORTVERSION= 1.3.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -11,10 +11,12 @@ WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel xfconf
SSP_UNSAFE= yes
GNU_CONFIGURE= yes

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-wavelan-plugin
PORTVERSION= 0.6.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -16,7 +16,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-dict
PORTVERSION= 0.8.5
PORTREVISION= 1
CATEGORIES= textproc xfce
MASTER_SITES= XFCE/apps
PKGNAMESUFFIX= -plugin
@ -17,7 +18,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
USE_XORG= x11
USE_LDCONFIG= yes

View File

@ -1,7 +1,7 @@
PORTNAME= midori
PORTVERSION= 9.0
DISTVERSIONPREFIX= v
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= www xfce
MAINTAINER= xfce@FreeBSD.org
@ -11,8 +11,7 @@ WWW= https://www.midori-browser.org/
LICENSE= LGPL21 MIT
LICENSE_COMB= multi
LIB_DEPENDS= libnotify.so:devel/libnotify \
libjson-glib-1.0.so:devel/json-glib \
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libsoup-2.4.so:devel/libsoup \
libp11-kit.so:security/p11-kit \
libgcr-base-3.so:security/gcr \
@ -23,8 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \
libarchive localbase:ldflags pkgconfig sqlite tar:bzip2 vala:build
USE_GNOME= cairo glib20 gtk30 intltool introspection librsvg2:build \
libxml2
USE_GNOME= cairo glib20 gtk30 intltool introspection librsvg2:build
CPE_VENDOR= midori-browser

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-smartbookmark-plugin
PORTVERSION= 0.5.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -12,10 +12,12 @@ WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-datetime-plugin
PORTVERSION= 0.8.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-clocks xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -16,7 +16,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-stopwatch-plugin
PORTVERSION= 0.5.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-clocks xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -12,10 +12,12 @@ WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-stopwatch-plugin
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gtk30 intltool
USE_XFCE= panel
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= libutil panel
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-time-out-plugin
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= x11-clocks xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -15,7 +16,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
USE_XORG= x11
GNU_CONFIGURE= yes

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-timer-plugin
PORTVERSION= 1.7.2
PORTREVISION= 1
CATEGORIES= x11-clocks xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -15,7 +16,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,6 +1,6 @@
PORTNAME= thunar
DISTVERSION= 4.18.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-fm xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
@ -22,7 +22,7 @@ USES= compiler:c11 cpe desktop-file-utils gettext-tools gmake gnome \
libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
USE_LDCONFIG= yes
USE_XFCE= libexo xfconf
USE_XFCE= libexo panel xfconf
USE_XORG= ice sm x11
CPE_VENDOR= xfce

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-desktop
PORTVERSION= 4.18.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE
DISTNAME= xfdesktop-${DISTVERSIONFULL}
@ -19,7 +19,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \
USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \
xfce xorg
USE_GNOME= cairo glib20 gdkpixbuf2 gtk30 intltool libwnck3
USE_XFCE= garcon libexo
USE_XFCE= garcon libexo xfconf
USE_XORG= ice sm x11
GNU_CONFIGURE= yes

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-panel-profiles
PORTVERSION= 1.0.14
PORTREVISION= 1
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@ -12,7 +13,7 @@ LICENSE= GPLv3
USES= gettext-tools gmake gnome python shebangfix tar:bz2 xfce
USE_GNOME= gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel
NO_ARCH= yes
HAS_CONFIGURE= yes

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-panel
PORTVERSION= 4.18.5
PORTREVISION= 1
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-session
PORTVERSION= 4.18.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-wm
PORTVERSION= 4.18.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE
DISTNAME= xfwm4-${DISTVERSIONFULL}

View File

@ -1,6 +1,6 @@
PORTNAME= libexo
PORTVERSION= 4.18.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11 xfce
MASTER_SITES= XFCE
DISTNAME= exo-${DISTVERSIONFULL}
@ -15,9 +15,7 @@ LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
BUILD_DEPENDS= p5-URI>=1.70:net/p5-URI
RUN_DEPENDS= p5-URI>=1.70:net/p5-URI

View File

@ -1,5 +1,6 @@
PORTNAME= libxfce4menu
PORTVERSION= 4.18.4
PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE
DISTNAME= libxfce4ui-${DISTVERSIONFULL}
@ -11,9 +12,7 @@ WWW= https://www.xfce.org/
LICENSE= GPLv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libepoxy.so:graphics/libepoxy \
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
libgtop-2.0.so:devel/libgtop \
libharfbuzz.so:print/harfbuzz
@ -21,7 +20,7 @@ USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \
pkgconfig tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
USE_LDCONFIG= yes
USE_XFCE= xfconf
USE_XFCE= libutil xfconf
USE_XORG= ice sm x11
GNU_CONFIGURE= yes

View File

@ -1,7 +1,7 @@
PORTNAME= workrave
PORTVERSION= 1.10.50
DISTVERSIONPREFIX= v
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= https://github.com/rcaelers/workrave/releases/download/v${PORTVERSION:S/./_/g}/

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-appmenu-plugin
DISTVERSION= 0.7.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11
PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
@ -27,7 +27,7 @@ MESON_ARGS= -Dvalapanel=disabled \
-Dregistrar=disabled \
-Dappmenu-gtk-module=disabled
USE_XFCE= panel
USE_XFCE= panel xfconf
USE_GNOME= gtk30 glib20 gtk20 gdkpixbuf2
USE_GITLAB= yes

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-clipman-plugin
PORTVERSION= 1.6.5
PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -15,7 +16,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel xfconf
USE_XORG= ice sm x11 xorgproto xtst
GNU_CONFIGURE= yes

View File

@ -1,6 +1,6 @@
PORTNAME= dashboard
PORTVERSION= 1.0.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/apps
PKGNAMEPREFIX= xfce4-
@ -23,7 +23,7 @@ USES= compiler:c11 gettext-tools gl gmake gnome localbase libtool \
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3
USE_XFCE= garcon xfconf
USE_XORG= x11 xcomposite xdamage xext xfixes xi xinerama xrandr
USE_GL= egl gl
USE_GL= egl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -1,7 +1,7 @@
PORTNAME= xfce4-docklike-plugin
PORTVERSION= 0.4.0
DISTVERSIONPREFIX= ${PORTNAME}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11 xfce
MAINTAINER= bsd@quentb.com
@ -28,7 +28,7 @@ INSTALL_TARGET= install-strip
LDFLAGS+= -L${LOCALBASE}/lib -linotify
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libwnck3
USE_XFCE= panel
USE_XFCE= libmenu panel
USE_XORG= x11
OPTIONS_DEFINE= NLS

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-screensaver
PORTVERSION= 4.18.2
PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@ -23,7 +24,7 @@ USES= compiler:c11 gettext-tools gl gmake gnome pkgconfig python \
shebangfix tar:bzip2 xfce xorg
USE_GL= gl
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3
USE_XFCE= garcon libexo xfconf
USE_XFCE= garcon xfconf
USE_XORG= ice sm x11 xext xrandr xscrnsaver xxf86vm
SHEBANG_FILES= src/xfce4-screensaver-configure

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-screenshooter-plugin
PORTVERSION= 1.10.4
PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/apps
DISTNAME= xfce4-screenshooter-${DISTVERSIONFULL}
@ -19,7 +20,7 @@ USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_CSTD= c99
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libxml2
USE_XFCE= panel
USE_XFCE= libexo libmenu panel xfconf
USE_XORG= ice sm x11 xfixes xext
GNU_CONFIGURE= yes

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-taskmanager
PORTVERSION= 1.5.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-terminal
PORTVERSION= 1.1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4

View File

@ -1,5 +1,6 @@
PORTNAME= verve-plugin
PORTVERSION= 2.0.3
PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/panel-plugins
PKGNAMEPREFIX= xfce4-
@ -18,7 +19,7 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool pango
USE_XFCE= panel
USE_XFCE= libmenu panel
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,5 +1,6 @@
PORTNAME= xfce4-whiskermenu-plugin
PORTVERSION= 2.8.0
PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++14-lang gettext-tools gnome localbase \
pkgconfig tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30
USE_XFCE= panel
USE_XFCE= garcon libexo panel xfconf
OPTIONS_DEFINE= ACCOUNTS_SERVICE GTK_LAYER_SHELL LTO NLS
OPTIONS_DEFAULT= ACCOUNTS_SERVICE GTK_LAYER_SHELL LTO

View File

@ -1,6 +1,6 @@
PORTNAME= xfce4-windowck-plugin
PORTVERSION= 0.5.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@ -17,7 +17,7 @@ BUILD_DEPENDS= xdt-csource:devel/xfce4-dev-tools
USES= gettext-tools gmake gnome libtool python:build pkgconfig \
shebangfix tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libwnck3 intltool
USE_XFCE= panel
USE_XFCE= libmenu panel xfconf
USE_XORG= x11
SHEBANG_GLOB= *.py