mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Enable mpris2 support in xfce4-parole
- Add Uses=gnome - Remove unneeded USE_LDCONFIG - Regenerate patch - While here silence some portlint warnings PR: 234767 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
This commit is contained in:
parent
38f666cd29
commit
6bff853b88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489767
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= parole
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia xfce
|
||||
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -19,21 +20,20 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||
libtag.so:audio/taglib
|
||||
RUN_DEPENDS= xdg-screensaver:devel/xdg-utils
|
||||
|
||||
USES= compiler:c++11-lang desktop-file-utils gettext-tools \
|
||||
gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
|
||||
USE_GNOME= cairo gtk30 glib20 intltool intlhack
|
||||
USE_GSTREAMER1= core faad flac wavpack rtmp x
|
||||
USE_XFCE= panel
|
||||
USE_XORG= ice sm x11
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ARGS= --enable-notify-plugin \
|
||||
--enable-tray-plugin \
|
||||
--enable-taglib \
|
||||
--disable-mpris2-plugin \
|
||||
--without-html-dir \
|
||||
--with-gstreamer=1.0
|
||||
USES= compiler:c++11-lang desktop-file-utils gettext-tools \
|
||||
gmake libtool pkgconfig tar:bzip2 xfce:gtk3
|
||||
USE_GNOME= cairo gtk30 glib20 intltool intlhack
|
||||
USE_GSTREAMER1= core faad flac wavpack rtmp x
|
||||
USE_XFCE= panel
|
||||
USE_XORG= ice sm x11
|
||||
USE_LDCONFIG= yes
|
||||
--enable-mpris2-plugin \
|
||||
--without-html-dir
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ./configure.orig 2013-01-07 10:17:14.000000000 +0000
|
||||
+++ ./configure 2013-01-08 20:20:14.000000000 +0000
|
||||
@@ -18772,7 +18772,7 @@
|
||||
--- configure.orig 2018-04-12 00:49:30 UTC
|
||||
+++ configure
|
||||
@@ -19422,7 +19422,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
fi
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
gt_cv_have_gettext=no
|
||||
@@ -23621,10 +23621,10 @@
|
||||
@@ -23916,10 +23916,10 @@ _ACEOF
|
||||
else
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -7,6 +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-mpris2.so
|
||||
lib/parole-0/parole-notify.so
|
||||
lib/parole-0/tray-icon.so
|
||||
share/appdata/parole.appdata.xml
|
||||
@ -67,6 +68,7 @@ share/icons/hicolor/scalable/apps/parole.svg
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/parole.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/parole.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/parole.mo
|
||||
%%DATADIR%%/parole-plugins-0/mpris2.desktop
|
||||
%%DATADIR%%/parole-plugins-0/notify.desktop
|
||||
%%DATADIR%%/parole-plugins-0/system-tray.desktop
|
||||
share/pixmaps/no-cover.png
|
||||
|
Loading…
Reference in New Issue
Block a user