Date: Tue, 19 Mar 2019 14:38:13 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496260 - head/x11/xfce4-taskmanager Message-ID: <201903191438.x2JEcDLg061429@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Tue Mar 19 14:38:12 2019 New Revision: 496260 URL: https://svnweb.freebsd.org/changeset/ports/496260 Log: Fix regression after migration to GTK3, icons not showing. PR: 236625 Submitted by: rozhuk.im@gmail.com Modified: head/x11/xfce4-taskmanager/Makefile Modified: head/x11/xfce4-taskmanager/Makefile ============================================================================== --- head/x11/xfce4-taskmanager/Makefile Tue Mar 19 13:50:38 2019 (r496259) +++ head/x11/xfce4-taskmanager/Makefile Tue Mar 19 14:38:12 2019 (r496260) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903191438.x2JEcDLg061429>