diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
commit | 2d250bb95eac4419c2b2a81d30d1629c50a4ba4f (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /x11-wm/e17-module-everything-pidgin | |
parent | 3f57bf2285e342135340477d9404790fda157f15 (diff) |
Notes
Diffstat (limited to 'x11-wm/e17-module-everything-pidgin')
-rw-r--r-- | x11-wm/e17-module-everything-pidgin/Makefile | 14 | ||||
-rw-r--r-- | x11-wm/e17-module-everything-pidgin/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/e17-module-everything-pidgin/pkg-plist | 3 |
3 files changed, 13 insertions, 8 deletions
diff --git a/x11-wm/e17-module-everything-pidgin/Makefile b/x11-wm/e17-module-everything-pidgin/Makefile index aab350dade0f..1e0eab4fb63b 100644 --- a/x11-wm/e17-module-everything-pidgin/Makefile +++ b/x11-wm/e17-module-everything-pidgin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= everything-pidgin -PORTVERSION= 20111128 +PORTVERSION= 20120918 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- @@ -14,18 +14,20 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes +GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= pkgconfig USE_EFL= edje libtool_hack modarch_hack +USE_GNOME= pkgconfig + +.include <bsd.port.options.mk> -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes +CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else -CONFIGURE_ARGS= --disable-nls +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif diff --git a/x11-wm/e17-module-everything-pidgin/distinfo b/x11-wm/e17-module-everything-pidgin/distinfo index 99517f5a724d..523cca0509dc 100644 --- a/x11-wm/e17-module-everything-pidgin/distinfo +++ b/x11-wm/e17-module-everything-pidgin/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/everything-pidgin-20111128.tar.bz2) = 869faa32bd2642d4fd16580746e7648edb9cd35b7bc53c7670847c68f3e5f3af -SIZE (e17/everything-pidgin-20111128.tar.bz2) = 501320 +SHA256 (e17/everything-pidgin-20120918.tar.bz2) = dc49ab0a4f866dfbef4884110f8c7b3d53bcfc112e909f8757659de597dd82d6 +SIZE (e17/everything-pidgin-20120918.tar.bz2) = 527196 diff --git a/x11-wm/e17-module-everything-pidgin/pkg-plist b/x11-wm/e17-module-everything-pidgin/pkg-plist index cdc55a3a58f7..1e5fab432f35 100644 --- a/x11-wm/e17-module-everything-pidgin/pkg-plist +++ b/x11-wm/e17-module-everything-pidgin/pkg-plist @@ -1,6 +1,7 @@ lib/enlightenment/modules/evry-pidgin/%%E17_ARCH%%/module.so lib/enlightenment/modules/evry-pidgin/e-module.edj lib/enlightenment/modules/evry-pidgin/module.desktop +%%NLS%%lib/enlightenment/modules/evry-pidgin/locale/ar/LC_MESSAGES/evry-pidgin.mo %%NLS%%lib/enlightenment/modules/evry-pidgin/locale/it/LC_MESSAGES/evry-pidgin.mo %%NLS%%lib/enlightenment/modules/evry-pidgin/locale/el/LC_MESSAGES/evry-pidgin.mo %%NLS%%lib/enlightenment/modules/evry-pidgin/locale/fr/LC_MESSAGES/evry-pidgin.mo @@ -28,6 +29,8 @@ lib/enlightenment/modules/evry-pidgin/module.desktop %%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/el %%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/it/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/ar/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/ar %%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale @dirrm lib/enlightenment/modules/evry-pidgin/%%E17_ARCH%% @dirrm lib/enlightenment/modules/evry-pidgin |