mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Welcome XFCE 4.14 to the FreeBSD ports tree
- This XFCE release uses almost exclusively gtk3, so the USES=xfce now defaults to gtk3 - Make x11-themes/gtk-xfce-engine an optional dependency(disabled by default), it only supports gtk2, so would leave miost of this XFCE version unthemed. - Add Greybird as an optional and enabled dependency as a modern theme supporting both GTK versions and all other XFCE parts - The xfce4-vala port is deprecated and removed. The VALA bindings are available in the library ports using the GIR and VAPI options (on by default) - Fixed various missing library and portlint warnings (portmgr fixit blanket) - Default Display Manager changed to lightdm (Thanks to woodsb02 for help) - Add x11/xfce4-screensaver as an optional dependency to the xfce4-goodies (enabled by default) - Remove dependency on x11-fm/thunar-vfs and deprecate the port. It is EOL upstream and the functionality is included in thunar itself Update: - Added back sysutils/xfce4-places-plugin, updated to 1.8.1 - archivers/thunar-archive-plugin to 0.4.0 - audio/thunar-media-tags-plugin to 0.3.0 - audio/xfce4-mpc-plugin to 0.5.2 - audio/xfce4-pulseaudio-plugin to 0.4.2 - deskutils/xfce4-tumbler to 0.2.7 - devel/thunar-vcs-plugin to 0.2.0 [1] - devel/xfce4-dev-tools to 4.14.0 - misc/xfce4-appfinder to 4.14.0 - misc/xfce4-weather-plugin to 0.10.0 - multimedia/xfce4-parole to 1.0.4 - sysutils/gigolo to 0.5.0 - sysutils/xfce4-battery-plugin to 1.1.3 - sysutils/xfce4-fsguard-plugin to 1.1.1 - sysutils/xfce4-netload-plugin to 1.3.2 - sysutils/xfce4-power-manage to 1.6.5 - sysutils/xfce4-settings 4.14.1 - sysutils/xfce4-systemload-plugin to 1.2.3 - sysutils/xfce4-wavelan-plugin to 0.6.1 - www/xfce4-smartbookmark-plugin to 0.5.1 - x11-clocks/xfce4-datetime-plugin to 0.8.0 - Added new xfce4-stopwatch-plugin, version 0.3.1 - x11-clocks/xfce4-timer-out-plugin to 1.0.3 - x11-fm/thunar to 1.8.9 - x11-wm/xfce4-desktop to 4.14.1 - x11-wm/xfce4-panel to 4.14.0 - x11-wm/xfce4-session to 4.14.0 - x11-wm/xfce4-wm to 4.14.0 - x11/libexo to 0.12.8 - x11/libxfce4menu to 4.14.1 - x11/libxfce4util to 4.14.0 - x11/xfce4-conf to 4.14.1 - x11/xfce4-dashboard to 0.7.5 - x11/xfce4-screensaver to 0.1.8 - x11/xfce4-screenshooter-plugin to 1.9.6 - x11/xfce4-verve-plugin to 2.0.0 Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com> PR: 240236 Exp-run by: antoine Tested by: sbruno Approved by: sergey.dyatko@gmail.com (maintainer timeout via email), portmgr (fixit blanket, port breaks with new Thunar if not updated) [1] Differential Revision: https://reviews.freebsd.org/D21278
This commit is contained in:
@@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING.
|
||||
|
||||
All ports committers are allowed to commit to this file.
|
||||
|
||||
20190919:
|
||||
AUTHOR: madpilot@FreeBSD.org
|
||||
|
||||
USES=xfce now defaults to gtk3, so for ported applications requiring
|
||||
GTK2 XFCE support USES=xfce:gtk2 should be used.
|
||||
|
||||
20181225:
|
||||
AUTHOR: kde@FreeBSD.org
|
||||
|
||||
|
||||
@@ -2903,7 +2903,6 @@ sysutils/rsyslog4-devel-relp||2011-11-02|Is now stable; see sysutils/rsyslog4
|
||||
sysutils/rsyslog4-devel-rfc3195||2011-11-02|Is now stable; see sysutils/rsyslog4
|
||||
sysutils/rsyslog4-devel-snmp||2011-11-02|Is now stable; see sysutils/rsyslog4
|
||||
www/php-yaf|www/pecl-yaf|2011-11-02|The project has been moved to PECL
|
||||
sysutils/xfce4-places-plugin||2011-11-06|Removed, integrated in Xfce 4.8 panel
|
||||
lang/p5-F77|lang/p5-ExtUtils-F77|2011-11-07|Move to a better place via repocopy
|
||||
devel/soup||2011-11-09|Has expired: Unmaintained, use devel/libsoup
|
||||
graphics/clutter-qt||2011-11-09|Has expired: upstream distfile disappeared, doesn't build, and doesn't seem to be developed anymore
|
||||
@@ -12955,3 +12954,4 @@ sysutils/libutempter||2019-09-11|Belong to base in all supported version of Free
|
||||
databases/postgresql-plruby||2019-09-19|Has expired: Abandonware
|
||||
databases/tablelog||2019-09-19|Has expired: Abandonware
|
||||
databases/skytools||2019-09-19|Has expired: Abandonware
|
||||
devel/xfce4-vala||2019-09-19|Deprecated, functionality moved to xfce libraries with option VAPI on (default)
|
||||
|
||||
+19
-16
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Feature: xfce
|
||||
# Usage: USES=xfce or USES=xfce:ARGS
|
||||
# Valid ARGS: gtk3
|
||||
# Valid ARGS: gtk2
|
||||
#
|
||||
# Variables, which can be set by the port:
|
||||
#
|
||||
@@ -24,37 +24,40 @@ xfce_ARGS?= # empty
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if ${xfce_ARGS:Mgtk3}
|
||||
libmenu_LIB_DEPENDS= libxfce4ui-2.so:x11/libxfce4menu
|
||||
libmenu_USE_XFCE_REQ= xfconf
|
||||
|
||||
garcon_LIB_DEPENDS= libgarcon-gtk3-1.so:sysutils/garcon
|
||||
garcon_USE_XFCE_REQ= libmenu
|
||||
|
||||
panel_LIB_DEPENDS= libxfce4panel-2.0.so:x11-wm/xfce4-panel
|
||||
panel_RUN_DEPENDS= xfce4-panel:x11-wm/xfce4-panel
|
||||
panel_USE_XFCE_REQ= garcon libexo xfconf
|
||||
.else
|
||||
.if ${xfce_ARGS:Mgtk2}
|
||||
libmenu_LIB_DEPENDS= libxfce4ui-1.so:x11/libxfce4menu
|
||||
libmenu_USE_XFCE_REQ= xfconf
|
||||
libmenu_USE_XFCE_REQ= libutil
|
||||
|
||||
garcon_LIB_DEPENDS= libgarcon-gtk2-1.so:sysutils/garcon
|
||||
garcon_USE_XFCE_REQ= libmenu
|
||||
|
||||
libexo_LIB_DEPENDS= libexo-1.so:x11/libexo
|
||||
libexo_USE_XFCE_REQ= libmenu
|
||||
|
||||
panel_LIB_DEPENDS= libxfce4panel-1.0.so:x11-wm/xfce4-panel
|
||||
panel_RUN_DEPENDS= xfce4-panel:x11-wm/xfce4-panel
|
||||
panel_USE_XFCE_REQ= garcon libexo xfconf
|
||||
.endif
|
||||
.else
|
||||
libmenu_LIB_DEPENDS= libxfce4ui-2.so:x11/libxfce4menu
|
||||
libmenu_USE_XFCE_REQ= libutil
|
||||
|
||||
libexo_LIB_DEPENDS= libexo-1.so:x11/libexo
|
||||
garcon_LIB_DEPENDS= libgarcon-gtk3-1.so:sysutils/garcon
|
||||
garcon_USE_XFCE_REQ= libmenu
|
||||
|
||||
libexo_LIB_DEPENDS= libexo-2.so:x11/libexo
|
||||
libexo_USE_XFCE_REQ= libmenu
|
||||
|
||||
panel_LIB_DEPENDS= libxfce4panel-2.0.so:x11-wm/xfce4-panel
|
||||
panel_RUN_DEPENDS= xfce4-panel:x11-wm/xfce4-panel
|
||||
panel_USE_XFCE_REQ= garcon libexo xfconf
|
||||
.endif
|
||||
|
||||
libgui_LIB_DEPENDS= libxfcegui4.so:x11-toolkits/libxfce4gui
|
||||
libgui_USE_XFCE_REQ= libutil
|
||||
|
||||
libutil_LIB_DEPENDS= libxfce4util.so:x11/libxfce4util
|
||||
|
||||
thunar_LIB_DEPENDS= libthunarx-2.so:x11-fm/thunar
|
||||
thunar_LIB_DEPENDS= libthunarx-3.so:x11-fm/thunar
|
||||
thunar_RUN_DEPENDS= Thunar:x11-fm/thunar
|
||||
thunar_USE_XFCE_REQ= xfconf libmenu
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= squeeze
|
||||
PORTVERSION= 0.2.3
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= archivers xfce
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
@@ -15,16 +15,16 @@ LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libthunar-vfs-1.so:x11-fm/thunar-vfs
|
||||
|
||||
USES= tar:bzip2 pkgconfig gmake gettext pathfix desktop-file-utils \
|
||||
libtool xfce:gtk2 xorg
|
||||
USE_XFCE= thunar
|
||||
USE_XORG= x11
|
||||
USE_GNOME= gtk20 glib20 intltool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SSP_UNSAFE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USES= tar:bzip2 pkgconfig gmake gettext pathfix desktop-file-utils \
|
||||
libtool xfce
|
||||
USE_XFCE= thunar
|
||||
USE_XORG= x11
|
||||
USE_GNOME= gtk20 glib20 intltool intlhack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS=--disable-static --without-html-dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thunar-archive-plugin
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= archivers xfce
|
||||
MASTER_SITES= XFCE/thunar-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
@@ -14,11 +13,8 @@ COMMENT= Archive plugin for the Thunar File Manager
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
|
||||
USE_GNOME= cairo gtk20 intltool
|
||||
USE_GNOME= cairo gtk30 intltool
|
||||
USE_XFCE= libexo thunar
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
@@ -31,8 +27,4 @@ OPTIONS_SUB= yes
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext-runtime
|
||||
|
||||
post-install:
|
||||
${RLN} ${STAGEDIR}${PREFIX}/libexec/thunar-archive-plugin/file-roller.tap \
|
||||
${STAGEDIR}${PREFIX}/libexec/thunar-archive-plugin/org.gnome.FileRoller.tap
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
SHA256 (xfce4/thunar-archive-plugin-0.3.1.tar.bz2) = 9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c
|
||||
SIZE (xfce4/thunar-archive-plugin-0.3.1.tar.bz2) = 329005
|
||||
TIMESTAMP = 1547768935
|
||||
SHA256 (xfce4/thunar-archive-plugin-0.4.0.tar.bz2) = bf82fa86a388124eb3c4854249c30712b2922e61789607268ee14548549b3115
|
||||
SIZE (xfce4/thunar-archive-plugin-0.4.0.tar.bz2) = 350011
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
lib/thunarx-2/thunar-archive-plugin.so
|
||||
lib/thunarx-3/thunar-archive-plugin.so
|
||||
libexec/thunar-archive-plugin/ark.tap
|
||||
libexec/thunar-archive-plugin/engrampa.tap
|
||||
libexec/thunar-archive-plugin/file-roller.tap
|
||||
libexec/thunar-archive-plugin/gnome-file-roller.tap
|
||||
libexec/thunar-archive-plugin/org.gnome.FileRoller.tap
|
||||
share/icons/hicolor/16x16/apps/tap-create.png
|
||||
share/icons/hicolor/16x16/apps/tap-extract.png
|
||||
share/icons/hicolor/16x16/apps/tap-extract-to.png
|
||||
%%NLS%%share/locale/am/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/be/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
@@ -15,6 +17,7 @@ share/icons/hicolor/16x16/apps/tap-extract-to.png
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/en_AU/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
@@ -22,17 +25,22 @@ share/icons/hicolor/16x16/apps/tap-extract-to.png
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/kk/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/ms/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/nn/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/oc/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/pa/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
@@ -44,10 +52,14 @@ share/icons/hicolor/16x16/apps/tap-extract-to.png
|
||||
%%NLS%%share/locale/sq/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/th/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/ug/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/ur/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/ur_PK/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/uz/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/uz@Latn/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/thunar-archive-plugin.mo
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thunar-media-tags-plugin
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= audio xfce
|
||||
MASTER_SITES= XFCE/thunar-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
@@ -14,12 +13,10 @@ COMMENT= Media tags plugin
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libtag.so:audio/taglib \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
LIB_DEPENDS= libtag.so:audio/taglib
|
||||
|
||||
USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk20 intlhack intltool
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
|
||||
USE_XFCE= libexo thunar
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
SHA256 (xfce4/thunar-media-tags-plugin-0.2.1.tar.bz2) = 056d012a10403ee3e2e55b6ff2faecb796821de9ebee000315589b95d95ed253
|
||||
SIZE (xfce4/thunar-media-tags-plugin-0.2.1.tar.bz2) = 324833
|
||||
TIMESTAMP = 1547769867
|
||||
SHA256 (xfce4/thunar-media-tags-plugin-0.3.0.tar.bz2) = e265c4415abac40337cc5566c6f706efcf0be4e97723abe22ba8b874c93a591b
|
||||
SIZE (xfce4/thunar-media-tags-plugin-0.3.0.tar.bz2) = 378993
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
lib/thunarx-2/thunar-media-tags-plugin.so
|
||||
lib/thunarx-3/thunar-media-tags-plugin.so
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
@@ -7,37 +7,47 @@ lib/thunarx-2/thunar-media-tags-plugin.so
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/en_AU/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/kk/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/ms/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/oc/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/pa/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/sq/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/th/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/ug/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/ur/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/ur_PK/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/uz/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/uz@Latn/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/thunar-media-tags-plugin.mo
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-mixer
|
||||
PORTVERSION= 4.11.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio xfce
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
@@ -19,7 +19,8 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2
|
||||
USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
|
||||
xfce:gtk2
|
||||
USE_GNOME= cairo glib20 gtk20 intlhack intltool libxml2
|
||||
USE_XFCE= panel
|
||||
USE_GSTREAMER= good
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
--- panel-plugin/Makefile.in.orig 2014-04-09 19:40:22 UTC
|
||||
+++ panel-plugin/Makefile.in
|
||||
@@ -416,7 +416,8 @@ libmixer_la_CFLAGS = \
|
||||
$(LIBXFCE4PANEL_CFLAGS) \
|
||||
$(XFCONF_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
- $(KEYBINDER_CFLAGS)
|
||||
+ $(KEYBINDER_CFLAGS) \
|
||||
+ $(DBUS_GLIB_CFLAGS)
|
||||
|
||||
libmixer_la_DEPENDENCIES = \
|
||||
$(top_builddir)/libxfce4mixer/libxfce4mixer.la
|
||||
@@ -439,7 +440,8 @@ libmixer_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-0.10 \
|
||||
-lgstinterfaces-0.10 \
|
||||
- $(KEYBINDER_LIBS)
|
||||
+ $(KEYBINDER_LIBS) \
|
||||
+ $(DBUS_GLIB_LIBS)
|
||||
|
||||
desktopdir = $(datadir)/xfce4/panel/plugins
|
||||
desktop_in_files = mixer.desktop.in
|
||||
@@ -0,0 +1,22 @@
|
||||
--- xfce4-mixer/Makefile.in.orig 2014-04-09 19:40:22 UTC
|
||||
+++ xfce4-mixer/Makefile.in
|
||||
@@ -429,7 +429,8 @@ xfce4_mixer_CFLAGS = \
|
||||
$(LIBXFCE4UTIL_CFLAGS) \
|
||||
$(LIBXFCE4UI_CFLAGS) \
|
||||
$(XFCONF_CFLAGS) \
|
||||
- $(GST_PLUGINS_BASE_CFLAGS)
|
||||
+ $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
+ $(DBUS_GLIB_CFLAGS)
|
||||
|
||||
xfce4_mixer_DEPENDENCIES = \
|
||||
$(top_builddir)/libxfce4mixer/libxfce4mixer.la
|
||||
@@ -445,7 +446,8 @@ xfce4_mixer_LDFLAGS = \
|
||||
$(XFCONF_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-0.10 \
|
||||
- -lgstinterfaces-0.10
|
||||
+ -lgstinterfaces-0.10 \
|
||||
+ $(DBUS_GLIB_LIBS)
|
||||
|
||||
dist_man_MANS = xfce4-mixer.1
|
||||
desktop_in_files = xfce4-mixer.desktop.in
|
||||
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-mpc-plugin
|
||||
PORTVERSION= 0.5.1
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= audio xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
@@ -15,7 +15,7 @@ LICENSE= ISCL
|
||||
LIB_DEPENDS= libmpd.so:audio/libmpd
|
||||
RUN_DEPENDS= musicpd:audio/musicpd
|
||||
|
||||
USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3
|
||||
USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
|
||||
USE_XFCE= panel
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1544309125
|
||||
SHA256 (xfce4/xfce4-mpc-plugin-0.5.1.tar.bz2) = 635e678c9729663e9eaadfcf58426f7cea37e6d3fda5e818955fbc8ade00de01
|
||||
SIZE (xfce4/xfce4-mpc-plugin-0.5.1.tar.bz2) = 290830
|
||||
TIMESTAMP = 1565692661
|
||||
SHA256 (xfce4/xfce4-mpc-plugin-0.5.2.tar.bz2) = eefe78b7b6b95312b3a52814b7f632dc92970c1b3e9535de616315749bf67760
|
||||
SIZE (xfce4/xfce4-mpc-plugin-0.5.2.tar.bz2) = 293655
|
||||
|
||||
@@ -12,12 +12,15 @@ lib/xfce4/panel/plugins/libmpc.so
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-mpc-plugin.mo
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-pulseaudio-plugin
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= audio xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
@@ -18,7 +17,8 @@ LIB_DEPENDS= libpulse-mainloop-glib.so:audio/pulseaudio \
|
||||
libdbus-glib-1.so:devel/dbus-glib
|
||||
RUN_DEPENDS= pavucontrol>=2.0:audio/pavucontrol
|
||||
|
||||
USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
|
||||
USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
|
||||
xfce xorg
|
||||
USE_GNOME= cairo glib20 gtk30 intltool libwnck3
|
||||
USE_XFCE= panel
|
||||
USE_XORG= x11
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1523526880
|
||||
SHA256 (xfce4/xfce4-pulseaudio-plugin-0.4.1.tar.bz2) = 6ca88314dbac3e24c0e1bfc593fad6edb66319766be62e8256c81b0314f049f0
|
||||
SIZE (xfce4/xfce4-pulseaudio-plugin-0.4.1.tar.bz2) = 391791
|
||||
TIMESTAMP = 1565601023
|
||||
SHA256 (xfce4/xfce4-pulseaudio-plugin-0.4.2.tar.bz2) = 4ae8aebc2458675d4f885bf16f73829be359e16370a684301bbef6a23758a120
|
||||
SIZE (xfce4/xfce4-pulseaudio-plugin-0.4.2.tar.bz2) = 428504
|
||||
|
||||
@@ -9,6 +9,7 @@ share/icons/hicolor/scalable/status/microphone-sensitivity-high-symbolic.svg
|
||||
share/icons/hicolor/scalable/status/microphone-sensitivity-low-symbolic.svg
|
||||
share/icons/hicolor/scalable/status/microphone-sensitivity-medium-symbolic.svg
|
||||
share/icons/hicolor/scalable/status/microphone-sensitivity-muted-symbolic.svg
|
||||
%%NLS%%share/locale/be/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
@@ -17,13 +18,17 @@ share/icons/hicolor/scalable/status/microphone-sensitivity-muted-symbolic.svg
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/ga/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfmpc
|
||||
PORTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio xfce
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
@@ -13,11 +14,9 @@ COMMENT= Graphical MPD client focusing on low footprint
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= valac:lang/vala
|
||||
LIB_DEPENDS= libmpd.so:audio/libmpd \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
LIB_DEPENDS= libmpd.so:audio/libmpd
|
||||
|
||||
USES= gettext-tools gmake gnome pkgconfig tar:bzip2 xfce:gtk3
|
||||
USES= gettext-tools gmake gnome pkgconfig tar:bzip2 xfce xorg
|
||||
USE_GNOME= cairo gtk30 intltool
|
||||
USE_XFCE= libmenu
|
||||
USE_XORG= ice sm x11
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user