From owner-svn-ports-all@freebsd.org Fri Nov 8 09:41:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 377AC1AD0DB; Fri, 8 Nov 2019 09:41:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 478Zzj1VcBz479M; Fri, 8 Nov 2019 09:41:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1772E24271; Fri, 8 Nov 2019 09:41:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA89frvF038934; Fri, 8 Nov 2019 09:41:53 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA89fjKO038896; Fri, 8 Nov 2019 09:41:45 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201911080941.xA89fjKO038896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 8 Nov 2019 09:41:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517044 - in head/deskutils: alarm-clock-applet clipit conduit everygui ganyremote gbirthday glabels gnome-font-viewer gnome-search-tool gnome-shell-extension-recent-items gnome-system-... X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/deskutils: alarm-clock-applet clipit conduit everygui ganyremote gbirthday glabels gnome-font-viewer gnome-search-tool gnome-shell-extension-recent-items gnome-system-log gourmet gpicker gsimp... X-SVN-Commit-Revision: 517044 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2019 09:41:53 -0000 Author: tobik Date: Fri Nov 8 09:41:45 2019 New Revision: 517044 URL: https://svnweb.freebsd.org/changeset/ports/517044 Log: deskutils: Add missing USES={gnome,mate,php} Modified: head/deskutils/alarm-clock-applet/Makefile head/deskutils/clipit/Makefile head/deskutils/conduit/Makefile head/deskutils/everygui/Makefile head/deskutils/ganyremote/Makefile head/deskutils/gbirthday/Makefile head/deskutils/glabels/Makefile head/deskutils/gnome-font-viewer/Makefile head/deskutils/gnome-search-tool/Makefile head/deskutils/gnome-shell-extension-recent-items/Makefile head/deskutils/gnome-system-log/Makefile head/deskutils/gourmet/Makefile head/deskutils/gpicker/Makefile head/deskutils/gsimplecal/Makefile head/deskutils/gtg/Makefile head/deskutils/gxmessage/Makefile head/deskutils/gxneur/Makefile head/deskutils/horde-kronolith/Makefile head/deskutils/horde-mnemo/Makefile head/deskutils/horde-nag/Makefile head/deskutils/hot-babe/Makefile head/deskutils/logjam/Makefile head/deskutils/mat/Makefile head/deskutils/mozo/Makefile head/deskutils/nautilus-actions/Makefile head/deskutils/nautilus-sendto/Makefile head/deskutils/nemo-extensions/Makefile head/deskutils/nextcloudclient/Makefile head/deskutils/pal/Makefile head/deskutils/phpicalendar/Makefile head/deskutils/pybookreader/Makefile head/deskutils/rubrica/Makefile head/deskutils/shutter/Makefile head/deskutils/sugarcrm/Makefile head/deskutils/syncthing-gtk/Makefile head/deskutils/tomboy/Makefile Modified: head/deskutils/alarm-clock-applet/Makefile ============================================================================== --- head/deskutils/alarm-clock-applet/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/alarm-clock-applet/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -20,7 +20,7 @@ BUILD_DEPENDS= gnome-icon-theme>0:misc/gnome-icon-them RUN_DEPENDS= gnome-icon-theme>0:misc/gnome-icon-theme GNU_CONFIGURE= yes -USES= gmake gettext-tools pkgconfig +USES= gettext-tools gmake gnome pkgconfig USE_GNOME= cairo gconf2 gtk20 intltool USE_GSTREAMER1= yes INSTALLS_ICONS= yes Modified: head/deskutils/clipit/Makefile ============================================================================== --- head/deskutils/clipit/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/clipit/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= gettext gmake pkgconfig +USES= gettext gmake gnome pkgconfig USE_GNOME= gtk20 intltool OPTIONS_DEFINE= NLS XDOTOOL Modified: head/deskutils/conduit/Makefile ============================================================================== --- head/deskutils/conduit/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/conduit/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -25,8 +25,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:g ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ xdg-open:devel/xdg-utils -USES= gettext gmake localbase:ldflags pathfix pkgconfig python:2.7 \ - shebangfix +USES= gettext gmake gnome localbase:ldflags pathfix pkgconfig \ + python:2.7 shebangfix GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes Modified: head/deskutils/everygui/Makefile ============================================================================== --- head/deskutils/everygui/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/everygui/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -13,7 +13,7 @@ COMMENT= Dynamic GUI for an OS command LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= dos2unix python:2.7 shebangfix +USES= dos2unix gnome python:2.7 shebangfix SHEBANG_FILES= src/*.py DOS2UNIX_GLOB= *.py USE_PYTHON= distutils autoplist Modified: head/deskutils/ganyremote/Makefile ============================================================================== --- head/deskutils/ganyremote/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/ganyremote/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= anyremote:comms/anyremote -USES= python:2.7 shebangfix +USES= gnome python:2.7 shebangfix SHEBANG_FILES= ganyremote USE_GNOME= pygobject3 gtk30 GNU_CONFIGURE= yes Modified: head/deskutils/gbirthday/Makefile ============================================================================== --- head/deskutils/gbirthday/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/gbirthday/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -25,7 +25,7 @@ NOTIFY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notify>0:de THUNDERBIRD_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} NO_ARCH= yes -USES= python:2.7,run +USES= gnome python:2.7,run USE_GNOME= pygtk2 LANGUAGES= cs da de en es fi fr gl he it pl pt ru sk Modified: head/deskutils/glabels/Makefile ============================================================================== --- head/deskutils/glabels/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/glabels/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -13,8 +13,8 @@ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup -USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ - shared-mime-info tar:xz +USES= desktop-file-utils gettext gmake gnome libtool pathfix \ + pkgconfig shared-mime-info tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 intltool librsvg2 INSTALL_TARGET= install-strip USE_LDCONFIG= yes Modified: head/deskutils/gnome-font-viewer/Makefile ============================================================================== --- head/deskutils/gnome-font-viewer/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/gnome-font-viewer/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -21,7 +21,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ CONFLICTS= gnome-utils-2.[0-9]* PORTSCOUT= limitw:1,even -USES= compiler:c11 desktop-file-utils gettext localbase meson pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils gettext gnome localbase meson \ + pkgconfig tar:xz USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GNOME= cairo gtk30 gnomedesktop3 Modified: head/deskutils/gnome-search-tool/Makefile ============================================================================== --- head/deskutils/gnome-search-tool/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/gnome-search-tool/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -16,7 +16,7 @@ BUILD_DEPENDS= itstool:textproc/itstool CONFLICTS= gnome-utils-2.[0-9]* -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake gnome pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gtk30 intlhack Modified: head/deskutils/gnome-shell-extension-recent-items/Makefile ============================================================================== --- head/deskutils/gnome-shell-extension-recent-items/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/gnome-shell-extension-recent-items/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -12,6 +12,7 @@ COMMENT= Recent items extensions for the GNOME3 shell LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +USES= gnome USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/deskutils/gnome-system-log/Makefile ============================================================================== --- head/deskutils/gnome-system-log/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/gnome-system-log/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -16,7 +16,7 @@ BUILD_DEPENDS= itstool:textproc/itstool CONFLICTS= gnome-utils-2.[0-9]* -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake gnome pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack gtk30 INSTALLS_ICONS= yes USE_LDCONFIG= yes Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/gourmet/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -27,7 +27,7 @@ OPTIONS_DEFINE= IPYTHON IPYTHON_DESC= Interactive shell support IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} -USES= gettext python:-2.7 +USES= gettext gnome python:-2.7 USE_GNOME= intltool pygnome2 pygtk2 USE_PYTHON= autoplist distutils PLIST_FILES+= man/man1/gourmet.1.gz Modified: head/deskutils/gpicker/Makefile ============================================================================== --- head/deskutils/gpicker/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/gpicker/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gmake gettext-runtime pkgconfig +USES= gettext-runtime gmake gnome pkgconfig USE_GNOME= gtk20 cairo gdkpixbuf2 GNU_CONFIGURE= yes Modified: head/deskutils/gsimplecal/Makefile ============================================================================== --- head/deskutils/gsimplecal/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/gsimplecal/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -16,7 +16,7 @@ GH_ACCOUNT= dmedvinsky GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lang gmake pkgconfig +USES= autoreconf compiler:c++11-lang gmake gnome pkgconfig USE_GNOME= glib20 gtk30 PLIST_FILES= bin/gsimplecal \ Modified: head/deskutils/gtg/Makefile ============================================================================== --- head/deskutils/gtg/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/gtg/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.4:devel xset:x11/xset USE_GNOME= pygobject pygtk2 -USES= gettext desktop-file-utils python:2.7 shebangfix +USES= desktop-file-utils gettext gnome python:2.7 shebangfix INSTALLS_ICONS= yes SHEBANG_FILES= ${WRKSRC}/gtcli_bash_completion USE_PYTHON= distutils autoplist Modified: head/deskutils/gxmessage/Makefile ============================================================================== --- head/deskutils/gxmessage/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/gxmessage/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -12,7 +12,7 @@ MAINTAINER= avg@icyb.net.ua COMMENT= GTK3 substitute for xmessage USE_GNOME= gtk30 gnomeprefix intltool -USES= gmake pkgconfig +USES= gmake gnome pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/deskutils/gxneur/Makefile ============================================================================== --- head/deskutils/gxneur/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/gxneur/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -18,7 +18,7 @@ BUILD_DEPENDS= xneur:deskutils/xneur RUN_DEPENDS= xneur:deskutils/xneur GNU_CONFIGURE= yes -USES= compiler:c++11-lang pkgconfig +USES= compiler:c++11-lang gnome pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gconf2 gtk20 libglade2 INSTALLS_ICONS= yes Modified: head/deskutils/horde-kronolith/Makefile ============================================================================== --- head/deskutils/horde-kronolith/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/horde-kronolith/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -18,7 +18,7 @@ DATE_HOLIDAYS_DESC= Depend on PEAR Date_Holidays TIMEOBJECTS_DESC= Depenbd on Horde timeobjects XMLWRITER_DESC= Depend on PHP xmlwriter extension -USES= horde cpe +USES= cpe horde php USE_PHP= gettext json simplexml USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/deskutils/horde-mnemo/Makefile ============================================================================== --- head/deskutils/horde-mnemo/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/horde-mnemo/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -12,7 +12,7 @@ COMMENT= Horde web based notes manager LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= horde cpe +USES= cpe horde php USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/deskutils/horde-nag/Makefile ============================================================================== --- head/deskutils/horde-nag/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/horde-nag/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -11,7 +11,7 @@ COMMENT= Horde web based task list manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= horde cpe +USES= cpe horde php USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/deskutils/hot-babe/Makefile ============================================================================== --- head/deskutils/hot-babe/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/hot-babe/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -11,7 +11,7 @@ MASTER_SITES= http://dindinx.net/hotbabe/downloads/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Small utility which displays the system activity in a special way -USES= pkgconfig tar:bzip2 +USES= gnome pkgconfig tar:bzip2 MAKE_ARGS+= PREFIX="${PREFIX}" CC="${CC}" USE_GNOME= gtk20 Modified: head/deskutils/logjam/Makefile ============================================================================== --- head/deskutils/logjam/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/logjam/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -22,7 +22,7 @@ GTKHTML_DESC= Support rendering HTML RSVG_DESC= Support rendering SVG SQLITE_DESC= Use sqlite3 as a backend -USES= gettext gmake pathfix pkgconfig tar:bzip2 +USES= gettext gmake gnome pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gtk20 libxml2 intlhack CONFIGURE_ARGS= --program-transform-name="s/$$//" Modified: head/deskutils/mat/Makefile ============================================================================== --- head/deskutils/mat/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/mat/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -17,7 +17,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/ ${PYTHON_PKGNAMEPREFIX}pdfrw>=0:textproc/py-pdfrw@${PY_FLAVOR} \ srm:security/srm -USES= gettext python:2.7 +USES= gettext gnome python:2.7 USE_GITLAB= yes GL_SITE= https://0xacab.org GL_ACCOUNT= mat Modified: head/deskutils/mozo/Makefile ============================================================================== --- head/deskutils/mozo/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/mozo/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -12,7 +12,7 @@ COMMENT= Editor for the freedesktop.org menu specifica PORTSCOUT= limitw:1,even -USES= gettext gmake localbase pathfix pkgconfig \ +USES= gettext gmake gnome localbase mate pathfix pkgconfig \ python:3.5+ tar:xz USE_MATE= menus USE_GNOME= gtk30 intltool pygobject3 Modified: head/deskutils/nautilus-actions/Makefile ============================================================================== --- head/deskutils/nautilus-actions/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/nautilus-actions/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -15,7 +15,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ libgtop-2.0.so:devel/libgtop \ libunique-3.0.so:x11-toolkits/libunique3 -USES= gettext gmake libtool pkgconfig tar:xz +USES= gettext gmake gnome libtool pkgconfig tar:xz USE_GNOME= gtk30 intltool nautilus3 INSTALLS_ICONS= yes INSTALLS_OMF= yes Modified: head/deskutils/nautilus-sendto/Makefile ============================================================================== --- head/deskutils/nautilus-sendto/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/nautilus-sendto/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -10,7 +10,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Convenience application to send a file via email USE_GNOME= intlhack introspection:build -USES= gettext gmake localbase pathfix pkgconfig tar:xz +USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes Modified: head/deskutils/nemo-extensions/Makefile ============================================================================== --- head/deskutils/nemo-extensions/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/nemo-extensions/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -35,7 +35,7 @@ GH_TAGNAME= 6c8ec3a USE_GNOME= gconf2 gnomeprefix gnomedocutils gtksourceview3 intlhack \ introspection:build libxml2 pygtk2 -USES= autoreconf:build gettext gmake libtool pathfix pkgconfig \ +USES= autoreconf:build gettext gmake gnome libtool pathfix pkgconfig \ python:2.7 shebangfix SHEBANG_FILES= nemo-dropbox/dropbox.in INSTALLS_ICONS= yes Modified: head/deskutils/nextcloudclient/Makefile ============================================================================== --- head/deskutils/nextcloudclient/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/nextcloudclient/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libinotify.so:devel/libinotify \ libqt5keychain.so:security/qtkeychain -USES= cmake:noninja compiler:c++11-lib gmake iconv \ +USES= cmake:noninja compiler:c++11-lib gmake gnome iconv \ localbase:ldflags pkgconfig qt:5 sqlite ssl USE_QT= buildtools_build concurrent core dbus declarative gui linguist_build location network \ printsupport qmake_build sql webchannel webengine webkit widgets xml Modified: head/deskutils/pal/Makefile ============================================================================== --- head/deskutils/pal/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/pal/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}cal/${PORTNAME}/${PORTVERS MAINTAINER= h.skuhra@gmail.com COMMENT= Calendar application -USES= gettext gmake ncurses pkgconfig readline tar:tgz +USES= gettext gmake gnome ncurses pkgconfig readline tar:tgz USE_GNOME= glib20 ALL_TARGET= WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src Modified: head/deskutils/phpicalendar/Makefile ============================================================================== --- head/deskutils/phpicalendar/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/phpicalendar/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -19,7 +19,7 @@ COMMENT= Webbased calendar with iCal support LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:bz2 +USES= php tar:bz2 NO_BUILD= yes NO_ARCH= yes USE_PHP= session pcre Modified: head/deskutils/pybookreader/Makefile ============================================================================== --- head/deskutils/pybookreader/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/pybookreader/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -13,7 +13,7 @@ COMMENT= Program for reading e-books RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} -USES= python:2.7 +USES= gnome python:2.7 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= PyBookReader USE_GNOME= pygtk2 Modified: head/deskutils/rubrica/Makefile ============================================================================== --- head/deskutils/rubrica/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/rubrica/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libnotify.so:devel/libnotify RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme -USES= desktop-file-utils gmake libtool localbase pathfix pkgconfig tar:bzip2 +USES= desktop-file-utils gmake gnome libtool localbase pathfix \ + pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gconf2 gnomeprefix libglade2 intltool USE_LDCONFIG= yes Modified: head/deskutils/shutter/Makefile ============================================================================== --- head/deskutils/shutter/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/shutter/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -57,7 +57,7 @@ SHEBANG_FILES= bin/shutter share/shutter/resources/sys SHUTTER_DESKTOP= share/applications/shutter.desktop USE_PERL5= run -USES= desktop-file-utils gettext-runtime perl5 shebangfix +USES= desktop-file-utils gettext-runtime gnome perl5 shebangfix .include Modified: head/deskutils/sugarcrm/Makefile ============================================================================== --- head/deskutils/sugarcrm/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/sugarcrm/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -12,7 +12,7 @@ COMMENT= Web based customer relationship management su BROKEN= unfetchable -USES= zip +USES= php zip USE_PHP= gd mysqli session pcre xml zlib mbstring curl imap spl posix \ json ctype zip tokenizer NO_BUILD= yes Modified: head/deskutils/syncthing-gtk/Makefile ============================================================================== --- head/deskutils/syncthing-gtk/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/syncthing-gtk/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/ libappindicator>=0:devel/libappindicator \ syncthing>=0.14.50:net/syncthing -USES= python:2.7 +USES= gnome python:2.7 USE_PYTHON= autoplist distutils USE_GNOME= gtk30 pygobject3 INSTALLS_ICONS= yes Modified: head/deskutils/tomboy/Makefile ============================================================================== --- head/deskutils/tomboy/Makefile Fri Nov 8 09:39:52 2019 (r517043) +++ head/deskutils/tomboy/Makefile Fri Nov 8 09:41:45 2019 (r517044) @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sha RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-2.0.pc:devel/dbus-sharp-glib \ mautil:devel/mono-addins -USES= cpe gettext gmake libtool mono pathfix pkgconfig tar:xz +USES= cpe gettext gmake gnome libtool mono pathfix pkgconfig tar:xz USE_GNOME= intlhack gnomeprefix gnomedocutils gnomesharp20 GNU_CONFIGURE= yes INSTALLS_ICONS= yes