mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert USE_BZIP2 to USES
- Switch to USES= libtool, drop .la files - Add LICENSE_FILE - Bump PORTREVISION Approved by: portmgr blanket
This commit is contained in:
parent
31e34051bb
commit
990d366814
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359697
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= parole
|
||||
PORTVERSION= 0.5.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia xfce
|
||||
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -11,6 +12,7 @@ MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Lightweight media player for Xfce4 based on GStreamer
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \
|
||||
libnotify.so:${PORTSDIR}/devel/libnotify \
|
||||
@ -20,7 +22,6 @@ PORTSCOUT= limit:^0\.6\.
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_BZIP2= yes
|
||||
CONFIGURE_ARGS= --enable-notify-plugin \
|
||||
--enable-tray-plugin \
|
||||
--enable-taglib \
|
||||
@ -31,7 +32,7 @@ USE_GNOME= gtk20 glib20 intltool intlhack
|
||||
USE_XFCE= configenv libmenu libutil
|
||||
USE_XORG= x11 sm
|
||||
USE_LDCONFIG= yes
|
||||
USES= desktop-file-utils pkgconfig gmake
|
||||
USES= desktop-file-utils pkgconfig gmake libtool tar:bzip2
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SINGLE= GSTREAMER
|
||||
|
@ -7,9 +7,7 @@ include/parole/parole-provider-player.h
|
||||
include/parole/parole-provider-plugin.h
|
||||
include/parole/parole-stream.h
|
||||
include/parole/parole.h
|
||||
lib/parole-0/parole-notify.la
|
||||
lib/parole-0/parole-notify.so
|
||||
lib/parole-0/tray-icon.la
|
||||
lib/parole-0/tray-icon.so
|
||||
share/applications/parole.desktop
|
||||
share/icons/hicolor/16x16/apps/parole-extension.png
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-dict
|
||||
PORTVERSION= 0.7.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
|
||||
@ -12,10 +13,12 @@ DIST_SUBDIR= xfce4
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Xfce4 plugin to query different dictionaries
|
||||
|
||||
USE_BZIP2= yes
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USES= gettext pkgconfig gmake
|
||||
USES= gettext pkgconfig gmake libtool tar:bzip2
|
||||
USE_GNOME= glib20 gtk20 intltool intlhack
|
||||
USE_XFCE= configenv libmenu libutil panel
|
||||
USE_XORG= x11
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/xfce4-dict
|
||||
lib/xfce4/panel/plugins/libxfce4dict.la
|
||||
lib/xfce4/panel/plugins/libxfce4dict.so
|
||||
man/man1/xfce4-dict.1.gz
|
||||
share/applications/xfce4-dict.desktop
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-screenshooter-plugin
|
||||
PORTVERSION= 1.8.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= x11 xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R}
|
||||
@ -13,14 +13,16 @@ DIST_SUBDIR= xfce4
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Desktop Screenshot plugin for Xfce
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GNOME= glib20 gtk20 intltool intlhack
|
||||
USE_XFCE= configenv libexo libmenu libutil panel
|
||||
USES= pkgconfig gmake
|
||||
USES= pkgconfig gmake libtool tar:bzip2
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
bin/xfce4-screenshooter
|
||||
lib/xfce4/panel/plugins/libscreenshooterplugin.la
|
||||
lib/xfce4/panel/plugins/libscreenshooterplugin.so
|
||||
lib/xfce4/panel/plugins/libscreenshooterplugin.so.0
|
||||
lib/xfce4/panel/plugins/libscreenshooterplugin.so.0.0.0
|
||||
man/man1/xfce4-screenshooter.1.gz
|
||||
share/applications/xfce4-screenshooter.desktop
|
||||
%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog1.png
|
||||
|
Loading…
Reference in New Issue
Block a user