- Update x11-wm/xfce4-desktop to 4.12.4
- Adjust dependencies (reported by QA script) - Silence USES portlint warning PR: 220290 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
This commit is contained in:
parent
7a53fc10e9
commit
49989ef599
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450043
2 changed files with 14 additions and 12 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-desktop
|
||||
PORTVERSION= 4.12.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 4.12.4
|
||||
CATEGORIES= x11-wm xfce
|
||||
MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/
|
||||
DISTNAME= xfdesktop-${PORTVERSION}
|
||||
|
@ -15,19 +14,22 @@ COMMENT= Xfce's desktop manager
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
||||
libnotify.so:devel/libnotify
|
||||
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||
libdbus-glib-1.so:devel/dbus-glib \
|
||||
libnotify.so:devel/libnotify \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= gettext-tools gmake pkgconfig tar:bzip2 xfce
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GNOME= glib20 gtk20 intltool intlhack libwnck
|
||||
USE_XFCE= garcon
|
||||
USES= gettext-tools gmake pkgconfig tar:bzip2 xfce
|
||||
USE_XORG= x11 sm
|
||||
USE_GNOME= glib20 gtk20 intltool libwnck cairo
|
||||
USE_XFCE= garcon libexo
|
||||
USE_XORG= ice sm x11
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ARGS+=--enable-gio-unix \
|
||||
--enable-notifications
|
||||
--enable-notifications
|
||||
|
||||
OPTIONS_DEFINE= NLS THUNAR
|
||||
OPTIONS_DEFAULT= THUNAR
|
||||
|
@ -36,7 +38,6 @@ NLS_CONFIGURE_ENABLE= nls
|
|||
THUNAR_USE= xfce=thunar
|
||||
THUNAR_CONFIGURE_ENABLE= thunarx
|
||||
THUNAR_CONFIGURE_WITH= file-manager-fallback=Thunar
|
||||
THUNAR_USE_OFF= xfce=libexo
|
||||
THUNAR_DESC= Thunar file manager support
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (xfce4/xfdesktop-4.12.3.tar.bz2) = a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac
|
||||
SIZE (xfce4/xfdesktop-4.12.3.tar.bz2) = 1420704
|
||||
TIMESTAMP = 1498493923
|
||||
SHA256 (xfce4/xfdesktop-4.12.4.tar.bz2) = 098a35510562907e1431d5adbfa8307484a235c1dec6a43e2d58d2ac4241f1cb
|
||||
SIZE (xfce4/xfdesktop-4.12.4.tar.bz2) = 1421623
|
||||
|
|
Loading…
Reference in a new issue