mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Fix regression after migration to GTK3, icons not showing.
PR: 236625 Submitted by: rozhuk.im@gmail.com
This commit is contained in:
parent
c20128dbbc
commit
eac812faf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496260
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-taskmanager
|
||||
PORTVERSION= 1.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 xfce
|
||||
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -17,14 +18,14 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= gettext-tools gmake gnome localbase pkgconfig tar:bzip2
|
||||
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck
|
||||
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3
|
||||
USE_XORG= ice sm x11 xmu xt
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
CONFIGURE_ARGS+= --disable-silent-rules --disable-gksu \
|
||||
--disable-wnck3 --enable-wnck --disable-gtk2
|
||||
--enable-wnck3 --enable-wnck --disable-gtk2
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
Loading…
Reference in New Issue
Block a user