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-screenshot | |
parent | 3f57bf2285e342135340477d9404790fda157f15 (diff) |
Notes
Diffstat (limited to 'x11-wm/e17-module-screenshot')
-rw-r--r-- | x11-wm/e17-module-screenshot/Makefile | 13 | ||||
-rw-r--r-- | x11-wm/e17-module-screenshot/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/e17-module-screenshot/pkg-plist | 3 |
3 files changed, 13 insertions, 7 deletions
diff --git a/x11-wm/e17-module-screenshot/Makefile b/x11-wm/e17-module-screenshot/Makefile index bfc56ead54cc..b19a0e8c656e 100644 --- a/x11-wm/e17-module-screenshot/Makefile +++ b/x11-wm/e17-module-screenshot/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= screenshot -PORTVERSION= 20111128 +PORTVERSION= 20120918 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- @@ -16,17 +16,20 @@ RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment \ emprint:${PORTSDIR}/x11/emprint DIST_SUBDIR= e17 -GNU_CONFIGURE= yes USE_BZIP2= 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-screenshot/distinfo b/x11-wm/e17-module-screenshot/distinfo index 7a4da1bbf787..51e1b9ec7b35 100644 --- a/x11-wm/e17-module-screenshot/distinfo +++ b/x11-wm/e17-module-screenshot/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/screenshot-20111128.tar.bz2) = a5570898aad3ce7163a33128a1093e5fc9c6f1430a752124ab1a9b2ae34d36ef -SIZE (e17/screenshot-20111128.tar.bz2) = 559492 +SHA256 (e17/screenshot-20120918.tar.bz2) = 782aebaf425f06dc5716fe9973e7131e6f6194413e4f509353e890c35148e289 +SIZE (e17/screenshot-20120918.tar.bz2) = 565808 diff --git a/x11-wm/e17-module-screenshot/pkg-plist b/x11-wm/e17-module-screenshot/pkg-plist index 29ef2a05cb49..e54089fd42e3 100644 --- a/x11-wm/e17-module-screenshot/pkg-plist +++ b/x11-wm/e17-module-screenshot/pkg-plist @@ -1,6 +1,7 @@ lib/enlightenment/modules/screenshot/module.desktop lib/enlightenment/modules/screenshot/e-module-screenshot.edj lib/enlightenment/modules/screenshot/%%E17_ARCH%%/module.so +%%NLS%%lib/enlightenment/modules/screenshot/locale/ar/LC_MESSAGES/screenshot.mo %%NLS%%lib/enlightenment/modules/screenshot/locale/fr/LC_MESSAGES/screenshot.mo %%NLS%%lib/enlightenment/modules/screenshot/locale/cs/LC_MESSAGES/screenshot.mo %%NLS%%lib/enlightenment/modules/screenshot/locale/lt/LC_MESSAGES/screenshot.mo @@ -46,6 +47,8 @@ lib/enlightenment/modules/screenshot/%%E17_ARCH%%/module.so %%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/cs %%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/fr/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/fr +%%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/ar/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/ar %%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale @dirrm lib/enlightenment/modules/screenshot/%%E17_ARCH%% @dirrm lib/enlightenment/modules/screenshot |