ports/160947: [UPDATE] sysutils/xfce4-settings to 4.8.3

Olivier Duchateau duchateau.olivier at gmail.com
Fri Sep 23 18:50:05 UTC 2011


>Number:         160947
>Category:       ports
>Synopsis:       [UPDATE] sysutils/xfce4-settings to 4.8.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 23 18:50:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
>Description:
Announce: http://mail.xfce.org/pipermail/xfce/2011-September/029203.html

Add new option, SOUND (off by default).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur /usr/ports/sysutils/xfce4-settings/Makefile xfce4-settings/Makefile
--- /usr/ports/sysutils/xfce4-settings/Makefile	2011-08-23 20:39:14.000000000 +0200
+++ xfce4-settings/Makefile	2011-09-23 19:53:03.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	xfce4-settings
-PORTVERSION=	4.8.2
-PORTREVISION=	2
+PORTVERSION=	4.8.3
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/xfce/${PORTNAME}/${PORTVERSION:R}
@@ -22,10 +21,9 @@
 		XCURSOR		"Enable cursor themes support"		on \
 		XRANDR		"Enable Xrandr support"			on \
 		NOTIFY		"Enable notification support"		on \
-		NLS		"Enable Native Language Support"	on
+		NLS		"Enable Native Language Support"	on \
+		SOUND		"Enable sound control"	off
 
-CONFIGURE_ARGS=	--disable-sound-settings \
-		--disable-debug
 CONFIGURE_ENV+=	ac_cv_prog_AWK="${AWK}"
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
@@ -78,6 +76,13 @@
 PLIST_SUB+=	NLS="@comment "
 .endif
 
+.if defined(WITH_SOUND)
+LIB_DEPENDS+=	canberra.0:${PORTSDIR}/audio/libcanberra
+CONFIGURE_ARGS+=--enable-sound-settings
+.else
+CONFIGURE_ARGS+=--disable-sound-settings
+.endif
+
 post-patch:
 	# until xfce4-icon-theme is back we rely on Tango
 	@${REINPLACE_CMD} -e 's|Rodent|Tango|g' \
diff -ur /usr/ports/sysutils/xfce4-settings/distinfo xfce4-settings/distinfo
--- /usr/ports/sysutils/xfce4-settings/distinfo	2011-06-07 10:50:16.000000000 +0200
+++ xfce4-settings/distinfo	2011-09-23 19:53:03.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-settings-4.8.2.tar.bz2) = 3f79865a6a3817f3c868f2412cbf105e73e54810438f62035699ae5fd72c29d0
-SIZE (xfce4/xfce4-settings-4.8.2.tar.bz2) = 668903
+SHA256 (xfce4/xfce4-settings-4.8.3.tar.bz2) = d878cc474e1e677e9607279b9a1007cb90ed35ff078de180259a8b2b8d06bc2e
+SIZE (xfce4/xfce4-settings-4.8.3.tar.bz2) = 672266
diff -ur /usr/ports/sysutils/xfce4-settings/pkg-plist xfce4-settings/pkg-plist
--- /usr/ports/sysutils/xfce4-settings/pkg-plist	2011-03-03 11:12:25.000000000 +0100
+++ xfce4-settings/pkg-plist	2011-09-23 19:53:03.000000000 +0200
@@ -38,6 +38,7 @@
 %%NLS%%share/locale/it/LC_MESSAGES/xfce4-settings.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-settings.mo
 %%NLS%%share/locale/kk/LC_MESSAGES/xfce4-settings.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-settings.mo
 %%NLS%%share/locale/lv/LC_MESSAGES/xfce4-settings.mo
 %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-settings.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/xfce4-settings.mo
@@ -50,6 +51,7 @@
 %%NLS%%share/locale/si/LC_MESSAGES/xfce4-settings.mo
 %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-settings.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-settings.mo
+%%NLS%%share/locale/te/LC_MESSAGES/xfce4-settings.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/xfce4-settings.mo
 %%NLS%%share/locale/ug/LC_MESSAGES/xfce4-settings.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/xfce4-settings.mo
@@ -65,6 +67,8 @@
 %%NLS%%@dirrmtry share/locale/ur
 %%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/ug
+%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/te
 %%NLS%%@dirrmtry share/locale/si/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/si
 %%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list