- Fix LICENSE
- Add LICENSE_FILE - Pet portlint - Switch to *_CMAKE_BOOL - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
a7c9579eee
commit
d4a15747c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531303
@ -10,7 +10,8 @@ CATEGORIES= x11
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Circular application launcher
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= valac:lang/vala
|
||||
RUN_DEPENDS= gnome-settings-daemon>=2.32.1_4:sysutils/gnome-settings-daemon
|
||||
@ -18,6 +19,11 @@ LIB_DEPENDS= libbamf3.so:sysutils/bamf \
|
||||
libgee-0.8.so:devel/libgee \
|
||||
libunique-1.0.so:x11-toolkits/unique
|
||||
|
||||
USES= cmake gnome pkgconfig xorg
|
||||
USE_GITHUB= yes
|
||||
USE_GNOME= cairo gconf2 gnomemenus3 gtk30 librsvg2 libwnck3
|
||||
USE_XORG= xtst
|
||||
|
||||
DOCS_CMAKE_ON= -DINSTALL_DOCS:BOOL=ON
|
||||
|
||||
GH_ACCOUNT= Simmesimme
|
||||
@ -27,8 +33,7 @@ INSTALLS_ICONS= yes
|
||||
|
||||
MANPAGES_CMAKE_OFF= -DNO_INSTALL_MANPAGES:BOOL=ON
|
||||
|
||||
NLS_CMAKE_OFF= -DINSTALL_NLS:BOOL=OFF
|
||||
NLS_CMAKE_ON= -DINSTALL_NLS:BOOL=ON
|
||||
NLS_CMAKE_BOOL= INSTALL_NLS
|
||||
NLS_USES= gettext
|
||||
|
||||
OPTIONS_DEFAULT= MANPAGES
|
||||
@ -42,11 +47,6 @@ REINPLACE_ARGS= -e 's,%%DATADIR%%,${DATADIR},1' \
|
||||
-e 's,%%PREFIX%%,${PREFIX},1' -i.bak \
|
||||
-e '/has_resize_grip/d' -i ''
|
||||
|
||||
USES= cmake gnome pkgconfig xorg
|
||||
USE_GITHUB= yes
|
||||
USE_GNOME= cairo gconf2 gnomemenus3 gtk30 librsvg2 libwnck3
|
||||
USE_XORG= xtst
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} ${WRKSRC}/src/actions/actionRegistry.vala \
|
||||
${WRKSRC}/src/gui/indicator.vala \
|
||||
|
@ -3,4 +3,4 @@ each consisting of multiple slices. The user presses a key stroke which
|
||||
opens the desired pie. By activating one of its slices, applications may
|
||||
be launched, key presses may be simulated or files can be opened.
|
||||
|
||||
WWW: http://simmesimme.github.io/gnome-pie.html
|
||||
WWW: https://schneegans.github.io/gnome-pie.html
|
||||
|
Loading…
Reference in New Issue
Block a user