diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 15:27:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 15:27:25 +0000 |
commit | 746f3865d1c28c4cb838694a8df998fdbbe3b400 (patch) | |
tree | 8d33f292e206bb247854ab4bc302c50c7c3ef6a9 /sysutils/xfce4-settings | |
parent | 9ab2883793e1361a699100a1abc1876067af7a2d (diff) | |
download | ports-746f3865d1c28c4cb838694a8df998fdbbe3b400.tar.gz ports-746f3865d1c28c4cb838694a8df998fdbbe3b400.zip |
Notes
Diffstat (limited to 'sysutils/xfce4-settings')
-rw-r--r-- | sysutils/xfce4-settings/Makefile | 15 | ||||
-rw-r--r-- | sysutils/xfce4-settings/distinfo | 4 | ||||
-rw-r--r-- | sysutils/xfce4-settings/pkg-plist | 4 |
3 files changed, 16 insertions, 7 deletions
diff --git a/sysutils/xfce4-settings/Makefile b/sysutils/xfce4-settings/Makefile index 231096d59086..ad9e4753b513 100644 --- a/sysutils/xfce4-settings/Makefile +++ b/sysutils/xfce4-settings/Makefile @@ -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 @@ OPTIONS= XKLAVIER "Keyboard layout settings" off \ 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 @@ CONFIGURE_ARGS+=--disable-nls 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 --git a/sysutils/xfce4-settings/distinfo b/sysutils/xfce4-settings/distinfo index 6a0fc82594f8..1ebf1ea75c1f 100644 --- a/sysutils/xfce4-settings/distinfo +++ b/sysutils/xfce4-settings/distinfo @@ -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 --git a/sysutils/xfce4-settings/pkg-plist b/sysutils/xfce4-settings/pkg-plist index 0f77b3c08b26..107bb7579238 100644 --- a/sysutils/xfce4-settings/pkg-plist +++ b/sysutils/xfce4-settings/pkg-plist @@ -38,6 +38,7 @@ share/applications/xfce4-settings-editor.desktop %%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 @@ share/applications/xfce4-settings-editor.desktop %%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 @@ share/applications/xfce4-settings-editor.desktop %%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 |