diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-03-04 00:48:41 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-03-04 00:48:41 +0800 |
commit | 5665cbbc621e171e3f193d6e2b2073f61c678a52 (patch) | |
tree | ad1ce75450adf571c4be5285acbc4c24c1fbd924 /x11-wm | |
parent | be022c4a2d6686748ca81963777b5856832d0ef1 (diff) | |
download | freebsd-ports-gnome-5665cbbc621e171e3f193d6e2b2073f61c678a52.tar.gz freebsd-ports-gnome-5665cbbc621e171e3f193d6e2b2073f61c678a52.tar.zst freebsd-ports-gnome-5665cbbc621e171e3f193d6e2b2073f61c678a52.zip |
- Update to 4.10.1
- Add patch to avoid installing .mo files, when NLS is unset
Approved by: rene, miwi (mentors, implicit)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 10 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/pkg-plist | 1 |
3 files changed, 11 insertions, 4 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index abe5305910b8..825e8d4fc5e2 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -3,10 +3,10 @@ # PORTNAME= xfce4-desktop -PORTVERSION= 4.10.0 -PORTREVISION= 5 +PORTVERSION= 4.10.1 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/xfce/xfdesktop/${PORTVERSION:R} DISTNAME= xfdesktop-${PORTVERSION} DIST_SUBDIR= xfce4 @@ -24,6 +24,7 @@ USE_GMAKE= yes USE_GNOME= glib20 gnomehack gtk20 intltool intlhack desktopfileutils USE_XFCE= configenv garcon libmenu libutil libexo xfconf USE_PKGCONFIG= build +USE_XORG= x11 sm CONFIGURE_ARGS+=--enable-gio-unix \ --enable-notifications @@ -52,6 +53,11 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +post-patch: +.if !${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in +.endif + post-install: @-update-desktop-database diff --git a/x11-wm/xfce4-desktop/distinfo b/x11-wm/xfce4-desktop/distinfo index dd6d262e2abc..0290392a170f 100644 --- a/x11-wm/xfce4-desktop/distinfo +++ b/x11-wm/xfce4-desktop/distinfo @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfdesktop-4.10.0.tar.bz2) = 897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b -SIZE (xfce4/xfdesktop-4.10.0.tar.bz2) = 1098862 +SHA256 (xfce4/xfdesktop-4.10.1.tar.bz2) = 2883fe381e1b967d179fdf5ece5ac2566a3ffdb94f4cf139c7fb44567f17d4ad +SIZE (xfce4/xfdesktop-4.10.1.tar.bz2) = 1144840 diff --git a/x11-wm/xfce4-desktop/pkg-plist b/x11-wm/xfce4-desktop/pkg-plist index 56bb61a35f48..c7ab14f9be61 100644 --- a/x11-wm/xfce4-desktop/pkg-plist +++ b/x11-wm/xfce4-desktop/pkg-plist @@ -62,6 +62,7 @@ share/icons/hicolor/scalable/apps/xfce4-menueditor.svg %%NLS%%share/locale/si/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfdesktop.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ta/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/te/LC_MESSAGES/xfdesktop.mo |