diff options
author | stas <stas@FreeBSD.org> | 2007-03-11 16:51:14 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-03-11 16:51:14 +0800 |
commit | a2724272755bd3d479b57d4112c7d6ce2f21807e (patch) | |
tree | 2cc1da2fbddb7a27923bab24c8be5051f1063291 /x11-wm/e17-module-mixer | |
parent | 3bfd3a9293fced94b9f8604b6ac6352531f57eec (diff) | |
download | freebsd-ports-gnome-a2724272755bd3d479b57d4112c7d6ce2f21807e.tar.gz freebsd-ports-gnome-a2724272755bd3d479b57d4112c7d6ce2f21807e.tar.zst freebsd-ports-gnome-a2724272755bd3d479b57d4112c7d6ce2f21807e.zip |
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2]
Diffstat (limited to 'x11-wm/e17-module-mixer')
-rw-r--r-- | x11-wm/e17-module-mixer/Makefile | 12 | ||||
-rw-r--r-- | x11-wm/e17-module-mixer/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/e17-module-mixer/pkg-plist | 5 |
3 files changed, 17 insertions, 6 deletions
diff --git a/x11-wm/e17-module-mixer/Makefile b/x11-wm/e17-module-mixer/Makefile index c979be1591a9..a4ff2f184ec5 100644 --- a/x11-wm/e17-module-mixer/Makefile +++ b/x11-wm/e17-module-mixer/Makefile @@ -6,9 +6,9 @@ # PORTNAME= mixer -PORTVERSION= 20060926 +PORTVERSION= 20070223 CATEGORIES= x11 -MASTER_SITES= http://sunner.elcomnet.ru/~stas/ +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ PKGNAMEPREFIX= e17-module- DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -24,6 +24,14 @@ USE_GNOME= gnometarget pkgconfig USE_EFL= edje GNU_CONFIGURE= yes +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + .include <bsd.port.pre.mk> .include "../../x11-wm/enlightenment-devel/bsd.efl.mk" .include <bsd.port.post.mk> diff --git a/x11-wm/e17-module-mixer/distinfo b/x11-wm/e17-module-mixer/distinfo index 058aebf14405..a90a4bba763e 100644 --- a/x11-wm/e17-module-mixer/distinfo +++ b/x11-wm/e17-module-mixer/distinfo @@ -1,3 +1,3 @@ -MD5 (mixer-20060926.tar.bz2) = 3652211f1b7fe321440de97d8801f5d0 -SHA256 (mixer-20060926.tar.bz2) = 0bbacb948166eb5324c602ffd741d1597aea07c69e51c2061d84fcb6638d2a1d -SIZE (mixer-20060926.tar.bz2) = 289454 +MD5 (mixer-20070223.tar.bz2) = cc6f42aa6e610276e24c6751d4dd74c5 +SHA256 (mixer-20070223.tar.bz2) = c59985082b4cadcb9feccf1bc30f436fd1908f32d2f87bf53a9a47eaab6942c6 +SIZE (mixer-20070223.tar.bz2) = 338312 diff --git a/x11-wm/e17-module-mixer/pkg-plist b/x11-wm/e17-module-mixer/pkg-plist index 7b5d44decf2c..65daad44b823 100644 --- a/x11-wm/e17-module-mixer/pkg-plist +++ b/x11-wm/e17-module-mixer/pkg-plist @@ -2,7 +2,10 @@ lib/enlightenment/modules/mixer/%%E17_ARCH%%/module.a lib/enlightenment/modules/mixer/%%E17_ARCH%%/module.la lib/enlightenment/modules/mixer/%%E17_ARCH%%/module.so lib/enlightenment/modules/mixer/mixer.edj -lib/enlightenment/modules/mixer/module.eap +lib/enlightenment/modules/mixer/module.desktop +lib/enlightenment/modules/mixer/module.edj +%%NLS%%share/locale/it/LC_MESSAGES/mixer.mo +%%NLS%%share/locale/sv/LC_MESSAGES/mixer.mo @dirrm lib/enlightenment/modules/mixer/%%E17_ARCH%% @dirrm lib/enlightenment/modules/mixer @dirrmtry lib/enlightenment/modules |