Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2018 10:05:30 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479017 - in head: audio/gnaural audio/gtick deskutils/notecase editors/yzis emulators/dolphin-emu emulators/pcsxr games/belooted games/jfsw games/openalchemist games/trackballs net/grsync
Message-ID:  <201809051005.w85A5UFe030418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Wed Sep  5 10:05:29 2018
New Revision: 479017
URL: https://svnweb.freebsd.org/changeset/ports/479017

Log:
  Add missing USES=gnome to my ports

Modified:
  head/audio/gnaural/Makefile
  head/audio/gtick/Makefile
  head/deskutils/notecase/Makefile
  head/editors/yzis/Makefile
  head/emulators/dolphin-emu/Makefile
  head/emulators/pcsxr/Makefile
  head/games/belooted/Makefile
  head/games/jfsw/Makefile
  head/games/openalchemist/Makefile
  head/games/trackballs/Makefile
  head/net/grsync/Makefile

Modified: head/audio/gnaural/Makefile
==============================================================================
--- head/audio/gnaural/Makefile	Wed Sep  5 09:38:15 2018	(r479016)
+++ head/audio/gnaural/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libportaudio.so:audio/portaudio \
 		libsndfile.so:audio/libsndfile
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig desktop-file-utils
+USES=		desktop-file-utils gnome pkgconfig
 USE_CSTD=	gnu89
 USE_GNOME=	libglade2
 

Modified: head/audio/gtick/Makefile
==============================================================================
--- head/audio/gtick/Makefile	Wed Sep  5 09:38:15 2018	(r479016)
+++ head/audio/gtick/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile \
 		libpulse-simple.so:audio/pulseaudio
 
-USES=		pkgconfig desktop-file-utils
+USES=		desktop-file-utils gnome pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
 INSTALLS_ICONS=	yes

Modified: head/deskutils/notecase/Makefile
==============================================================================
--- head/deskutils/notecase/Makefile	Wed Sep  5 09:38:15 2018	(r479016)
+++ head/deskutils/notecase/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
@@ -13,7 +13,7 @@ COMMENT=	Hierarchical text notes manager
 
 LICENSE=	BSD3CLAUSE
 
-USES=		dos2unix gmake desktop-file-utils gettext pkgconfig shared-mime-info
+USES=		dos2unix gmake desktop-file-utils gettext gnome pkgconfig shared-mime-info
 USE_GNOME=	gtk20 gtksourceview2 gnomevfs2
 USE_XORG=	x11
 

Modified: head/editors/yzis/Makefile
==============================================================================
--- head/editors/yzis/Makefile	Wed Sep  5 09:38:15 2018	(r479016)
+++ head/editors/yzis/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
@@ -17,7 +17,7 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LGPL
 
-USES=		qt:4 tar:bzip2 cmake gettext perl5 lua:51
+USES=		qt:4 tar:bzip2 cmake gettext gnome perl5 lua:51
 USE_XORG=	x11 xext ice
 USE_QT=		corelib qtestlib qmake_build rcc_build uic_build moc_build gui xml
 CMAKE_ARGS+=	-DLOCALBASE:STRING="${LOCALBASE}" \

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Wed Sep  5 09:38:15 2018	(r479016)
+++ head/emulators/dolphin-emu/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
@@ -32,7 +32,7 @@ LIB_DEPENDS=	libpulse.so:audio/pulseaudio \
 		libgtest.so:devel/googletest
 
 LLD_UNSAFE=	yes
-USES=		cmake compiler:c++11-lib iconv openal pkgconfig
+USES=		cmake compiler:c++11-lib gnome iconv openal pkgconfig
 
 USE_GITHUB=	yes
 GH_PROJECT=	dolphin

Modified: head/emulators/pcsxr/Makefile
==============================================================================
--- head/emulators/pcsxr/Makefile	Wed Sep  5 09:38:15 2018	(r479016)
+++ head/emulators/pcsxr/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
 
 WRKSRC_SUBDIR=	${PORTNAME}
 
-USES=		cmake desktop-file-utils dos2unix gettext iconv libarchive \
+USES=		cmake desktop-file-utils dos2unix gettext gnome iconv libarchive \
 		libtool pkgconfig tar:bzip2
 
 USE_GITHUB=	yes

Modified: head/games/belooted/Makefile
==============================================================================
--- head/games/belooted/Makefile	Wed Sep  5 09:38:15 2018	(r479016)
+++ head/games/belooted/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
@@ -14,7 +14,7 @@ COMMENT=	Popular 32-card trick-taking game played in F
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake pkgconfig
+USES=		gmake gnome pkgconfig
 USE_GNOME=	gtk20 intltool
 GNU_CONFIGURE=	yes
 

Modified: head/games/jfsw/Makefile
==============================================================================
--- head/games/jfsw/Makefile	Wed Sep  5 09:38:15 2018	(r479016)
+++ head/games/jfsw/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
@@ -17,7 +17,7 @@ LICENSE_PERMS_BuildLic=	dist-mirror no-dist-sell pkg-m
 
 LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis
 
-USES=		alias dos2unix gmake pkgconfig:build
+USES=		alias dos2unix gmake gnome pkgconfig:build
 DOS2UNIX_REGEX=	.*(\.(c|h)|Makefile)(\.deps)?
 
 USE_GITHUB=	yes

Modified: head/games/openalchemist/Makefile
==============================================================================
--- head/games/openalchemist/Makefile	Wed Sep  5 09:38:15 2018	(r479016)
+++ head/games/openalchemist/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
@@ -23,7 +23,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
 
-USES=		autoreconf gmake iconv jpeg pkgconfig python:2.7,run shebangfix
+USES=		autoreconf gmake gnome iconv jpeg pkgconfig python:2.7,run shebangfix
 SHEBANG_FILES=	openalchemist-config
 
 USE_GNOME=	pygtk2

Modified: head/games/trackballs/Makefile
==============================================================================
--- head/games/trackballs/Makefile	Wed Sep  5 09:38:15 2018	(r479016)
+++ head/games/trackballs/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libguile-2.0.so:lang/guile2 \
 		libgc.so:devel/boehm-gc
 
-USES=		cmake desktop-file-utils gettext-runtime pkgconfig
+USES=		cmake desktop-file-utils gettext-runtime gnome pkgconfig
 
 USE_GITHUB=	yes
 

Modified: head/net/grsync/Makefile
==============================================================================
--- head/net/grsync/Makefile	Wed Sep  5 09:38:15 2018	(r479016)
+++ head/net/grsync/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+=	--disable-unity
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-USES=		desktop-file-utils gettext gmake \
+USES=		desktop-file-utils gettext gmake gnome \
 		pkgconfig shared-mime-info shebangfix
 USE_GNOME=	gtk20 intltool
 SHEBANG_FILES=	src/grsync-batch



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809051005.w85A5UFe030418>