View | Details | Raw Unified | Return to bug 234767
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	parole
4
PORTNAME=	parole
5
PORTVERSION=	1.0.1
5
PORTVERSION=	1.0.1
6
PORTREVISION=	1
6
CATEGORIES=	multimedia xfce
7
CATEGORIES=	multimedia xfce
7
MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/
8
MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/
8
DIST_SUBDIR=	xfce4
9
DIST_SUBDIR=	xfce4
Lines 24-34 Link Here
24
CONFIGURE_ARGS=	--enable-notify-plugin \
25
CONFIGURE_ARGS=	--enable-notify-plugin \
25
		--enable-tray-plugin \
26
		--enable-tray-plugin \
26
		--enable-taglib \
27
		--enable-taglib \
27
		--disable-mpris2-plugin \
28
		--enable-mpris2-plugin \
28
		--without-html-dir \
29
		--without-html-dir
29
		--with-gstreamer=1.0
30
USES=		compiler:c++11-lang desktop-file-utils gettext-tools \
30
USES=		compiler:c++11-lang desktop-file-utils gettext-tools \
31
		gmake libtool pkgconfig tar:bzip2 xfce:gtk3
31
		gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
32
USE_GNOME=	cairo gtk30 glib20 intltool intlhack
32
USE_GNOME=	cairo gtk30 glib20 intltool intlhack
33
USE_GSTREAMER1=	core faad flac wavpack rtmp x
33
USE_GSTREAMER1=	core faad flac wavpack rtmp x
34
USE_XFCE=	panel
34
USE_XFCE=	panel
(-)pkg-plist (+2 lines)
Lines 7-12 Link Here
7
include/parole/parole-provider-plugin.h
7
include/parole/parole-provider-plugin.h
8
include/parole/parole-stream.h
8
include/parole/parole-stream.h
9
include/parole/parole.h
9
include/parole/parole.h
10
lib/parole-0/parole-mpris2.so
10
lib/parole-0/parole-notify.so
11
lib/parole-0/parole-notify.so
11
lib/parole-0/tray-icon.so
12
lib/parole-0/tray-icon.so
12
share/appdata/parole.appdata.xml
13
share/appdata/parole.appdata.xml
Lines 67-72 Link Here
67
%%NLS%%share/locale/uk/LC_MESSAGES/parole.mo
68
%%NLS%%share/locale/uk/LC_MESSAGES/parole.mo
68
%%NLS%%share/locale/zh_CN/LC_MESSAGES/parole.mo
69
%%NLS%%share/locale/zh_CN/LC_MESSAGES/parole.mo
69
%%NLS%%share/locale/zh_TW/LC_MESSAGES/parole.mo
70
%%NLS%%share/locale/zh_TW/LC_MESSAGES/parole.mo
71
%%DATADIR%%/parole-plugins-0/mpris2.desktop
70
%%DATADIR%%/parole-plugins-0/notify.desktop
72
%%DATADIR%%/parole-plugins-0/notify.desktop
71
%%DATADIR%%/parole-plugins-0/system-tray.desktop
73
%%DATADIR%%/parole-plugins-0/system-tray.desktop
72
share/pixmaps/no-cover.png
74
share/pixmaps/no-cover.png

Return to bug 234767