diff options
author | makc <makc@FreeBSD.org> | 2012-06-27 01:36:30 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-06-27 01:36:30 +0800 |
commit | 486d838a4f8a06f6235fcab247b0659577edc798 (patch) | |
tree | 704a142ee0ee3ccb611c5e27fa8d2ae06ad78eac /x11-wm | |
parent | db8f3dbc98c975507159836d40caaba392b1ff42 (diff) | |
download | freebsd-ports-gnome-486d838a4f8a06f6235fcab247b0659577edc798.tar.gz freebsd-ports-gnome-486d838a4f8a06f6235fcab247b0659577edc798.tar.zst freebsd-ports-gnome-486d838a4f8a06f6235fcab247b0659577edc798.zip |
- Update E17 ports:
EFL updated to 1.1.0 and E17 updated to 0.16.999.65643 (svn 65643)
- Pass maintainership to submitter.
- New ports:
benchmarks/expedite
devel/eio
graphics/evas-loader-generic
graphics/evas-loader-ico
graphics/evas-loader-psd
graphics/evas-loader-wbmp
graphics/evas_generic_loaders-gst
graphics/evas_generic_loaders-pdf
graphics/evas_generic_loaders-ps
graphics/evas_generic_loaders-raw
graphics/evas_generic_loaders-xcf
x11-wm/e17-module-comp-scale
x11-wm/e17-module-e-tiling
x11-wm/e17-module-elfe
x11-wm/e17-module-everything-aspell
x11-wm/e17-module-everything-shotgun
x11-wm/e17-module-xkbswitch
PR: ports/167405
Submitted by: Grzegorz Blach <magik at roorback.net>
Diffstat (limited to 'x11-wm')
158 files changed, 1054 insertions, 547 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index bf9d8002ac72..a57b7c6412d5 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -36,18 +36,23 @@ SUBDIR += e16utils SUBDIR += e17-module-alarm SUBDIR += e17-module-calendar + SUBDIR += e17-module-comp-scale SUBDIR += e17-module-cpu SUBDIR += e17-module-deskshow SUBDIR += e17-module-diskio SUBDIR += e17-module-drawer + SUBDIR += e17-module-e-tiling SUBDIR += e17-module-efm_nav SUBDIR += e17-module-efm_path SUBDIR += e17-module-efm_pathbar + SUBDIR += e17-module-elfe SUBDIR += e17-module-empris SUBDIR += e17-module-eooorg + SUBDIR += e17-module-everything-aspell SUBDIR += e17-module-everything-mpris SUBDIR += e17-module-everything-pidgin SUBDIR += e17-module-everything-places + SUBDIR += e17-module-everything-shotgun SUBDIR += e17-module-everything-wallpaper SUBDIR += e17-module-everything-websearch SUBDIR += e17-module-exebuf @@ -81,6 +86,7 @@ SUBDIR += e17-module-winlist-ng SUBDIR += e17-module-winselector SUBDIR += e17-module-wlan + SUBDIR += e17-module-xkbswitch SUBDIR += e17-modules SUBDIR += echinus SUBDIR += ede diff --git a/x11-wm/e17-module-alarm/Makefile b/x11-wm/e17-module-alarm/Makefile index 6d3eb253ff1f..8585ca9bb676 100644 --- a/x11-wm/e17-module-alarm/Makefile +++ b/x11-wm/e17-module-alarm/Makefile @@ -6,10 +6,9 @@ # PORTNAME= alarm -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-alarm/distinfo b/x11-wm/e17-module-alarm/distinfo index c42f71be35a9..4a9d2f714cf6 100644 --- a/x11-wm/e17-module-alarm/distinfo +++ b/x11-wm/e17-module-alarm/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/alarm-20110129.tar.bz2) = e06442a95ac870cdf3996124e7700b82ca79cca74970d6c624878f4c7f383bf8 -SIZE (e17/alarm-20110129.tar.bz2) = 607608 +SHA256 (e17/alarm-20111128.tar.bz2) = 182518f42a96ba1c737adcb7eae5209671e506bcfc15ee14b83696960592a5ce +SIZE (e17/alarm-20111128.tar.bz2) = 635949 diff --git a/x11-wm/e17-module-alarm/pkg-plist b/x11-wm/e17-module-alarm/pkg-plist index 82530393b2c0..13007ff533a9 100644 --- a/x11-wm/e17-module-alarm/pkg-plist +++ b/x11-wm/e17-module-alarm/pkg-plist @@ -31,6 +31,9 @@ lib/enlightenment/modules/alarm/alarm.edj %%NLS%%lib/enlightenment/modules/alarm/locale/pl/LC_MESSAGES/alarm.mo %%NLS%%lib/enlightenment/modules/alarm/locale/es/LC_MESSAGES/alarm.mo %%NLS%%lib/enlightenment/modules/alarm/locale/hu/LC_MESSAGES/alarm.mo +%%NLS%%lib/enlightenment/modules/alarm/locale/sl/LC_MESSAGES/alarm.mo +%%NLS%%@dirrm lib/enlightenment/modules/alarm/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/alarm/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/alarm/locale/hu/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/alarm/locale/hu %%NLS%%@dirrm lib/enlightenment/modules/alarm/locale/es/LC_MESSAGES diff --git a/x11-wm/e17-module-calendar/Makefile b/x11-wm/e17-module-calendar/Makefile index d65bf6f3fd9c..fecc327e2a50 100644 --- a/x11-wm/e17-module-calendar/Makefile +++ b/x11-wm/e17-module-calendar/Makefile @@ -6,11 +6,10 @@ # PORTNAME= calendar -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 PORTEPOCH= 1 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-calendar/distinfo b/x11-wm/e17-module-calendar/distinfo index 1640557a7d75..b40a18677b9e 100644 --- a/x11-wm/e17-module-calendar/distinfo +++ b/x11-wm/e17-module-calendar/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/calendar-20110129.tar.bz2) = 303376fff8f4b6caf60c277d2399aa96a2f4c30b7986e6c530571ed6d56f67ca -SIZE (e17/calendar-20110129.tar.bz2) = 506651 +SHA256 (e17/calendar-20111128.tar.bz2) = 2af400b6c89d383357fefac0c6831b12f36f429e3d2fe0fb744f0ee5dfb1fffd +SIZE (e17/calendar-20111128.tar.bz2) = 530974 diff --git a/x11-wm/e17-module-calendar/pkg-plist b/x11-wm/e17-module-calendar/pkg-plist index 52f5fae90244..dfd9d44866e3 100644 --- a/x11-wm/e17-module-calendar/pkg-plist +++ b/x11-wm/e17-module-calendar/pkg-plist @@ -36,6 +36,9 @@ lib/enlightenment/modules/calendar/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/calendar/locale/bg/LC_MESSAGES/calendar.mo %%NLS%%lib/enlightenment/modules/calendar/locale/pt_BR/LC_MESSAGES/calendar.mo %%NLS%%lib/enlightenment/modules/calendar/locale/nb/LC_MESSAGES/calendar.mo +%%NLS%%lib/enlightenment/modules/calendar/locale/sl/LC_MESSAGES/calendar.mo +%%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/nb/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/nb %%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/pt_BR/LC_MESSAGES diff --git a/x11-wm/e17-module-comp-scale/Makefile b/x11-wm/e17-module-comp-scale/Makefile new file mode 100644 index 000000000000..6f3ed8864eb1 --- /dev/null +++ b/x11-wm/e17-module-comp-scale/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-comp-scale +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= comp-scale +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= A comp-scale module for Enlightenment 17 + +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 +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-comp-scale/distinfo b/x11-wm/e17-module-comp-scale/distinfo new file mode 100644 index 000000000000..91572ca30222 --- /dev/null +++ b/x11-wm/e17-module-comp-scale/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/comp-scale-20111128.tar.bz2) = 1a9075a222e042b2b4787cfbe7357d5798e5a84b807e0ad6a976b9a13b61d7df +SIZE (e17/comp-scale-20111128.tar.bz2) = 587174 diff --git a/x11-wm/e17-module-comp-scale/pkg-descr b/x11-wm/e17-module-comp-scale/pkg-descr new file mode 100644 index 000000000000..d55929c4b35e --- /dev/null +++ b/x11-wm/e17-module-comp-scale/pkg-descr @@ -0,0 +1,3 @@ +A comp-scale module for Enlightenment 17. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-comp-scale/pkg-plist b/x11-wm/e17-module-comp-scale/pkg-plist new file mode 100644 index 000000000000..e422b37cb985 --- /dev/null +++ b/x11-wm/e17-module-comp-scale/pkg-plist @@ -0,0 +1,86 @@ +lib/enlightenment/modules/scale/module.desktop +lib/enlightenment/modules/scale/e-module-scale.edj +lib/enlightenment/modules/scale/%%E17_ARCH%%/module.so +%%NLS%%lib/enlightenment/modules/scale/locale/el/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/uk/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/de/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/ja/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/ru/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/ko/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/pt/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/sv/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/zh_CN/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/sl/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/eo/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/it/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/sk/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/tr/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/bg/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/hr/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/hu/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/pl/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/es/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/lt/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/ar/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/he/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/cs/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/pt_BR/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/nl/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/fr/LC_MESSAGES/scale.mo +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/fr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/fr +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pt_BR/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pt_BR +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/cs/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/cs +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/he/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/he +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ar/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ar +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/lt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/lt +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/es/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/es +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pl +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/hu/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/hu +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/hr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/hr +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/bg/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/bg +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/tr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/tr +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sk/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sk +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/it/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/eo/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/eo +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/zh_CN +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sv/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sv +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ko/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ko +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ru/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ru +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ja/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ja +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/de/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/de +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/uk/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/uk +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/el/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/el +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale +@dirrm lib/enlightenment/modules/scale/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/scale +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-cpu/Makefile b/x11-wm/e17-module-cpu/Makefile index 45d6a6bea5a7..fb2c9c9f6c27 100644 --- a/x11-wm/e17-module-cpu/Makefile +++ b/x11-wm/e17-module-cpu/Makefile @@ -6,10 +6,9 @@ # PORTNAME= cpu -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-cpu/distinfo b/x11-wm/e17-module-cpu/distinfo index c1570cd5b61d..65682bac6845 100644 --- a/x11-wm/e17-module-cpu/distinfo +++ b/x11-wm/e17-module-cpu/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/cpu-20110129.tar.bz2) = a0cce5cf789c9310632a08bfe592aeb78413c309425814c5bf0b832f4df9b961 -SIZE (e17/cpu-20110129.tar.bz2) = 497050 +SHA256 (e17/cpu-20111128.tar.bz2) = fda0c1ba2c62124577a8f31e97688d0e0b79041ac383aeaebd8cdb03e67ea9e4 +SIZE (e17/cpu-20111128.tar.bz2) = 519440 diff --git a/x11-wm/e17-module-cpu/pkg-plist b/x11-wm/e17-module-cpu/pkg-plist index 3460d66b78cb..831b36a710e9 100644 --- a/x11-wm/e17-module-cpu/pkg-plist +++ b/x11-wm/e17-module-cpu/pkg-plist @@ -30,6 +30,9 @@ lib/enlightenment/modules/cpu/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/cpu/locale/tr/LC_MESSAGES/cpu.mo %%NLS%%lib/enlightenment/modules/cpu/locale/pt_BR/LC_MESSAGES/cpu.mo %%NLS%%lib/enlightenment/modules/cpu/locale/sk/LC_MESSAGES/cpu.mo +%%NLS%%lib/enlightenment/modules/cpu/locale/sl/LC_MESSAGES/cpu.mo +%%NLS%%@dirrm lib/enlightenment/modules/cpu/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/cpu/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/cpu/locale/sk/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/cpu/locale/sk %%NLS%%@dirrm lib/enlightenment/modules/cpu/locale/pt_BR/LC_MESSAGES diff --git a/x11-wm/e17-module-deskshow/Makefile b/x11-wm/e17-module-deskshow/Makefile index 09114293386c..2473cb96218f 100644 --- a/x11-wm/e17-module-deskshow/Makefile +++ b/x11-wm/e17-module-deskshow/Makefile @@ -6,10 +6,9 @@ # PORTNAME= deskshow -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-deskshow/distinfo b/x11-wm/e17-module-deskshow/distinfo index 70326a1c70b8..fe7f7512709b 100644 --- a/x11-wm/e17-module-deskshow/distinfo +++ b/x11-wm/e17-module-deskshow/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/deskshow-20110129.tar.bz2) = bdde9fa2bc3f696fc0096283fbd6ff6437f6248a38d43e2ef838201db1c7293f -SIZE (e17/deskshow-20110129.tar.bz2) = 373439 +SHA256 (e17/deskshow-20111128.tar.bz2) = 27c542f376629de643a2fd8b8e68ed9adb77a15cdab9cd74a391cb0b00ec7a2c +SIZE (e17/deskshow-20111128.tar.bz2) = 397639 diff --git a/x11-wm/e17-module-diskio/Makefile b/x11-wm/e17-module-diskio/Makefile index e958d70d1549..52e36ce77ccb 100644 --- a/x11-wm/e17-module-diskio/Makefile +++ b/x11-wm/e17-module-diskio/Makefile @@ -6,10 +6,9 @@ # PORTNAME= diskio -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-diskio/distinfo b/x11-wm/e17-module-diskio/distinfo index 28ef850f2821..e73586acc2d5 100644 --- a/x11-wm/e17-module-diskio/distinfo +++ b/x11-wm/e17-module-diskio/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/diskio-20110129.tar.bz2) = 20ff112cfb581521f18d058a8fc15ade988ff954431c2aff7eac9b28f6fd0ef1 -SIZE (e17/diskio-20110129.tar.bz2) = 425183 +SHA256 (e17/diskio-20111128.tar.bz2) = 36d37ad022d3b73615d1533c20ccebc4cb6f2a4c05f66b098e21f9565168f102 +SIZE (e17/diskio-20111128.tar.bz2) = 449929 diff --git a/x11-wm/e17-module-drawer/Makefile b/x11-wm/e17-module-drawer/Makefile index 8163abbca520..b65c34506669 100644 --- a/x11-wm/e17-module-drawer/Makefile +++ b/x11-wm/e17-module-drawer/Makefile @@ -6,10 +6,9 @@ # PORTNAME= drawer -PORTVERSION= 20110129 -PORTREVISION= 2 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-drawer/distinfo b/x11-wm/e17-module-drawer/distinfo index 0afe23c34b8c..2cab40cbdad1 100644 --- a/x11-wm/e17-module-drawer/distinfo +++ b/x11-wm/e17-module-drawer/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/drawer-20110129.tar.bz2) = 1dd561df2d68951606058a6859496ed628fba261836de7ab146d4dde90b4bf26 -SIZE (e17/drawer-20110129.tar.bz2) = 600112 +SHA256 (e17/drawer-20111128.tar.bz2) = 1c60655f761f8626dd3d97a0e0533b041a6d74cfd744ef5a25bc472eeeb18d22 +SIZE (e17/drawer-20111128.tar.bz2) = 654447 diff --git a/x11-wm/e17-module-drawer/pkg-plist b/x11-wm/e17-module-drawer/pkg-plist index 7f60dd1d1413..1e017910aa5a 100644 --- a/x11-wm/e17-module-drawer/pkg-plist +++ b/x11-wm/e17-module-drawer/pkg-plist @@ -30,6 +30,15 @@ lib/enlightenment/modules/drawer/module.desktop %%NLS%%lib/enlightenment/modules/drawer/locale/es/LC_MESSAGES/drawer.mo %%NLS%%lib/enlightenment/modules/drawer/locale/hr/LC_MESSAGES/drawer.mo %%NLS%%lib/enlightenment/modules/drawer/locale/de/LC_MESSAGES/drawer.mo +%%NLS%%lib/enlightenment/modules/drawer/locale/ar/LC_MESSAGES/drawer.mo +%%NLS%%lib/enlightenment/modules/drawer/locale/sl/LC_MESSAGES/drawer.mo +%%NLS%%lib/enlightenment/modules/drawer/locale/nl/LC_MESSAGES/drawer.mo +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/ar/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/ar %%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/de/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/de %%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/hr/LC_MESSAGES diff --git a/x11-wm/e17-module-e-tiling/Makefile b/x11-wm/e17-module-e-tiling/Makefile new file mode 100644 index 000000000000..4cc6e64312c0 --- /dev/null +++ b/x11-wm/e17-module-e-tiling/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-e-tiling +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= e-tiling +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= A tiling module for Enlightenment 17 + +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 +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-e-tiling/distinfo b/x11-wm/e17-module-e-tiling/distinfo new file mode 100644 index 000000000000..3f91a154ee87 --- /dev/null +++ b/x11-wm/e17-module-e-tiling/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/e-tiling-20111128.tar.bz2) = 21b09cad938d7a4d6b6e2879bb0bdd37b60063744f9713400275c9d6c83e0f1a +SIZE (e17/e-tiling-20111128.tar.bz2) = 521316 diff --git a/x11-wm/e17-module-e-tiling/pkg-descr b/x11-wm/e17-module-e-tiling/pkg-descr new file mode 100644 index 000000000000..361194a8848a --- /dev/null +++ b/x11-wm/e17-module-e-tiling/pkg-descr @@ -0,0 +1,8 @@ +E-Tiling is a tiling module the Enlightenment Window Manager. + +Each desktop can have from 1 to 8 (vertical) columns. Windows are then resized +and moved to use as much as columns as configured. When there are more windows +than possible columns, the remaining windows are packed in the last column. +Resizing or moving a window will try to resize or move the column it is in. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-e-tiling/pkg-plist b/x11-wm/e17-module-e-tiling/pkg-plist new file mode 100644 index 000000000000..bf93837395e8 --- /dev/null +++ b/x11-wm/e17-module-e-tiling/pkg-plist @@ -0,0 +1,17 @@ +lib/enlightenment/modules/e-tiling/module.desktop +lib/enlightenment/modules/e-tiling/%%E17_ARCH%%/module.so +lib/enlightenment/modules/e-tiling/e-module-e-tiling.edj +%%NLS%%lib/enlightenment/modules/e-tiling/locale/fr/LC_MESSAGES/e-tiling.mo +%%NLS%%lib/enlightenment/modules/e-tiling/locale/it/LC_MESSAGES/e-tiling.mo +%%NLS%%lib/enlightenment/modules/e-tiling/locale/pt/LC_MESSAGES/e-tiling.mo +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/it/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/fr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/fr +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale +@dirrm lib/enlightenment/modules/e-tiling/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/e-tiling +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-efm_nav/Makefile b/x11-wm/e17-module-efm_nav/Makefile index 1b02b9f54916..ed063acee9d1 100644 --- a/x11-wm/e17-module-efm_nav/Makefile +++ b/x11-wm/e17-module-efm_nav/Makefile @@ -7,7 +7,6 @@ PORTNAME= efm_nav PORTVERSION= 20110129 -PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ PKGNAMEPREFIX= e17-module- @@ -18,6 +17,10 @@ COMMENT= An e17 module that allows a user to navigate through the filesystem BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer +DEPRECATED= Deprecated by enlightenment.org +EXPIRATION_DATE= 2012-07-31 + DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/x11-wm/e17-module-efm_path/Makefile b/x11-wm/e17-module-efm_path/Makefile index 309f3e7e4bec..ead7c9688004 100644 --- a/x11-wm/e17-module-efm_path/Makefile +++ b/x11-wm/e17-module-efm_path/Makefile @@ -7,7 +7,6 @@ PORTNAME= efm_path PORTVERSION= 20110129 -PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ PKGNAMEPREFIX= e17-module- @@ -18,6 +17,10 @@ COMMENT= An e17 module that allows a user to type a location into the filemanage BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer +DEPRECATED= Deprecated by enlightenment.org +EXPIRATION_DATE= 2012-07-31 + DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/x11-wm/e17-module-efm_pathbar/Makefile b/x11-wm/e17-module-efm_pathbar/Makefile index fbbb9f2b1d19..6757eb3b0967 100644 --- a/x11-wm/e17-module-efm_pathbar/Makefile +++ b/x11-wm/e17-module-efm_pathbar/Makefile @@ -7,7 +7,6 @@ PORTNAME= efm_pathbar PORTVERSION= 20110129 -PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ PKGNAMEPREFIX= e17-module- @@ -18,6 +17,10 @@ COMMENT= An e17 module that provides a pathbar gadget BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer +DEPRECATED= Deprecated by enlightenment.org +EXPIRATION_DATE= 2012-07-31 + DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/x11-wm/e17-module-elfe/Makefile b/x11-wm/e17-module-elfe/Makefile new file mode 100644 index 000000000000..c8d10e172852 --- /dev/null +++ b/x11-wm/e17-module-elfe/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-elfe +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= elfe +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= Enlightenment launcher for embedded devices + +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 +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje elementary libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-elfe/distinfo b/x11-wm/e17-module-elfe/distinfo new file mode 100644 index 000000000000..bab62597c40c --- /dev/null +++ b/x11-wm/e17-module-elfe/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/elfe-20111128.tar.bz2) = 7bfe76f05418a6dc16f17dcdf54aa10607ff558906df9faa9dc76b5efd2a7a63 +SIZE (e17/elfe-20111128.tar.bz2) = 891818 diff --git a/x11-wm/e17-module-elfe/pkg-descr b/x11-wm/e17-module-elfe/pkg-descr new file mode 100644 index 000000000000..cfa61809417b --- /dev/null +++ b/x11-wm/e17-module-elfe/pkg-descr @@ -0,0 +1,3 @@ +Enlightenment launcher for embedded devices. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-elfe/pkg-plist b/x11-wm/e17-module-elfe/pkg-plist new file mode 100644 index 000000000000..216f39a6aa29 --- /dev/null +++ b/x11-wm/e17-module-elfe/pkg-plist @@ -0,0 +1,7 @@ +lib/enlightenment/modules/elfe/module.desktop +lib/enlightenment/modules/elfe/%%E17_ARCH%%/module.so +lib/enlightenment/modules/elfe/default.edj +@dirrm lib/enlightenment/modules/elfe/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/elfe +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-empris/Makefile b/x11-wm/e17-module-empris/Makefile index a101c89ef009..3c81e4c59a87 100644 --- a/x11-wm/e17-module-empris/Makefile +++ b/x11-wm/e17-module-empris/Makefile @@ -6,10 +6,9 @@ # PORTNAME= empris -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-empris/distinfo b/x11-wm/e17-module-empris/distinfo index c19f898b94c7..a06137b63a38 100644 --- a/x11-wm/e17-module-empris/distinfo +++ b/x11-wm/e17-module-empris/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/empris-20110129.tar.bz2) = f7e1a8bd15175c777c0dd1536ac137fe52d6857e3e941c7d86ee866a61a0af77 -SIZE (e17/empris-20110129.tar.bz2) = 424201 +SHA256 (e17/empris-20111128.tar.bz2) = e7d11d46e8c4b9e54a397e682452df0c9f10e136ba37e83255e970be8b891d17 +SIZE (e17/empris-20111128.tar.bz2) = 447219 diff --git a/x11-wm/e17-module-engage/Makefile b/x11-wm/e17-module-engage/Makefile index 8dc960b69bae..92b6ad021414 100644 --- a/x11-wm/e17-module-engage/Makefile +++ b/x11-wm/e17-module-engage/Makefile @@ -5,13 +5,11 @@ # $FreeBSD$ # -PORTNAME= itask-ng -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTNAME= engage +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= magik@roorback.net COMMENT= MacOS X like taskbar module for e17 diff --git a/x11-wm/e17-module-engage/distinfo b/x11-wm/e17-module-engage/distinfo index 98f207761b8c..fd5873b4b9db 100644 --- a/x11-wm/e17-module-engage/distinfo +++ b/x11-wm/e17-module-engage/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/itask-ng-20110129.tar.bz2) = b011ee74b7d5a24e05bc8bd3b0a28e15b0591bc20be74d753580044d9377a317 -SIZE (e17/itask-ng-20110129.tar.bz2) = 549490 +SHA256 (e17/engage-20111128.tar.bz2) = 7dd9764cbf5cd8d173cf03386d33477912b219b11192ed0e9b05ec52f1f231d7 +SIZE (e17/engage-20111128.tar.bz2) = 583408 diff --git a/x11-wm/e17-module-engage/pkg-plist b/x11-wm/e17-module-engage/pkg-plist index 2540024447b8..e9ab6ce8db37 100644 --- a/x11-wm/e17-module-engage/pkg-plist +++ b/x11-wm/e17-module-engage/pkg-plist @@ -1,25 +1,28 @@ -lib/enlightenment/modules/itask-ng/itask-ng.edj -lib/enlightenment/modules/itask-ng/module_icon.png -lib/enlightenment/modules/itask-ng/%%E17_ARCH%%/module.so -lib/enlightenment/modules/itask-ng/module.desktop -lib/enlightenment/modules/itask-ng/e-module-ng.edj -%%NLS%%lib/enlightenment/modules/itask-ng/locale/fr/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/de/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/it/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/cs/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/pt/LC_MESSAGES/itask-ng.mo -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale -@dirrm lib/enlightenment/modules/itask-ng/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/itask-ng +lib/enlightenment/modules/engage/engage.edj +lib/enlightenment/modules/engage/module_icon.png +lib/enlightenment/modules/engage/%%E17_ARCH%%/module.so +lib/enlightenment/modules/engage/module.desktop +lib/enlightenment/modules/engage/e-module-ng.edj +%%NLS%%lib/enlightenment/modules/engage/locale/fr/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/de/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/it/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/cs/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/pt/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/sl/LC_MESSAGES/engage.mo +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/cs/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/cs +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/it/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/de/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/de +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/fr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/fr +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale +@dirrm lib/enlightenment/modules/engage/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/engage @dirrmtry lib/enlightenment/modules @dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-eooorg/Makefile b/x11-wm/e17-module-eooorg/Makefile index febc5709d796..af5c1dba82f0 100644 --- a/x11-wm/e17-module-eooorg/Makefile +++ b/x11-wm/e17-module-eooorg/Makefile @@ -6,12 +6,10 @@ # PORTNAME= eooorg -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= magik@roorback.net COMMENT= OpenOffice.org preload module for e17 diff --git a/x11-wm/e17-module-eooorg/distinfo b/x11-wm/e17-module-eooorg/distinfo index bff169badaf8..f5838fd9caa2 100644 --- a/x11-wm/e17-module-eooorg/distinfo +++ b/x11-wm/e17-module-eooorg/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/eooorg-20110129.tar.bz2) = 8aac5a93fb713f3cb737c0e64c8f04113c36b296fd05c998810898ff26fab05e -SIZE (e17/eooorg-20110129.tar.bz2) = 513514 +SHA256 (e17/eooorg-20111128.tar.bz2) = 84c2a8afb3623fc03b4e656aeed4588f43e55b54970678e2d8e7c933be70de20 +SIZE (e17/eooorg-20111128.tar.bz2) = 523204 diff --git a/x11-wm/e17-module-eooorg/pkg-plist b/x11-wm/e17-module-eooorg/pkg-plist index e6da3b9a19d4..8889feb3bba9 100644 --- a/x11-wm/e17-module-eooorg/pkg-plist +++ b/x11-wm/e17-module-eooorg/pkg-plist @@ -7,6 +7,9 @@ lib/enlightenment/modules/eooorg/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/eooorg/locale/cs/LC_MESSAGES/eooorg.mo %%NLS%%lib/enlightenment/modules/eooorg/locale/el/LC_MESSAGES/eooorg.mo %%NLS%%lib/enlightenment/modules/eooorg/locale/pt/LC_MESSAGES/eooorg.mo +%%NLS%%lib/enlightenment/modules/eooorg/locale/sl/LC_MESSAGES/eooorg.mo +%%NLS%%@dirrm lib/enlightenment/modules/eooorg/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/eooorg/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/eooorg/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/eooorg/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/eooorg/locale/el/LC_MESSAGES diff --git a/x11-wm/e17-module-everything-aspell/Makefile b/x11-wm/e17-module-everything-aspell/Makefile new file mode 100644 index 000000000000..8171376aef06 --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-module-everything-aspell +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= everything-aspell +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= An e17 aspell plugin for the "everything" module + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment \ + aspell:${PORTSDIR}/textproc/aspell + +DIST_SUBDIR= e17 +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-everything-aspell/distinfo b/x11-wm/e17-module-everything-aspell/distinfo new file mode 100644 index 000000000000..a8cc0381622c --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/everything-aspell-20111128.tar.bz2) = 49dd0fe31d25356498a91650ddf38aef858e8aa1c4389b45720c334334a15bda +SIZE (e17/everything-aspell-20111128.tar.bz2) = 515350 diff --git a/x11-wm/e17-module-everything-aspell/pkg-descr b/x11-wm/e17-module-everything-aspell/pkg-descr new file mode 100644 index 000000000000..5523c0da5dc1 --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell module for everything: checks spelling of words. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-everything-aspell/pkg-plist b/x11-wm/e17-module-everything-aspell/pkg-plist new file mode 100644 index 000000000000..12b7c489b83f --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/pkg-plist @@ -0,0 +1,7 @@ +lib/enlightenment/modules/everything-aspell/e-module.edj +lib/enlightenment/modules/everything-aspell/%%E17_ARCH%%/module.so +lib/enlightenment/modules/everything-aspell/module.desktop +@dirrm lib/enlightenment/modules/everything-aspell/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/everything-aspell +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-everything-mpris/Makefile b/x11-wm/e17-module-everything-mpris/Makefile index e53af3d1edd7..9c644f8a994e 100644 --- a/x11-wm/e17-module-everything-mpris/Makefile +++ b/x11-wm/e17-module-everything-mpris/Makefile @@ -6,10 +6,9 @@ # PORTNAME= everything-mpris -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-everything-mpris/distinfo b/x11-wm/e17-module-everything-mpris/distinfo index b7cda07a0522..9ad4e724a09c 100644 --- a/x11-wm/e17-module-everything-mpris/distinfo +++ b/x11-wm/e17-module-everything-mpris/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/everything-mpris-20110129.tar.bz2) = e9d6dfb6cfb357aa6f1a8483f0ffa092a12fa892bd3145714cde5b91761c76d6 -SIZE (e17/everything-mpris-20110129.tar.bz2) = 585298 +SHA256 (e17/everything-mpris-20111128.tar.bz2) = fe206d5384a0ad3206ff78a4f10ed1064f5c0ea0f2ea7eeeee85149891430e95 +SIZE (e17/everything-mpris-20111128.tar.bz2) = 638170 diff --git a/x11-wm/e17-module-everything-mpris/pkg-plist b/x11-wm/e17-module-everything-mpris/pkg-plist index 75dad88d5a5b..bf3b64b80a00 100644 --- a/x11-wm/e17-module-everything-mpris/pkg-plist +++ b/x11-wm/e17-module-everything-mpris/pkg-plist @@ -7,6 +7,12 @@ lib/enlightenment/modules/evry-mpris/module.desktop %%NLS%%lib/enlightenment/modules/evry-mpris/locale/cs/LC_MESSAGES/evry-mpris.mo %%NLS%%lib/enlightenment/modules/evry-mpris/locale/de/LC_MESSAGES/evry-mpris.mo %%NLS%%lib/enlightenment/modules/evry-mpris/locale/pt/LC_MESSAGES/evry-mpris.mo +%%NLS%%lib/enlightenment/modules/evry-mpris/locale/sl/LC_MESSAGES/evry-mpris.mo +%%NLS%%lib/enlightenment/modules/evry-mpris/locale/nl/LC_MESSAGES/evry-mpris.mo +%%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/de/LC_MESSAGES diff --git a/x11-wm/e17-module-everything-pidgin/Makefile b/x11-wm/e17-module-everything-pidgin/Makefile index 1fd884206505..2b94e03841cf 100644 --- a/x11-wm/e17-module-everything-pidgin/Makefile +++ b/x11-wm/e17-module-everything-pidgin/Makefile @@ -6,10 +6,9 @@ # PORTNAME= everything-pidgin -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-everything-pidgin/distinfo b/x11-wm/e17-module-everything-pidgin/distinfo index 8c73b53a0157..99517f5a724d 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-20110129.tar.bz2) = d5b8f9f462d69696388721fb29bf4d439d8e40635a0110b5ced9bddeab2dda90 -SIZE (e17/everything-pidgin-20110129.tar.bz2) = 487232 +SHA256 (e17/everything-pidgin-20111128.tar.bz2) = 869faa32bd2642d4fd16580746e7648edb9cd35b7bc53c7670847c68f3e5f3af +SIZE (e17/everything-pidgin-20111128.tar.bz2) = 501320 diff --git a/x11-wm/e17-module-everything-pidgin/pkg-plist b/x11-wm/e17-module-everything-pidgin/pkg-plist index e103efa84a81..cdc55a3a58f7 100644 --- a/x11-wm/e17-module-everything-pidgin/pkg-plist +++ b/x11-wm/e17-module-everything-pidgin/pkg-plist @@ -7,6 +7,15 @@ lib/enlightenment/modules/evry-pidgin/module.desktop %%NLS%%lib/enlightenment/modules/evry-pidgin/locale/cs/LC_MESSAGES/evry-pidgin.mo %%NLS%%lib/enlightenment/modules/evry-pidgin/locale/de/LC_MESSAGES/evry-pidgin.mo %%NLS%%lib/enlightenment/modules/evry-pidgin/locale/pt/LC_MESSAGES/evry-pidgin.mo +%%NLS%%lib/enlightenment/modules/evry-pidgin/locale/zh_CN/LC_MESSAGES/evry-pidgin.mo +%%NLS%%lib/enlightenment/modules/evry-pidgin/locale/nl/LC_MESSAGES/evry-pidgin.mo +%%NLS%%lib/enlightenment/modules/evry-pidgin/locale/sl/LC_MESSAGES/evry-pidgin.mo +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/zh_CN %%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/de/LC_MESSAGES diff --git a/x11-wm/e17-module-everything-places/Makefile b/x11-wm/e17-module-everything-places/Makefile index 5fddec7a9dfa..458d9b372142 100644 --- a/x11-wm/e17-module-everything-places/Makefile +++ b/x11-wm/e17-module-everything-places/Makefile @@ -6,10 +6,9 @@ # PORTNAME= everything-places -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-everything-places/distinfo b/x11-wm/e17-module-everything-places/distinfo index 0d755e2ce03d..e72ae77940e8 100644 --- a/x11-wm/e17-module-everything-places/distinfo +++ b/x11-wm/e17-module-everything-places/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/everything-places-20110129.tar.bz2) = ce0766f2fde6c87655eb0f0a4569c861ce62dd3389f38e30c73230bd41e77c20 -SIZE (e17/everything-places-20110129.tar.bz2) = 480353 +SHA256 (e17/everything-places-20111128.tar.bz2) = a864afdcf21f536aa171e42085c8c8382bcf1c07cfd8c88ed2f5893827ac4b3f +SIZE (e17/everything-places-20111128.tar.bz2) = 486203 diff --git a/x11-wm/e17-module-everything-places/pkg-plist b/x11-wm/e17-module-everything-places/pkg-plist index f827591335ec..9a1bbff270d6 100644 --- a/x11-wm/e17-module-everything-places/pkg-plist +++ b/x11-wm/e17-module-everything-places/pkg-plist @@ -6,6 +6,12 @@ lib/enlightenment/modules/everything-places/e-module.edj %%NLS%%lib/enlightenment/modules/everything-places/locale/cs/LC_MESSAGES/everything-places.mo %%NLS%%lib/enlightenment/modules/everything-places/locale/el/LC_MESSAGES/everything-places.mo %%NLS%%lib/enlightenment/modules/everything-places/locale/pt/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/sl/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/nl/LC_MESSAGES/everything-places.mo +%%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/el/LC_MESSAGES diff --git a/x11-wm/e17-module-everything-shotgun/Makefile b/x11-wm/e17-module-everything-shotgun/Makefile new file mode 100644 index 000000000000..dfb3da9656a9 --- /dev/null +++ b/x11-wm/e17-module-everything-shotgun/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-everything-shotgun +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= everything-shotgun +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= An e17 shotgun plugin for the "everything" module + +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 +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-everything-shotgun/distinfo b/x11-wm/e17-module-everything-shotgun/distinfo new file mode 100644 index 000000000000..b332d9873bc4 --- /dev/null +++ b/x11-wm/e17-module-everything-shotgun/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/everything-shotgun-20111128.tar.bz2) = 6b8c69756e0dd4ac1826e678382a669a903ee9660f97c2bfe21f6f0fb736215b +SIZE (e17/everything-shotgun-20111128.tar.bz2) = 515212 diff --git a/x11-wm/e17-module-everything-shotgun/pkg-descr b/x11-wm/e17-module-everything-shotgun/pkg-descr new file mode 100644 index 000000000000..ae9fe1eb4c20 --- /dev/null +++ b/x11-wm/e17-module-everything-shotgun/pkg-descr @@ -0,0 +1,3 @@ +An e17 shotgun plugin for the "everything" module + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-everything-shotgun/pkg-plist b/x11-wm/e17-module-everything-shotgun/pkg-plist new file mode 100644 index 000000000000..e52f85aef035 --- /dev/null +++ b/x11-wm/e17-module-everything-shotgun/pkg-plist @@ -0,0 +1,7 @@ +lib/enlightenment/modules/evry-shotgun/%%E17_ARCH%%/module.so +lib/enlightenment/modules/evry-shotgun/e-module.edj +lib/enlightenment/modules/evry-shotgun/module.desktop +@dirrm lib/enlightenment/modules/evry-shotgun/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/evry-shotgun +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-everything-wallpaper/Makefile b/x11-wm/e17-module-everything-wallpaper/Makefile index 1dd39aacb5b9..15a919fc9f7a 100644 --- a/x11-wm/e17-module-everything-wallpaper/Makefile +++ b/x11-wm/e17-module-everything-wallpaper/Makefile @@ -6,10 +6,9 @@ # PORTNAME= everything-wallpaper -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-everything-wallpaper/distinfo b/x11-wm/e17-module-everything-wallpaper/distinfo index 74f4848495ec..4017769c1cc5 100644 --- a/x11-wm/e17-module-everything-wallpaper/distinfo +++ b/x11-wm/e17-module-everything-wallpaper/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/everything-wallpaper-20110129.tar.bz2) = 8c9306ea0a434048bcb87b40992dbb6a9ca7c0af6948b2d8c033580a7d86bf3d -SIZE (e17/everything-wallpaper-20110129.tar.bz2) = 503399 +SHA256 (e17/everything-wallpaper-20111128.tar.bz2) = cdd3ebd049ecc47b53c6ba8936579b6c482bd4da19ab1563d50168745fb0c48e +SIZE (e17/everything-wallpaper-20111128.tar.bz2) = 519131 diff --git a/x11-wm/e17-module-everything-wallpaper/pkg-plist b/x11-wm/e17-module-everything-wallpaper/pkg-plist index f4a8d8e95a3a..0fdd8643a01e 100644 --- a/x11-wm/e17-module-everything-wallpaper/pkg-plist +++ b/x11-wm/e17-module-everything-wallpaper/pkg-plist @@ -5,6 +5,18 @@ lib/enlightenment/modules/everything-wallpaper/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/de/LC_MESSAGES/everything-wallpaper.mo %%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/fr/LC_MESSAGES/everything-wallpaper.mo %%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/it/LC_MESSAGES/everything-wallpaper.mo +%%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/nl/LC_MESSAGES/everything-wallpaper.mo +%%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/zh_CN/LC_MESSAGES/everything-wallpaper.mo +%%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/sl/LC_MESSAGES/everything-wallpaper.mo +%%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/pt/LC_MESSAGES/everything-wallpaper.mo +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/zh_CN +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/nl %%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/it/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/it %%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/fr/LC_MESSAGES diff --git a/x11-wm/e17-module-everything-websearch/Makefile b/x11-wm/e17-module-everything-websearch/Makefile index 9a5be28a4776..2eeb3012567e 100644 --- a/x11-wm/e17-module-everything-websearch/Makefile +++ b/x11-wm/e17-module-everything-websearch/Makefile @@ -6,10 +6,9 @@ # PORTNAME= everything-websearch -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-everything-websearch/distinfo b/x11-wm/e17-module-everything-websearch/distinfo index 739370fcc483..3c7d9a165ed1 100644 --- a/x11-wm/e17-module-everything-websearch/distinfo +++ b/x11-wm/e17-module-everything-websearch/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/everything-websearch-20110129.tar.bz2) = 3c1b9f4fffcfd58ca0c8f4dac420d7f668988c4122eaef37d940a8730074be05 -SIZE (e17/everything-websearch-20110129.tar.bz2) = 573319 +SHA256 (e17/everything-websearch-20111128.tar.bz2) = 1d87bccf49d92e8498ee81b19d96127d71c401c415913079831f6c5f0fcd1751 +SIZE (e17/everything-websearch-20111128.tar.bz2) = 597825 diff --git a/x11-wm/e17-module-everything-websearch/pkg-plist b/x11-wm/e17-module-everything-websearch/pkg-plist index 6758aaccda22..6719953a5329 100644 --- a/x11-wm/e17-module-everything-websearch/pkg-plist +++ b/x11-wm/e17-module-everything-websearch/pkg-plist @@ -7,6 +7,15 @@ lib/enlightenment/modules/evry-websearch/e-module.edj %%NLS%%lib/enlightenment/modules/evry-websearch/locale/cs/LC_MESSAGES/evry-websearch.mo %%NLS%%lib/enlightenment/modules/evry-websearch/locale/de/LC_MESSAGES/evry-websearch.mo %%NLS%%lib/enlightenment/modules/evry-websearch/locale/pt/LC_MESSAGES/evry-websearch.mo +%%NLS%%lib/enlightenment/modules/evry-websearch/locale/zh_CN/LC_MESSAGES/evry-websearch.mo +%%NLS%%lib/enlightenment/modules/evry-websearch/locale/nl/LC_MESSAGES/evry-websearch.mo +%%NLS%%lib/enlightenment/modules/evry-websearch/locale/sl/LC_MESSAGES/evry-websearch.mo +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/zh_CN %%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/de/LC_MESSAGES diff --git a/x11-wm/e17-module-exebuf/Makefile b/x11-wm/e17-module-exebuf/Makefile index 7f1183d2c327..b2ae856637aa 100644 --- a/x11-wm/e17-module-exebuf/Makefile +++ b/x11-wm/e17-module-exebuf/Makefile @@ -6,10 +6,9 @@ # PORTNAME= exebuf -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-exebuf/distinfo b/x11-wm/e17-module-exebuf/distinfo index 5685cdd28ec3..a7c795690fa5 100644 --- a/x11-wm/e17-module-exebuf/distinfo +++ b/x11-wm/e17-module-exebuf/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/exebuf-20110129.tar.bz2) = 873de0d4a86cc72fc223b4c6497731386f3ab8bfc77605d715dcd7ffd93f30fb -SIZE (e17/exebuf-20110129.tar.bz2) = 520587 +SHA256 (e17/exebuf-20111128.tar.bz2) = d521a78d974ebe4929070dfd31d5ed995c7eef04e0b7ca5cd77f6e19f579764f +SIZE (e17/exebuf-20111128.tar.bz2) = 535634 diff --git a/x11-wm/e17-module-execwatch/Makefile b/x11-wm/e17-module-execwatch/Makefile index 49c76abd8f62..af360d1d935e 100644 --- a/x11-wm/e17-module-execwatch/Makefile +++ b/x11-wm/e17-module-execwatch/Makefile @@ -6,14 +6,13 @@ # PORTNAME= execwatch -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net -COMMENT= An e17 module to show the last state of a periodically executed command +COMMENT= An e17 module to show state of a periodically executed command BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment diff --git a/x11-wm/e17-module-execwatch/distinfo b/x11-wm/e17-module-execwatch/distinfo index 839ebb69daab..795dd532ddd8 100644 --- a/x11-wm/e17-module-execwatch/distinfo +++ b/x11-wm/e17-module-execwatch/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/execwatch-20110129.tar.bz2) = 26cc9246aaf54044429517639485ad5f84caaa5d674f93d8fc86e3d1e0632695 -SIZE (e17/execwatch-20110129.tar.bz2) = 434538 +SHA256 (e17/execwatch-20111128.tar.bz2) = efb9abaf925ae7881b4a2cc28117bb3e5e156fa9194ebd089169f203a6961c23 +SIZE (e17/execwatch-20111128.tar.bz2) = 449842 diff --git a/x11-wm/e17-module-flame/Makefile b/x11-wm/e17-module-flame/Makefile index c92088bd6f40..ffb551334c6f 100644 --- a/x11-wm/e17-module-flame/Makefile +++ b/x11-wm/e17-module-flame/Makefile @@ -6,10 +6,9 @@ # PORTNAME= flame -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-flame/distinfo b/x11-wm/e17-module-flame/distinfo index 46d0f5999efe..9dd70f16bd1c 100644 --- a/x11-wm/e17-module-flame/distinfo +++ b/x11-wm/e17-module-flame/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/flame-20110129.tar.bz2) = 74018951e0b229c60a6f9caa022a4e44d97be9d676c6585a8a6b9c23e2233eb7 -SIZE (e17/flame-20110129.tar.bz2) = 476527 +SHA256 (e17/flame-20111128.tar.bz2) = b7f007f6c9ccab0620474e0d28649b0f6f6ff2a76c140a6190d9776dc459765f +SIZE (e17/flame-20111128.tar.bz2) = 532817 diff --git a/x11-wm/e17-module-flame/pkg-plist b/x11-wm/e17-module-flame/pkg-plist index b4f75756803a..757e167b5396 100644 --- a/x11-wm/e17-module-flame/pkg-plist +++ b/x11-wm/e17-module-flame/pkg-plist @@ -28,6 +28,9 @@ lib/enlightenment/modules/flame/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/flame/locale/lt/LC_MESSAGES/flame.mo %%NLS%%lib/enlightenment/modules/flame/locale/ar/LC_MESSAGES/flame.mo %%NLS%%lib/enlightenment/modules/flame/locale/he/LC_MESSAGES/flame.mo +%%NLS%%lib/enlightenment/modules/flame/locale/sl/LC_MESSAGES/flame.mo +%%NLS%%@dirrm lib/enlightenment/modules/flame/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/flame/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/flame/locale/he/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/flame/locale/he %%NLS%%@dirrm lib/enlightenment/modules/flame/locale/ar/LC_MESSAGES diff --git a/x11-wm/e17-module-forecasts/Makefile b/x11-wm/e17-module-forecasts/Makefile index 521ad349038c..419d41cd5a92 100644 --- a/x11-wm/e17-module-forecasts/Makefile +++ b/x11-wm/e17-module-forecasts/Makefile @@ -6,10 +6,9 @@ # PORTNAME= forecasts -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-forecasts/distinfo b/x11-wm/e17-module-forecasts/distinfo index 90f6b83ab584..5f0a099913a2 100644 --- a/x11-wm/e17-module-forecasts/distinfo +++ b/x11-wm/e17-module-forecasts/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/forecasts-20110129.tar.bz2) = d6da1ee35837d206f9fd09af178764fc419905129273fc6bc5475ec2faba4b48 -SIZE (e17/forecasts-20110129.tar.bz2) = 1088205 +SHA256 (e17/forecasts-20111128.tar.bz2) = 59a75c442820bdc2d35fab4e2b0d23c42eaf2ed549571225c1f60bd45e05f18a +SIZE (e17/forecasts-20111128.tar.bz2) = 1078578 diff --git a/x11-wm/e17-module-forecasts/pkg-plist b/x11-wm/e17-module-forecasts/pkg-plist index 8528b2dd6a77..3ebb2cd77de4 100644 --- a/x11-wm/e17-module-forecasts/pkg-plist +++ b/x11-wm/e17-module-forecasts/pkg-plist @@ -29,6 +29,9 @@ lib/enlightenment/modules/forecasts/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/forecasts/locale/pt_BR/LC_MESSAGES/forecasts.mo %%NLS%%lib/enlightenment/modules/forecasts/locale/eo/LC_MESSAGES/forecasts.mo %%NLS%%lib/enlightenment/modules/forecasts/locale/it/LC_MESSAGES/forecasts.mo +%%NLS%%lib/enlightenment/modules/forecasts/locale/sl/LC_MESSAGES/forecasts.mo +%%NLS%%@dirrm lib/enlightenment/modules/forecasts/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/forecasts/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/forecasts/locale/it/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/forecasts/locale/it %%NLS%%@dirrm lib/enlightenment/modules/forecasts/locale/eo/LC_MESSAGES diff --git a/x11-wm/e17-module-iiirk/Makefile b/x11-wm/e17-module-iiirk/Makefile index 0798c0a32583..21c2ab696e63 100644 --- a/x11-wm/e17-module-iiirk/Makefile +++ b/x11-wm/e17-module-iiirk/Makefile @@ -6,10 +6,9 @@ # PORTNAME= iiirk -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-iiirk/distinfo b/x11-wm/e17-module-iiirk/distinfo index 6b1abbbaacd8..042df3def699 100644 --- a/x11-wm/e17-module-iiirk/distinfo +++ b/x11-wm/e17-module-iiirk/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/iiirk-20110129.tar.bz2) = 99f7eed89781f35419b6e7efdb31035191a56f3991f7a4c34d313618c45fb28f -SIZE (e17/iiirk-20110129.tar.bz2) = 495797 +SHA256 (e17/iiirk-20111128.tar.bz2) = aa953764b72111f89960d88d182a0a2b7396bbf05e29ae83848015c157870b58 +SIZE (e17/iiirk-20111128.tar.bz2) = 544745 diff --git a/x11-wm/e17-module-iiirk/pkg-descr b/x11-wm/e17-module-iiirk/pkg-descr index 1e3bcbc2de76..3d1add5aacca 100644 --- a/x11-wm/e17-module-iiirk/pkg-descr +++ b/x11-wm/e17-module-iiirk/pkg-descr @@ -4,19 +4,21 @@ status of the system tray specification this module don't rely on it, but on .desktop and netwm icons only instead. It's highly recommended to make sure a .desktop match the border you want to -dock in this module. See http://wiki.enlightenment.org/index.php/E17_and_Efreet#Border_Icons +dock in this module. +See http://wiki.enlightenment.org/index.php/E17_and_Efreet#Border_Icons for further explanation on how do this matching. -In order to add an icon to the module you have two ways. You can either drag and -drop the border icon on it, or configure the "Iiirk source". Which is a list of -.desktop to match automatically. +In order to add an icon to the module you have two ways. You can either drag +and drop the border icon on it, or configure the "Iiirk source". Which is a +list of .desktop to match automatically. Once the icon is in the module, a click on it will toggle show/hide on the corresponding window. Don't close your windows, what does the window when closed is up to the application, not to the module. Use the minimize instead. -If the option "Hide window from any list when iconified" is enabled, minimize it -even by using the border button will active the skip window list on it. +If the option "Hide window from any list when iconified" is enabled, minimize +it even by using the border button will active the skip window list on it. -Drop an icon outside the box will remove the match on the corresponding .desktop. +Drop an icon outside the box will remove the match on the corresponding +.desktop. WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-iiirk/pkg-plist b/x11-wm/e17-module-iiirk/pkg-plist index b83fa07779e3..812c36c1f7b0 100644 --- a/x11-wm/e17-module-iiirk/pkg-plist +++ b/x11-wm/e17-module-iiirk/pkg-plist @@ -17,6 +17,15 @@ lib/enlightenment/modules/iiirk/module.desktop %%NLS%%lib/enlightenment/modules/iiirk/locale/pt/LC_MESSAGES/iiirk.mo %%NLS%%lib/enlightenment/modules/iiirk/locale/uk/LC_MESSAGES/iiirk.mo %%NLS%%lib/enlightenment/modules/iiirk/locale/zh_CN/LC_MESSAGES/iiirk.mo +%%NLS%%lib/enlightenment/modules/iiirk/locale/de/LC_MESSAGES/iiirk.mo +%%NLS%%lib/enlightenment/modules/iiirk/locale/sl/LC_MESSAGES/iiirk.mo +%%NLS%%lib/enlightenment/modules/iiirk/locale/ar/LC_MESSAGES/iiirk.mo +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/ar/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/ar +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/de/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/de %%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/zh_CN/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/zh_CN %%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/uk/LC_MESSAGES diff --git a/x11-wm/e17-module-itask-ng/Makefile b/x11-wm/e17-module-itask-ng/Makefile index 8dc960b69bae..92b6ad021414 100644 --- a/x11-wm/e17-module-itask-ng/Makefile +++ b/x11-wm/e17-module-itask-ng/Makefile @@ -5,13 +5,11 @@ # $FreeBSD$ # -PORTNAME= itask-ng -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTNAME= engage +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= magik@roorback.net COMMENT= MacOS X like taskbar module for e17 diff --git a/x11-wm/e17-module-itask-ng/distinfo b/x11-wm/e17-module-itask-ng/distinfo index 98f207761b8c..fd5873b4b9db 100644 --- a/x11-wm/e17-module-itask-ng/distinfo +++ b/x11-wm/e17-module-itask-ng/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/itask-ng-20110129.tar.bz2) = b011ee74b7d5a24e05bc8bd3b0a28e15b0591bc20be74d753580044d9377a317 -SIZE (e17/itask-ng-20110129.tar.bz2) = 549490 +SHA256 (e17/engage-20111128.tar.bz2) = 7dd9764cbf5cd8d173cf03386d33477912b219b11192ed0e9b05ec52f1f231d7 +SIZE (e17/engage-20111128.tar.bz2) = 583408 diff --git a/x11-wm/e17-module-itask-ng/pkg-plist b/x11-wm/e17-module-itask-ng/pkg-plist index 2540024447b8..e9ab6ce8db37 100644 --- a/x11-wm/e17-module-itask-ng/pkg-plist +++ b/x11-wm/e17-module-itask-ng/pkg-plist @@ -1,25 +1,28 @@ -lib/enlightenment/modules/itask-ng/itask-ng.edj -lib/enlightenment/modules/itask-ng/module_icon.png -lib/enlightenment/modules/itask-ng/%%E17_ARCH%%/module.so -lib/enlightenment/modules/itask-ng/module.desktop -lib/enlightenment/modules/itask-ng/e-module-ng.edj -%%NLS%%lib/enlightenment/modules/itask-ng/locale/fr/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/de/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/it/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/cs/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/pt/LC_MESSAGES/itask-ng.mo -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale -@dirrm lib/enlightenment/modules/itask-ng/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/itask-ng +lib/enlightenment/modules/engage/engage.edj +lib/enlightenment/modules/engage/module_icon.png +lib/enlightenment/modules/engage/%%E17_ARCH%%/module.so +lib/enlightenment/modules/engage/module.desktop +lib/enlightenment/modules/engage/e-module-ng.edj +%%NLS%%lib/enlightenment/modules/engage/locale/fr/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/de/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/it/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/cs/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/pt/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/sl/LC_MESSAGES/engage.mo +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/cs/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/cs +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/it/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/de/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/de +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/fr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/fr +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale +@dirrm lib/enlightenment/modules/engage/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/engage @dirrmtry lib/enlightenment/modules @dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-itask/Makefile b/x11-wm/e17-module-itask/Makefile index c1a48debd42f..a7488b214d0a 100644 --- a/x11-wm/e17-module-itask/Makefile +++ b/x11-wm/e17-module-itask/Makefile @@ -6,12 +6,10 @@ # PORTNAME= itask -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= magik@roorback.net COMMENT= MS Windows like taskbar module for e17 diff --git a/x11-wm/e17-module-itask/distinfo b/x11-wm/e17-module-itask/distinfo index bde0cdad78ce..e23f819322b6 100644 --- a/x11-wm/e17-module-itask/distinfo +++ b/x11-wm/e17-module-itask/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/itask-20110129.tar.bz2) = fed256222a80974450d5876635fa31ca6cba9cf9ee3dd8ea16a4142e40f6eed1 -SIZE (e17/itask-20110129.tar.bz2) = 528462 +SHA256 (e17/itask-20111128.tar.bz2) = cf5f2a42f17b2fecd7173d66dc11a0dfd181fa104df7e706d1e489f77afeee5f +SIZE (e17/itask-20111128.tar.bz2) = 545667 diff --git a/x11-wm/e17-module-language/Makefile b/x11-wm/e17-module-language/Makefile index 7866846c42ac..c205c00a2e98 100644 --- a/x11-wm/e17-module-language/Makefile +++ b/x11-wm/e17-module-language/Makefile @@ -6,10 +6,9 @@ # PORTNAME= language -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-language/distinfo b/x11-wm/e17-module-language/distinfo index 62010d826d4e..f228e2fcd902 100644 --- a/x11-wm/e17-module-language/distinfo +++ b/x11-wm/e17-module-language/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/language-20110129.tar.bz2) = 5a654611ba706f0584a2d7e0b0ff55f1ae88424cce08529a3fcd6c471ed4cc5d -SIZE (e17/language-20110129.tar.bz2) = 661818 +SHA256 (e17/language-20111128.tar.bz2) = fb11921330d6b09667e6a68acb32774d40ac94822279f7ccba5a43695f830e08 +SIZE (e17/language-20111128.tar.bz2) = 703341 diff --git a/x11-wm/e17-module-language/pkg-plist b/x11-wm/e17-module-language/pkg-plist index a53ba8ac941b..51acd5332678 100644 --- a/x11-wm/e17-module-language/pkg-plist +++ b/x11-wm/e17-module-language/pkg-plist @@ -99,6 +99,9 @@ lib/enlightenment/modules/language/module.desktop %%NLS%%lib/enlightenment/modules/language/locale/de/LC_MESSAGES/language.mo %%NLS%%lib/enlightenment/modules/language/locale/uk/LC_MESSAGES/language.mo %%NLS%%lib/enlightenment/modules/language/locale/el/LC_MESSAGES/language.mo +%%NLS%%lib/enlightenment/modules/language/locale/sl/LC_MESSAGES/language.mo +%%NLS%%@dirrm lib/enlightenment/modules/language/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/language/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/language/locale/el/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/language/locale/el %%NLS%%@dirrm lib/enlightenment/modules/language/locale/uk/LC_MESSAGES diff --git a/x11-wm/e17-module-mail/Makefile b/x11-wm/e17-module-mail/Makefile index e9105d3ef911..538374832f0d 100644 --- a/x11-wm/e17-module-mail/Makefile +++ b/x11-wm/e17-module-mail/Makefile @@ -6,10 +6,9 @@ # PORTNAME= mail -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-mail/distinfo b/x11-wm/e17-module-mail/distinfo index f9e6dad44978..d0e999cd3817 100644 --- a/x11-wm/e17-module-mail/distinfo +++ b/x11-wm/e17-module-mail/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/mail-20110129.tar.bz2) = a9391d9e7181750e6aadb4a7c9252bbee21e529b936c718781995829428f0fe2 -SIZE (e17/mail-20110129.tar.bz2) = 529677 +SHA256 (e17/mail-20111128.tar.bz2) = 8b60d5be5903d4fd762939c5e81d2a8c1bfa63a38ad9f0dee84c1bea682701ce +SIZE (e17/mail-20111128.tar.bz2) = 569458 diff --git a/x11-wm/e17-module-mail/pkg-plist b/x11-wm/e17-module-mail/pkg-plist index d5b898619773..22c56c412ba4 100644 --- a/x11-wm/e17-module-mail/pkg-plist +++ b/x11-wm/e17-module-mail/pkg-plist @@ -28,6 +28,9 @@ lib/enlightenment/modules/mail/mail.edj %%NLS%%lib/enlightenment/modules/mail/locale/es/LC_MESSAGES/mail.mo %%NLS%%lib/enlightenment/modules/mail/locale/hu/LC_MESSAGES/mail.mo %%NLS%%lib/enlightenment/modules/mail/locale/pt_BR/LC_MESSAGES/mail.mo +%%NLS%%lib/enlightenment/modules/mail/locale/sl/LC_MESSAGES/mail.mo +%%NLS%%@dirrm lib/enlightenment/modules/mail/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/mail/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/mail/locale/pt_BR/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/mail/locale/pt_BR %%NLS%%@dirrm lib/enlightenment/modules/mail/locale/hu/LC_MESSAGES diff --git a/x11-wm/e17-module-mem/Makefile b/x11-wm/e17-module-mem/Makefile index 150b5266a356..3f84b8c8f396 100644 --- a/x11-wm/e17-module-mem/Makefile +++ b/x11-wm/e17-module-mem/Makefile @@ -6,11 +6,10 @@ # PORTNAME= mem -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 PORTEPOCH= 1 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-mem/distinfo b/x11-wm/e17-module-mem/distinfo index 90c0cccde9e8..f93b7b0a5145 100644 --- a/x11-wm/e17-module-mem/distinfo +++ b/x11-wm/e17-module-mem/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/mem-20110129.tar.bz2) = 826c1f5a514c2d239408177ba24eaf598ec619a7e178bc456fbe9ddcc24d7dba -SIZE (e17/mem-20110129.tar.bz2) = 552278 +SHA256 (e17/mem-20111128.tar.bz2) = 840b7a203dfd9ad05e9fd5cde6fd41d95d6f2b91cc22e214b58ba8398a2b686d +SIZE (e17/mem-20111128.tar.bz2) = 551004 diff --git a/x11-wm/e17-module-mem/pkg-plist b/x11-wm/e17-module-mem/pkg-plist index 860941b77184..589ed3fcafee 100644 --- a/x11-wm/e17-module-mem/pkg-plist +++ b/x11-wm/e17-module-mem/pkg-plist @@ -28,6 +28,9 @@ lib/enlightenment/modules/mem/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/mem/locale/nb/LC_MESSAGES/mem.mo %%NLS%%lib/enlightenment/modules/mem/locale/hr/LC_MESSAGES/mem.mo %%NLS%%lib/enlightenment/modules/mem/locale/bg/LC_MESSAGES/mem.mo +%%NLS%%lib/enlightenment/modules/mem/locale/sl/LC_MESSAGES/mem.mo +%%NLS%%@dirrm lib/enlightenment/modules/mem/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/mem/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/mem/locale/bg/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/mem/locale/bg %%NLS%%@dirrm lib/enlightenment/modules/mem/locale/hr/LC_MESSAGES diff --git a/x11-wm/e17-module-moon/Makefile b/x11-wm/e17-module-moon/Makefile index 142ff444b8d1..852e60bf2345 100644 --- a/x11-wm/e17-module-moon/Makefile +++ b/x11-wm/e17-module-moon/Makefile @@ -6,11 +6,10 @@ # PORTNAME= moon -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 PORTEPOCH= 1 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-moon/distinfo b/x11-wm/e17-module-moon/distinfo index 1e3213707156..9fcbc3a39572 100644 --- a/x11-wm/e17-module-moon/distinfo +++ b/x11-wm/e17-module-moon/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/moon-20110129.tar.bz2) = e23d1f33a425e6720972d2bee0445ea357721d800f1f0ed11cc0bb9c17251b5c -SIZE (e17/moon-20110129.tar.bz2) = 900089 +SHA256 (e17/moon-20111128.tar.bz2) = f9e58752fc8e8c2513a395515675e0d5451476cc0f25e5cc8c343b815989e202 +SIZE (e17/moon-20111128.tar.bz2) = 904637 diff --git a/x11-wm/e17-module-moon/pkg-plist b/x11-wm/e17-module-moon/pkg-plist index e09dc5ffdf25..32e478b875ac 100644 --- a/x11-wm/e17-module-moon/pkg-plist +++ b/x11-wm/e17-module-moon/pkg-plist @@ -29,6 +29,9 @@ lib/enlightenment/modules/moon/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/moon/locale/es/LC_MESSAGES/moon.mo %%NLS%%lib/enlightenment/modules/moon/locale/pl/LC_MESSAGES/moon.mo %%NLS%%lib/enlightenment/modules/moon/locale/hu/LC_MESSAGES/moon.mo +%%NLS%%lib/enlightenment/modules/moon/locale/sl/LC_MESSAGES/moon.mo +%%NLS%%@dirrm lib/enlightenment/modules/moon/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/moon/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/moon/locale/hu/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/moon/locale/hu %%NLS%%@dirrm lib/enlightenment/modules/moon/locale/pl/LC_MESSAGES diff --git a/x11-wm/e17-module-mpdule/Makefile b/x11-wm/e17-module-mpdule/Makefile index 60af30aea4e1..b25bc73f5476 100644 --- a/x11-wm/e17-module-mpdule/Makefile +++ b/x11-wm/e17-module-mpdule/Makefile @@ -6,10 +6,9 @@ # PORTNAME= mpdule -PORTVERSION= 20110129 -PORTREVISION= 2 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-mpdule/distinfo b/x11-wm/e17-module-mpdule/distinfo index 014723be0fff..2dc93b2260b4 100644 --- a/x11-wm/e17-module-mpdule/distinfo +++ b/x11-wm/e17-module-mpdule/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/mpdule-20110129.tar.bz2) = bbaa518e7585e017e1845c86d04a8bcc27fce76060b8cd5d8a14f4c015623a7c -SIZE (e17/mpdule-20110129.tar.bz2) = 423743 +SHA256 (e17/mpdule-20111128.tar.bz2) = 7964133f8f3ea76557a9651217738c2cf4563978fca407c7e887ed700c77fd39 +SIZE (e17/mpdule-20111128.tar.bz2) = 454386 diff --git a/x11-wm/e17-module-net/Makefile b/x11-wm/e17-module-net/Makefile index ff46bd38bf24..865e9a886751 100644 --- a/x11-wm/e17-module-net/Makefile +++ b/x11-wm/e17-module-net/Makefile @@ -6,10 +6,9 @@ # PORTNAME= net -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-net/distinfo b/x11-wm/e17-module-net/distinfo index da05b8bb7eff..55aff34a7444 100644 --- a/x11-wm/e17-module-net/distinfo +++ b/x11-wm/e17-module-net/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/net-20110129.tar.bz2) = 10612d47b324a520fb4a38e2d125b19d785adfe0c9ccb666996a10bb772208ff -SIZE (e17/net-20110129.tar.bz2) = 514240 +SHA256 (e17/net-20111128.tar.bz2) = 30c47ce49ae954113a1c99ccad4c7623af81bb361493b44b4a6f9c79cfe22d67 +SIZE (e17/net-20111128.tar.bz2) = 537534 diff --git a/x11-wm/e17-module-net/pkg-plist b/x11-wm/e17-module-net/pkg-plist index c590418eea87..a1f727bf370a 100644 --- a/x11-wm/e17-module-net/pkg-plist +++ b/x11-wm/e17-module-net/pkg-plist @@ -29,6 +29,9 @@ lib/enlightenment/modules/net/e-module-net.edj %%NLS%%lib/enlightenment/modules/net/locale/fi/LC_MESSAGES/net.mo %%NLS%%lib/enlightenment/modules/net/locale/sv/LC_MESSAGES/net.mo %%NLS%%lib/enlightenment/modules/net/locale/ru/LC_MESSAGES/net.mo +%%NLS%%lib/enlightenment/modules/net/locale/sl/LC_MESSAGES/net.mo +%%NLS%%@dirrm lib/enlightenment/modules/net/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/net/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/net/locale/ru/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/net/locale/ru %%NLS%%@dirrm lib/enlightenment/modules/net/locale/sv/LC_MESSAGES diff --git a/x11-wm/e17-module-news/Makefile b/x11-wm/e17-module-news/Makefile index b4edfff58f5a..0b9ab5f76259 100644 --- a/x11-wm/e17-module-news/Makefile +++ b/x11-wm/e17-module-news/Makefile @@ -6,10 +6,9 @@ # PORTNAME= news -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-news/distinfo b/x11-wm/e17-module-news/distinfo index 4c3ba77e5b98..1098ffdfeac7 100644 --- a/x11-wm/e17-module-news/distinfo +++ b/x11-wm/e17-module-news/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/news-20110129.tar.bz2) = 7ada14ecbd6015e204c8a7f61e6f4aae4e35cd13e48931a6d66adf1411e5c677 -SIZE (e17/news-20110129.tar.bz2) = 972871 +SHA256 (e17/news-20111128.tar.bz2) = 730818b38d67fa91c94be3079d7cff966107dbe402c88b2ecce663d9886edeb5 +SIZE (e17/news-20111128.tar.bz2) = 1044776 diff --git a/x11-wm/e17-module-news/pkg-plist b/x11-wm/e17-module-news/pkg-plist index b98b3b059c40..88ab232e9678 100644 --- a/x11-wm/e17-module-news/pkg-plist +++ b/x11-wm/e17-module-news/pkg-plist @@ -47,6 +47,9 @@ lib/enlightenment/modules/news/e-module-news.edj %%NLS%%lib/enlightenment/modules/news/locale/it/LC_MESSAGES/news.mo %%NLS%%lib/enlightenment/modules/news/locale/tr/LC_MESSAGES/news.mo %%NLS%%lib/enlightenment/modules/news/locale/sk/LC_MESSAGES/news.mo +%%NLS%%lib/enlightenment/modules/news/locale/sl/LC_MESSAGES/news.mo +%%NLS%%@dirrm lib/enlightenment/modules/news/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/news/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/news/locale/sk/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/news/locale/sk %%NLS%%@dirrm lib/enlightenment/modules/news/locale/tr/LC_MESSAGES diff --git a/x11-wm/e17-module-notification/Makefile b/x11-wm/e17-module-notification/Makefile index cabd4f326c3f..43ce7086baba 100644 --- a/x11-wm/e17-module-notification/Makefile +++ b/x11-wm/e17-module-notification/Makefile @@ -7,7 +7,6 @@ PORTNAME= notification PORTVERSION= 20110129 -PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ PKGNAMEPREFIX= e17-module- @@ -18,6 +17,10 @@ COMMENT= An e17 notification daemon module BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer +DEPRECATED= Merged into x11-wm/enlightenment +EXPIRATION_DATE= 2012-07-31 + DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/x11-wm/e17-module-penguins/Makefile b/x11-wm/e17-module-penguins/Makefile index e825d24dc6a4..1c456cd789fb 100644 --- a/x11-wm/e17-module-penguins/Makefile +++ b/x11-wm/e17-module-penguins/Makefile @@ -6,10 +6,9 @@ # PORTNAME= penguins -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-penguins/distinfo b/x11-wm/e17-module-penguins/distinfo index 39b8228efb65..2ce2aa42edf6 100644 --- a/x11-wm/e17-module-penguins/distinfo +++ b/x11-wm/e17-module-penguins/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/penguins-20110129.tar.bz2) = 9005bd75919ca882da765b26a22f600f8688216abb6fea2ea9e994d3c431d903 -SIZE (e17/penguins-20110129.tar.bz2) = 731896 +SHA256 (e17/penguins-20111128.tar.bz2) = dc4acf9954a1033077af37bdf93d5f26b23cb46c9f50e94d9184c507116f031b +SIZE (e17/penguins-20111128.tar.bz2) = 746405 diff --git a/x11-wm/e17-module-penguins/pkg-plist b/x11-wm/e17-module-penguins/pkg-plist index 16192099a52f..f0c1b71f8788 100644 --- a/x11-wm/e17-module-penguins/pkg-plist +++ b/x11-wm/e17-module-penguins/pkg-plist @@ -28,6 +28,9 @@ lib/enlightenment/modules/penguins/e-module-penguins.edj %%NLS%%lib/enlightenment/modules/penguins/locale/it/LC_MESSAGES/penguins.mo %%NLS%%lib/enlightenment/modules/penguins/locale/sk/LC_MESSAGES/penguins.mo %%NLS%%lib/enlightenment/modules/penguins/locale/tr/LC_MESSAGES/penguins.mo +%%NLS%%lib/enlightenment/modules/penguins/locale/sl/LC_MESSAGES/penguins.mo +%%NLS%%@dirrm lib/enlightenment/modules/penguins/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/penguins/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/penguins/locale/tr/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/penguins/locale/tr %%NLS%%@dirrm lib/enlightenment/modules/penguins/locale/sk/LC_MESSAGES diff --git a/x11-wm/e17-module-photo/Makefile b/x11-wm/e17-module-photo/Makefile index 47264f4b276c..1320738f893b 100644 --- a/x11-wm/e17-module-photo/Makefile +++ b/x11-wm/e17-module-photo/Makefile @@ -6,10 +6,9 @@ # PORTNAME= photo -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-photo/distinfo b/x11-wm/e17-module-photo/distinfo index a0f699b624db..7084fb90be9e 100644 --- a/x11-wm/e17-module-photo/distinfo +++ b/x11-wm/e17-module-photo/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/photo-20110129.tar.bz2) = 29a4b3b3d444bf46fa5a306a9fe1898015e668b4cdd79621f4aeb979127a6b9e -SIZE (e17/photo-20110129.tar.bz2) = 639180 +SHA256 (e17/photo-20111128.tar.bz2) = e6df2594366a7abcbd8bad91debf8fde9aec863e9ead9f956ef042945a799361 +SIZE (e17/photo-20111128.tar.bz2) = 685048 diff --git a/x11-wm/e17-module-photo/pkg-plist b/x11-wm/e17-module-photo/pkg-plist index 76a27cbfbf63..7327f308d2b5 100644 --- a/x11-wm/e17-module-photo/pkg-plist +++ b/x11-wm/e17-module-photo/pkg-plist @@ -22,6 +22,9 @@ lib/enlightenment/modules/photo/images/photo_logo.png %%NLS%%lib/enlightenment/modules/photo/locale/eo/LC_MESSAGES/photo.mo %%NLS%%lib/enlightenment/modules/photo/locale/it/LC_MESSAGES/photo.mo %%NLS%%lib/enlightenment/modules/photo/locale/zh_CN/LC_MESSAGES/photo.mo +%%NLS%%lib/enlightenment/modules/photo/locale/sl/LC_MESSAGES/photo.mo +%%NLS%%@dirrm lib/enlightenment/modules/photo/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/photo/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/photo/locale/zh_CN/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/photo/locale/zh_CN %%NLS%%@dirrm lib/enlightenment/modules/photo/locale/it/LC_MESSAGES diff --git a/x11-wm/e17-module-places/Makefile b/x11-wm/e17-module-places/Makefile index 0486749aecc3..c2f6e5935400 100644 --- a/x11-wm/e17-module-places/Makefile +++ b/x11-wm/e17-module-places/Makefile @@ -6,10 +6,9 @@ # PORTNAME= places -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-places/distinfo b/x11-wm/e17-module-places/distinfo index e03ddb50f0a6..84d7eee15f51 100644 --- a/x11-wm/e17-module-places/distinfo +++ b/x11-wm/e17-module-places/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/places-20110129.tar.bz2) = f4f3e44059d49295b8104f5f485df4eb15b1e584ee69643454cff825c4488dc7 -SIZE (e17/places-20110129.tar.bz2) = 522957 +SHA256 (e17/places-20111128.tar.bz2) = dedc39cc9e769c087b25935a01b8cffdf845c478c81bade04b00f1978f89ab95 +SIZE (e17/places-20111128.tar.bz2) = 568787 diff --git a/x11-wm/e17-module-places/pkg-plist b/x11-wm/e17-module-places/pkg-plist index 8b983db2bf28..81adeae9cbc2 100644 --- a/x11-wm/e17-module-places/pkg-plist +++ b/x11-wm/e17-module-places/pkg-plist @@ -19,6 +19,15 @@ lib/enlightenment/modules/places/e-module-places.edj %%NLS%%lib/enlightenment/modules/places/locale/fr/LC_MESSAGES/places.mo %%NLS%%lib/enlightenment/modules/places/locale/lt/LC_MESSAGES/places.mo %%NLS%%lib/enlightenment/modules/places/locale/cs/LC_MESSAGES/places.mo +%%NLS%%lib/enlightenment/modules/places/locale/nl/LC_MESSAGES/places.mo +%%NLS%%lib/enlightenment/modules/places/locale/ar/LC_MESSAGES/places.mo +%%NLS%%lib/enlightenment/modules/places/locale/sl/LC_MESSAGES/places.mo +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/ar/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/ar +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/nl %%NLS%%@dirrm lib/enlightenment/modules/places/locale/cs/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/places/locale/cs %%NLS%%@dirrm lib/enlightenment/modules/places/locale/lt/LC_MESSAGES diff --git a/x11-wm/e17-module-quickaccess/Makefile b/x11-wm/e17-module-quickaccess/Makefile index 6a81c84b1806..382f7e582d57 100644 --- a/x11-wm/e17-module-quickaccess/Makefile +++ b/x11-wm/e17-module-quickaccess/Makefile @@ -6,10 +6,9 @@ # PORTNAME= quickaccess -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-quickaccess/distinfo b/x11-wm/e17-module-quickaccess/distinfo index 919daaef75d3..b2c88f0346e9 100644 --- a/x11-wm/e17-module-quickaccess/distinfo +++ b/x11-wm/e17-module-quickaccess/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/quickaccess-20110129.tar.bz2) = 443c8ee14f9f8ff8a68892c1e3d0336dcab41ce54af94b2e60b5ceabedc0e930 -SIZE (e17/quickaccess-20110129.tar.bz2) = 546301 +SHA256 (e17/quickaccess-20111128.tar.bz2) = 7f2538c8d50a3e74b97d28818c65d0bf45fbb943092857cb290e2e7f9f7e2201 +SIZE (e17/quickaccess-20111128.tar.bz2) = 559319 diff --git a/x11-wm/e17-module-rain/Makefile b/x11-wm/e17-module-rain/Makefile index d08f690a3540..69c22c690986 100644 --- a/x11-wm/e17-module-rain/Makefile +++ b/x11-wm/e17-module-rain/Makefile @@ -6,10 +6,9 @@ # PORTNAME= rain -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-rain/distinfo b/x11-wm/e17-module-rain/distinfo index f5d37a3c43f8..98e13ddfc531 100644 --- a/x11-wm/e17-module-rain/distinfo +++ b/x11-wm/e17-module-rain/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/rain-20110129.tar.bz2) = 542a258536d2556637be4ab20492db7ee1513ffe7c99888821b1195bcfe95df9 -SIZE (e17/rain-20110129.tar.bz2) = 570436 +SHA256 (e17/rain-20111128.tar.bz2) = 290c556e9780795ddb70c74d81c3eee9c7cec6e58ae270ba3f3d37d28be2384b +SIZE (e17/rain-20111128.tar.bz2) = 601389 diff --git a/x11-wm/e17-module-rain/pkg-plist b/x11-wm/e17-module-rain/pkg-plist index a4e0e3c45967..51a690e228ff 100644 --- a/x11-wm/e17-module-rain/pkg-plist +++ b/x11-wm/e17-module-rain/pkg-plist @@ -29,6 +29,9 @@ lib/enlightenment/modules/rain/drop-m.png %%NLS%%lib/enlightenment/modules/rain/locale/sk/LC_MESSAGES/rain.mo %%NLS%%lib/enlightenment/modules/rain/locale/zh_CN/LC_MESSAGES/rain.mo %%NLS%%lib/enlightenment/modules/rain/locale/tr/LC_MESSAGES/rain.mo +%%NLS%%lib/enlightenment/modules/rain/locale/sl/LC_MESSAGES/rain.mo +%%NLS%%@dirrm lib/enlightenment/modules/rain/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/rain/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/rain/locale/tr/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/rain/locale/tr %%NLS%%@dirrm lib/enlightenment/modules/rain/locale/zh_CN/LC_MESSAGES diff --git a/x11-wm/e17-module-screenshot/Makefile b/x11-wm/e17-module-screenshot/Makefile index 57138a663c62..a04dd2117f6c 100644 --- a/x11-wm/e17-module-screenshot/Makefile +++ b/x11-wm/e17-module-screenshot/Makefile @@ -6,10 +6,9 @@ # PORTNAME= screenshot -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-screenshot/distinfo b/x11-wm/e17-module-screenshot/distinfo index 33ed0e5f03bc..7a4da1bbf787 100644 --- a/x11-wm/e17-module-screenshot/distinfo +++ b/x11-wm/e17-module-screenshot/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/screenshot-20110129.tar.bz2) = 61231df44dd382d80e92b3cca97085813addec06844547ffd0459d890e43c1dc -SIZE (e17/screenshot-20110129.tar.bz2) = 534838 +SHA256 (e17/screenshot-20111128.tar.bz2) = a5570898aad3ce7163a33128a1093e5fc9c6f1430a752124ab1a9b2ae34d36ef +SIZE (e17/screenshot-20111128.tar.bz2) = 559492 diff --git a/x11-wm/e17-module-screenshot/pkg-plist b/x11-wm/e17-module-screenshot/pkg-plist index 53319bf74445..29ef2a05cb49 100644 --- a/x11-wm/e17-module-screenshot/pkg-plist +++ b/x11-wm/e17-module-screenshot/pkg-plist @@ -14,6 +14,12 @@ lib/enlightenment/modules/screenshot/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/screenshot/locale/uk/LC_MESSAGES/screenshot.mo %%NLS%%lib/enlightenment/modules/screenshot/locale/de/LC_MESSAGES/screenshot.mo %%NLS%%lib/enlightenment/modules/screenshot/locale/pt/LC_MESSAGES/screenshot.mo +%%NLS%%lib/enlightenment/modules/screenshot/locale/nl/LC_MESSAGES/screenshot.mo +%%NLS%%lib/enlightenment/modules/screenshot/locale/sl/LC_MESSAGES/screenshot.mo +%%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/nl %%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/de/LC_MESSAGES diff --git a/x11-wm/e17-module-slideshow/Makefile b/x11-wm/e17-module-slideshow/Makefile index 31ca49f1904e..0845e37cf785 100644 --- a/x11-wm/e17-module-slideshow/Makefile +++ b/x11-wm/e17-module-slideshow/Makefile @@ -6,10 +6,9 @@ # PORTNAME= slideshow -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-slideshow/distinfo b/x11-wm/e17-module-slideshow/distinfo index 48def1d162b3..32367854340a 100644 --- a/x11-wm/e17-module-slideshow/distinfo +++ b/x11-wm/e17-module-slideshow/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/slideshow-20110129.tar.bz2) = d46a95c0b0844823a98c125831ed8e2782380f5e80bf702b178eff0bc86b2513 -SIZE (e17/slideshow-20110129.tar.bz2) = 486891 +SHA256 (e17/slideshow-20111128.tar.bz2) = 551861f6715ae11980b90f14bff3fdc12d68f6cfecf3e60ac257694503599163 +SIZE (e17/slideshow-20111128.tar.bz2) = 512457 diff --git a/x11-wm/e17-module-slideshow/pkg-plist b/x11-wm/e17-module-slideshow/pkg-plist index a7ee170b9aaf..72951aa54721 100644 --- a/x11-wm/e17-module-slideshow/pkg-plist +++ b/x11-wm/e17-module-slideshow/pkg-plist @@ -28,6 +28,9 @@ lib/enlightenment/modules/slideshow/slideshow.edj %%NLS%%lib/enlightenment/modules/slideshow/locale/sk/LC_MESSAGES/slideshow.mo %%NLS%%lib/enlightenment/modules/slideshow/locale/eo/LC_MESSAGES/slideshow.mo %%NLS%%lib/enlightenment/modules/slideshow/locale/it/LC_MESSAGES/slideshow.mo +%%NLS%%lib/enlightenment/modules/slideshow/locale/sl/LC_MESSAGES/slideshow.mo +%%NLS%%@dirrm lib/enlightenment/modules/slideshow/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/slideshow/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/slideshow/locale/it/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/slideshow/locale/it %%NLS%%@dirrm lib/enlightenment/modules/slideshow/locale/eo/LC_MESSAGES diff --git a/x11-wm/e17-module-snow/Makefile b/x11-wm/e17-module-snow/Makefile index 83f147fe5f95..9d4419873cc0 100644 --- a/x11-wm/e17-module-snow/Makefile +++ b/x11-wm/e17-module-snow/Makefile @@ -6,10 +6,9 @@ # PORTNAME= snow -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-snow/distinfo b/x11-wm/e17-module-snow/distinfo index 540d666cc040..a71360ca64c0 100644 --- a/x11-wm/e17-module-snow/distinfo +++ b/x11-wm/e17-module-snow/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/snow-20110129.tar.bz2) = 573e26d20af0c7e4ef9419242b5e52e56f2a3f2b4d23e14e7ec7a630d6cd90d3 -SIZE (e17/snow-20110129.tar.bz2) = 496796 +SHA256 (e17/snow-20111128.tar.bz2) = a3243093922a22b7f6850af8b635eec6363d9a4c9633b54f590b1619cbf838c7 +SIZE (e17/snow-20111128.tar.bz2) = 511727 diff --git a/x11-wm/e17-module-snow/pkg-plist b/x11-wm/e17-module-snow/pkg-plist index 942184b8a0a0..6d3a8dfc545c 100644 --- a/x11-wm/e17-module-snow/pkg-plist +++ b/x11-wm/e17-module-snow/pkg-plist @@ -33,6 +33,9 @@ lib/enlightenment/modules/snow/module_icon.png %%NLS%%lib/enlightenment/modules/snow/locale/nb/LC_MESSAGES/snow.mo %%NLS%%lib/enlightenment/modules/snow/locale/bg/LC_MESSAGES/snow.mo %%NLS%%lib/enlightenment/modules/snow/locale/hr/LC_MESSAGES/snow.mo +%%NLS%%lib/enlightenment/modules/snow/locale/sl/LC_MESSAGES/snow.mo +%%NLS%%@dirrm lib/enlightenment/modules/snow/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/snow/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/snow/locale/hr/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/snow/locale/hr %%NLS%%@dirrm lib/enlightenment/modules/snow/locale/bg/LC_MESSAGES diff --git a/x11-wm/e17-module-taskbar/Makefile b/x11-wm/e17-module-taskbar/Makefile index c64894b9efe5..7f070a8e5937 100644 --- a/x11-wm/e17-module-taskbar/Makefile +++ b/x11-wm/e17-module-taskbar/Makefile @@ -6,10 +6,9 @@ # PORTNAME= taskbar -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-taskbar/distinfo b/x11-wm/e17-module-taskbar/distinfo index a92f3bb226e4..4202c9366223 100644 --- a/x11-wm/e17-module-taskbar/distinfo +++ b/x11-wm/e17-module-taskbar/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/taskbar-20110129.tar.bz2) = 3fc2d4efcdc774e610cb6132f4d318ee3812d44d1345da6ab9a5a12d26320b0c -SIZE (e17/taskbar-20110129.tar.bz2) = 504801 +SHA256 (e17/taskbar-20111128.tar.bz2) = e1b2aa1ce2c91164dca54575e3f3b051c91f77a04721aeb1d61c7de0f7265d3f +SIZE (e17/taskbar-20111128.tar.bz2) = 544891 diff --git a/x11-wm/e17-module-taskbar/pkg-plist b/x11-wm/e17-module-taskbar/pkg-plist index fd17300f2412..5891252dba16 100644 --- a/x11-wm/e17-module-taskbar/pkg-plist +++ b/x11-wm/e17-module-taskbar/pkg-plist @@ -31,6 +31,9 @@ lib/enlightenment/modules/taskbar/e-module-taskbar.edj %%NLS%%lib/enlightenment/modules/taskbar/locale/he/LC_MESSAGES/taskbar.mo %%NLS%%lib/enlightenment/modules/taskbar/locale/fr/LC_MESSAGES/taskbar.mo %%NLS%%lib/enlightenment/modules/taskbar/locale/nl/LC_MESSAGES/taskbar.mo +%%NLS%%lib/enlightenment/modules/taskbar/locale/sl/LC_MESSAGES/taskbar.mo +%%NLS%%@dirrm lib/enlightenment/modules/taskbar/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/taskbar/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/taskbar/locale/nl/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/taskbar/locale/nl %%NLS%%@dirrm lib/enlightenment/modules/taskbar/locale/fr/LC_MESSAGES diff --git a/x11-wm/e17-module-tclock/Makefile b/x11-wm/e17-module-tclock/Makefile index cc519b9d03bb..f014d61231d3 100644 --- a/x11-wm/e17-module-tclock/Makefile +++ b/x11-wm/e17-module-tclock/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tclock -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-tclock/distinfo b/x11-wm/e17-module-tclock/distinfo index afffffe860ae..30f66090e2f1 100644 --- a/x11-wm/e17-module-tclock/distinfo +++ b/x11-wm/e17-module-tclock/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/tclock-20110129.tar.bz2) = 7a1e09dc19b5f06fbc6a7d733e80787749bde75b9412839bf2f9ed0505bd012e -SIZE (e17/tclock-20110129.tar.bz2) = 475381 +SHA256 (e17/tclock-20111128.tar.bz2) = 15bff18aeac6034a3ddf963255c5f3f5f02bca747a1f64b9b480e466dd3d95a2 +SIZE (e17/tclock-20111128.tar.bz2) = 531351 diff --git a/x11-wm/e17-module-tclock/pkg-plist b/x11-wm/e17-module-tclock/pkg-plist index 23449e2237f5..5a99eadd9e3a 100644 --- a/x11-wm/e17-module-tclock/pkg-plist +++ b/x11-wm/e17-module-tclock/pkg-plist @@ -29,6 +29,9 @@ lib/enlightenment/modules/tclock/e-module-tclock.edj %%NLS%%lib/enlightenment/modules/tclock/locale/fi/LC_MESSAGES/tclock.mo %%NLS%%lib/enlightenment/modules/tclock/locale/pt/LC_MESSAGES/tclock.mo %%NLS%%lib/enlightenment/modules/tclock/locale/pt_BR/LC_MESSAGES/tclock.mo +%%NLS%%lib/enlightenment/modules/tclock/locale/sl/LC_MESSAGES/tclock.mo +%%NLS%%@dirrm lib/enlightenment/modules/tclock/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/tclock/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/tclock/locale/pt_BR/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/tclock/locale/pt_BR %%NLS%%@dirrm lib/enlightenment/modules/tclock/locale/pt/LC_MESSAGES diff --git a/x11-wm/e17-module-tiling/Makefile b/x11-wm/e17-module-tiling/Makefile index 208cf7f03d7d..9920419fb58f 100644 --- a/x11-wm/e17-module-tiling/Makefile +++ b/x11-wm/e17-module-tiling/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tiling -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-tiling/distinfo b/x11-wm/e17-module-tiling/distinfo index efc4fe81d276..03fa19912a39 100644 --- a/x11-wm/e17-module-tiling/distinfo +++ b/x11-wm/e17-module-tiling/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/tiling-20110129.tar.bz2) = f5e308e3f938b7858ee0cd138603d2ce2d6e9c1efffe596c1196e07098da3e68 -SIZE (e17/tiling-20110129.tar.bz2) = 504051 +SHA256 (e17/tiling-20111128.tar.bz2) = 326b6113d6b57d9ebffac7b51cd1c6116364a9df1d6779cb24bb1357b250ac5c +SIZE (e17/tiling-20111128.tar.bz2) = 528445 diff --git a/x11-wm/e17-module-tiling/pkg-plist b/x11-wm/e17-module-tiling/pkg-plist index 2378a138cb50..f74f63aabf81 100644 --- a/x11-wm/e17-module-tiling/pkg-plist +++ b/x11-wm/e17-module-tiling/pkg-plist @@ -24,6 +24,9 @@ lib/enlightenment/modules/tiling/e-module-tiling.edj %%NLS%%lib/enlightenment/modules/tiling/locale/es/LC_MESSAGES/tiling.mo %%NLS%%lib/enlightenment/modules/tiling/locale/hu/LC_MESSAGES/tiling.mo %%NLS%%lib/enlightenment/modules/tiling/locale/de/LC_MESSAGES/tiling.mo +%%NLS%%lib/enlightenment/modules/tiling/locale/sl/LC_MESSAGES/tiling.mo +%%NLS%%@dirrm lib/enlightenment/modules/tiling/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/tiling/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/tiling/locale/de/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/tiling/locale/de %%NLS%%@dirrm lib/enlightenment/modules/tiling/locale/hu/LC_MESSAGES diff --git a/x11-wm/e17-module-uptime/Makefile b/x11-wm/e17-module-uptime/Makefile index 7f7b2555d7a4..2b0b2ae10949 100644 --- a/x11-wm/e17-module-uptime/Makefile +++ b/x11-wm/e17-module-uptime/Makefile @@ -6,10 +6,9 @@ # PORTNAME= uptime -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-uptime/distinfo b/x11-wm/e17-module-uptime/distinfo index 700a5ca873ac..9fa002661a72 100644 --- a/x11-wm/e17-module-uptime/distinfo +++ b/x11-wm/e17-module-uptime/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/uptime-20110129.tar.bz2) = ad133063bcbd2cf1885184c0bdc490a0ec8ee330acb329af01a5f2d9aa395627 -SIZE (e17/uptime-20110129.tar.bz2) = 509214 +SHA256 (e17/uptime-20111128.tar.bz2) = 57c6df4756483ebc98a6fe92d7835489a5d44bb26999ba09d5978f5c8d1e2845 +SIZE (e17/uptime-20111128.tar.bz2) = 522099 diff --git a/x11-wm/e17-module-uptime/pkg-plist b/x11-wm/e17-module-uptime/pkg-plist index 50db1e021a16..fb6962b8d3df 100644 --- a/x11-wm/e17-module-uptime/pkg-plist +++ b/x11-wm/e17-module-uptime/pkg-plist @@ -26,6 +26,9 @@ lib/enlightenment/modules/uptime/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/uptime/locale/ja/LC_MESSAGES/uptime.mo %%NLS%%lib/enlightenment/modules/uptime/locale/uk/LC_MESSAGES/uptime.mo %%NLS%%lib/enlightenment/modules/uptime/locale/el/LC_MESSAGES/uptime.mo +%%NLS%%lib/enlightenment/modules/uptime/locale/sl/LC_MESSAGES/uptime.mo +%%NLS%%@dirrm lib/enlightenment/modules/uptime/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/uptime/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/uptime/locale/el/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/uptime/locale/el %%NLS%%@dirrm lib/enlightenment/modules/uptime/locale/uk/LC_MESSAGES diff --git a/x11-wm/e17-module-weather/Makefile b/x11-wm/e17-module-weather/Makefile index 80a23b7875f6..180eba3bdf4d 100644 --- a/x11-wm/e17-module-weather/Makefile +++ b/x11-wm/e17-module-weather/Makefile @@ -6,11 +6,10 @@ # PORTNAME= weather -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 PORTEPOCH= 1 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-weather/distinfo b/x11-wm/e17-module-weather/distinfo index 26122b8ac3b0..a27fd70dfb0d 100644 --- a/x11-wm/e17-module-weather/distinfo +++ b/x11-wm/e17-module-weather/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/weather-20110129.tar.bz2) = 0ee2bea2ca59112ec49d0effdc999ca5b42692971cae52b17716e67b5e6d7912 -SIZE (e17/weather-20110129.tar.bz2) = 1099235 +SHA256 (e17/weather-20111128.tar.bz2) = 651212c13ca584b0da750a45f337ac0018535bfac6697fbdfac8cc8d5204c0fe +SIZE (e17/weather-20111128.tar.bz2) = 1182627 diff --git a/x11-wm/e17-module-weather/pkg-plist b/x11-wm/e17-module-weather/pkg-plist index b07d5002a00a..2acc7442f472 100644 --- a/x11-wm/e17-module-weather/pkg-plist +++ b/x11-wm/e17-module-weather/pkg-plist @@ -92,6 +92,9 @@ lib/enlightenment/modules/weather/module.desktop %%NLS%%lib/enlightenment/modules/weather/locale/ca/LC_MESSAGES/weather.mo %%NLS%%lib/enlightenment/modules/weather/locale/tr/LC_MESSAGES/weather.mo %%NLS%%lib/enlightenment/modules/weather/locale/sk/LC_MESSAGES/weather.mo +%%NLS%%lib/enlightenment/modules/weather/locale/sl/LC_MESSAGES/weather.mo +%%NLS%%@dirrm lib/enlightenment/modules/weather/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/weather/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/weather/locale/sk/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/weather/locale/sk %%NLS%%@dirrm lib/enlightenment/modules/weather/locale/tr/LC_MESSAGES diff --git a/x11-wm/e17-module-winlist-ng/Makefile b/x11-wm/e17-module-winlist-ng/Makefile index 13a673892edf..5a353f33f44f 100644 --- a/x11-wm/e17-module-winlist-ng/Makefile +++ b/x11-wm/e17-module-winlist-ng/Makefile @@ -6,10 +6,9 @@ # PORTNAME= winlist-ng -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-winlist-ng/distinfo b/x11-wm/e17-module-winlist-ng/distinfo index f86d7b0acea7..d98794291467 100644 --- a/x11-wm/e17-module-winlist-ng/distinfo +++ b/x11-wm/e17-module-winlist-ng/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/winlist-ng-20110129.tar.bz2) = 63823925f3dc484329fac5360f5c036215b68b572c2934a09d876eaf40ed689d -SIZE (e17/winlist-ng-20110129.tar.bz2) = 561698 +SHA256 (e17/winlist-ng-20111128.tar.bz2) = e0117f1c9a522e43e0fcb99447f1769282ef314088d276e239c28fb3ee97dc09 +SIZE (e17/winlist-ng-20111128.tar.bz2) = 586299 diff --git a/x11-wm/e17-module-winselector/Makefile b/x11-wm/e17-module-winselector/Makefile index d74f25aa0c22..9de6e460bd09 100644 --- a/x11-wm/e17-module-winselector/Makefile +++ b/x11-wm/e17-module-winselector/Makefile @@ -7,10 +7,9 @@ # PORTNAME= winselector -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-winselector/distinfo b/x11-wm/e17-module-winselector/distinfo index 4a68f4617f1e..9ca3ffee4351 100644 --- a/x11-wm/e17-module-winselector/distinfo +++ b/x11-wm/e17-module-winselector/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/winselector-20110129.tar.bz2) = 6e6c2d605b7a517674a75b2f594f520fd0b950a32d6515bcb554e7bff84e7e94 -SIZE (e17/winselector-20110129.tar.bz2) = 370368 +SHA256 (e17/winselector-20111128.tar.bz2) = e325c3c77440f348d37bc4944125e339f954d99582dd304ec146f876bbf8bb77 +SIZE (e17/winselector-20111128.tar.bz2) = 404540 diff --git a/x11-wm/e17-module-wlan/Makefile b/x11-wm/e17-module-wlan/Makefile index 52e9dcf91ecb..d03405fd7919 100644 --- a/x11-wm/e17-module-wlan/Makefile +++ b/x11-wm/e17-module-wlan/Makefile @@ -6,10 +6,9 @@ # PORTNAME= wlan -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-wlan/distinfo b/x11-wm/e17-module-wlan/distinfo index da5ff25e4891..0e7e22dd0ae6 100644 --- a/x11-wm/e17-module-wlan/distinfo +++ b/x11-wm/e17-module-wlan/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/wlan-20110129.tar.bz2) = e6067317034cd187a0b791007af14fb3fe88321b005a93d3f7256b7043b44a05 -SIZE (e17/wlan-20110129.tar.bz2) = 514024 +SHA256 (e17/wlan-20111128.tar.bz2) = 84dff4a371abbc55512f1c6699e3328d586961f3bd9d28e845df5a9fb29d8f63 +SIZE (e17/wlan-20111128.tar.bz2) = 566954 diff --git a/x11-wm/e17-module-wlan/pkg-plist b/x11-wm/e17-module-wlan/pkg-plist index 56e37f058ab4..cad77c0778b3 100644 --- a/x11-wm/e17-module-wlan/pkg-plist +++ b/x11-wm/e17-module-wlan/pkg-plist @@ -31,6 +31,9 @@ lib/enlightenment/modules/wlan/module.desktop %%NLS%%lib/enlightenment/modules/wlan/locale/fi/LC_MESSAGES/wlan.mo %%NLS%%lib/enlightenment/modules/wlan/locale/id/LC_MESSAGES/wlan.mo %%NLS%%lib/enlightenment/modules/wlan/locale/ru/LC_MESSAGES/wlan.mo +%%NLS%%lib/enlightenment/modules/wlan/locale/sl/LC_MESSAGES/wlan.mo +%%NLS%%@dirrm lib/enlightenment/modules/wlan/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/wlan/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/wlan/locale/ru/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/wlan/locale/ru %%NLS%%@dirrm lib/enlightenment/modules/wlan/locale/id/LC_MESSAGES diff --git a/x11-wm/e17-module-xkbswitch/Makefile b/x11-wm/e17-module-xkbswitch/Makefile new file mode 100644 index 000000000000..c1144e47ab5a --- /dev/null +++ b/x11-wm/e17-module-xkbswitch/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-module-xkbswitch +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= xkbswitch +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= X keyboard switcher module for Enlightenment 0.17 + +LIB_DEPENDS= xkbfile.1:${PORTSDIR}/x11/libxkbfile +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 +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-xkbswitch/distinfo b/x11-wm/e17-module-xkbswitch/distinfo new file mode 100644 index 000000000000..f11cf6d8087a --- /dev/null +++ b/x11-wm/e17-module-xkbswitch/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/xkbswitch-20111128.tar.bz2) = 3f5dca1882f9f773f3ef5d83055cb7876987b76eda2267a1197081ea47f78b13 +SIZE (e17/xkbswitch-20111128.tar.bz2) = 677979 diff --git a/x11-wm/e17-module-xkbswitch/pkg-descr b/x11-wm/e17-module-xkbswitch/pkg-descr new file mode 100644 index 000000000000..bf4f228a1601 --- /dev/null +++ b/x11-wm/e17-module-xkbswitch/pkg-descr @@ -0,0 +1,4 @@ +X keyboard switcher module for Enlightenment 0.17. +Allows you to get a list of keyboard layouts and use some of them. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-xkbswitch/pkg-plist b/x11-wm/e17-module-xkbswitch/pkg-plist new file mode 100644 index 000000000000..fa86214ba296 --- /dev/null +++ b/x11-wm/e17-module-xkbswitch/pkg-plist @@ -0,0 +1,89 @@ +lib/enlightenment/modules/xkbswitch/module.desktop +lib/enlightenment/modules/xkbswitch/%%E17_ARCH%%/module.so +lib/enlightenment/modules/xkbswitch/e-module-xkbswitch.edj +lib/enlightenment/modules/xkbswitch/flags/mao_flag.png +lib/enlightenment/modules/xkbswitch/flags/uz_flag.png +lib/enlightenment/modules/xkbswitch/flags/pl_flag.png +lib/enlightenment/modules/xkbswitch/flags/af_flag.png +lib/enlightenment/modules/xkbswitch/flags/no_flag.png +lib/enlightenment/modules/xkbswitch/flags/kh_flag.png +lib/enlightenment/modules/xkbswitch/flags/kg_flag.png +lib/enlightenment/modules/xkbswitch/flags/lv_flag.png +lib/enlightenment/modules/xkbswitch/flags/ba_flag.png +lib/enlightenment/modules/xkbswitch/flags/pk_flag.png +lib/enlightenment/modules/xkbswitch/flags/tr_flag.png +lib/enlightenment/modules/xkbswitch/flags/ca_flag.png +lib/enlightenment/modules/xkbswitch/flags/mv_flag.png +lib/enlightenment/modules/xkbswitch/flags/cn_flag.png +lib/enlightenment/modules/xkbswitch/flags/fi_flag.png +lib/enlightenment/modules/xkbswitch/flags/epo_flag.png +lib/enlightenment/modules/xkbswitch/flags/ru_flag.png +lib/enlightenment/modules/xkbswitch/flags/sk_flag.png +lib/enlightenment/modules/xkbswitch/flags/rs_flag.png +lib/enlightenment/modules/xkbswitch/flags/tj_flag.png +lib/enlightenment/modules/xkbswitch/flags/mn_flag.png +lib/enlightenment/modules/xkbswitch/flags/fo_flag.png +lib/enlightenment/modules/xkbswitch/flags/bg_flag.png +lib/enlightenment/modules/xkbswitch/flags/by_flag.png +lib/enlightenment/modules/xkbswitch/flags/la_flag.png +lib/enlightenment/modules/xkbswitch/flags/unknown_flag.png +lib/enlightenment/modules/xkbswitch/flags/se_flag.png +lib/enlightenment/modules/xkbswitch/flags/jp_flag.png +lib/enlightenment/modules/xkbswitch/flags/us_flag.png +lib/enlightenment/modules/xkbswitch/flags/pt_flag.png +lib/enlightenment/modules/xkbswitch/flags/in_flag.png +lib/enlightenment/modules/xkbswitch/flags/gh_flag.png +lib/enlightenment/modules/xkbswitch/flags/is_flag.png +lib/enlightenment/modules/xkbswitch/flags/ua_flag.png +lib/enlightenment/modules/xkbswitch/flags/lt_flag.png +lib/enlightenment/modules/xkbswitch/flags/br_flag.png +lib/enlightenment/modules/xkbswitch/flags/mt_flag.png +lib/enlightenment/modules/xkbswitch/flags/si_flag.png +lib/enlightenment/modules/xkbswitch/flags/dk_flag.png +lib/enlightenment/modules/xkbswitch/flags/vn_flag.png +lib/enlightenment/modules/xkbswitch/flags/al_flag.png +lib/enlightenment/modules/xkbswitch/flags/fr_flag.png +lib/enlightenment/modules/xkbswitch/flags/cz_flag.png +lib/enlightenment/modules/xkbswitch/flags/mm_flag.png +lib/enlightenment/modules/xkbswitch/flags/gr_flag.png +lib/enlightenment/modules/xkbswitch/flags/ie_flag.png +lib/enlightenment/modules/xkbswitch/flags/it_flag.png +lib/enlightenment/modules/xkbswitch/flags/bd_flag.png +lib/enlightenment/modules/xkbswitch/flags/az_flag.png +lib/enlightenment/modules/xkbswitch/flags/ad_flag.png +lib/enlightenment/modules/xkbswitch/flags/ee_flag.png +lib/enlightenment/modules/xkbswitch/flags/sy_flag.png +lib/enlightenment/modules/xkbswitch/flags/de_flag.png +lib/enlightenment/modules/xkbswitch/flags/am_flag.png +lib/enlightenment/modules/xkbswitch/flags/ir_flag.png +lib/enlightenment/modules/xkbswitch/flags/ge_flag.png +lib/enlightenment/modules/xkbswitch/flags/il_flag.png +lib/enlightenment/modules/xkbswitch/flags/lk_flag.png +lib/enlightenment/modules/xkbswitch/flags/hr_flag.png +lib/enlightenment/modules/xkbswitch/flags/mk_flag.png +lib/enlightenment/modules/xkbswitch/flags/es_flag.png +lib/enlightenment/modules/xkbswitch/flags/ro_flag.png +lib/enlightenment/modules/xkbswitch/flags/kz_flag.png +lib/enlightenment/modules/xkbswitch/flags/nl_flag.png +lib/enlightenment/modules/xkbswitch/flags/hu_flag.png +lib/enlightenment/modules/xkbswitch/flags/za_flag.png +lib/enlightenment/modules/xkbswitch/flags/th_flag.png +lib/enlightenment/modules/xkbswitch/flags/gb_flag.png +lib/enlightenment/modules/xkbswitch/flags/ara_flag.png +lib/enlightenment/modules/xkbswitch/flags/bt_flag.png +lib/enlightenment/modules/xkbswitch/flags/be_flag.png +%%NLS%%lib/enlightenment/modules/xkbswitch/locale/pt/LC_MESSAGES/xkbswitch.mo +%%NLS%%lib/enlightenment/modules/xkbswitch/locale/it/LC_MESSAGES/xkbswitch.mo +%%NLS%%lib/enlightenment/modules/xkbswitch/locale/fr/LC_MESSAGES/xkbswitch.mo +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/fr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/fr +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/it/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale +@dirrm lib/enlightenment/modules/xkbswitch/flags +@dirrm lib/enlightenment/modules/xkbswitch/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/xkbswitch +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-modules/Makefile b/x11-wm/e17-modules/Makefile index 17ba90fbe822..11267456b351 100644 --- a/x11-wm/e17-modules/Makefile +++ b/x11-wm/e17-modules/Makefile @@ -6,8 +6,7 @@ # PORTNAME= e17-modules -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment MASTER_SITES= # Empty DISTFILES= # Empty @@ -19,17 +18,17 @@ NO_BUILD= yes WANT_EFL= yes E17_ARCH= freebsd${OSREL}-${ARCH} -MODULES= alarm calendar cpu deskshow diskio drawer \ - efm_nav efm_path efm_pathbar empris eooorg \ - everything-mpris everything-pidgin everything-places \ - everything-wallpaper everything-websearch exebuf execwatch \ - flame forecasts iiirk itask itask-ng language mail mem \ - moon mpdule net news notification penguins photo \ - places quickaccess rain screenshot slideshow snow taskbar \ - tclock tiling uptime weather winlist-ng winselector wlan +MODULES= alarm calendar comp-scale cpu deskshow diskio drawer e-tiling elfe empris eooorg \ + everything-aspell everything-mpris everything-pidgin everything-places \ + everything-shotgun everything-wallpaper everything-websearch exebuf execwatch \ + flame forecasts iiirk itask itask-ng language mail mem moon mpdule net news \ + penguins photo places quickaccess rain screenshot slideshow snow \ + taskbar tclock tiling uptime weather winlist-ng winselector wlan xkbswitch +COMP_SCALE_PATH= scale EVERYTHING_MPRIS_PATH= evry-mpris EVERYTHING_PIDGIN_PATH= evry-pidgin +EVERYTHING_SHOTGUN_PATH= evry-shotgun EVERYTHING_WEBSEARCH_PATH= evry-websearch .for M in ${MODULES} @@ -47,7 +46,7 @@ OPTIONS+= off . if !defined(${M:U:S,-,_,g}_PATH) ${M:U:S,-,_,g}_PATH= ${M} . endif -. if defined(WITH_${M:U:S,-,_,g}) +. if !defined(WITHOUT_${M:U:S,-,_,g}) RUN_DEPENDS+= ${LOCALBASE}/lib/enlightenment/modules/${${M:U:S,-,_,g}_PATH}/${E17_ARCH}/module.so:${PORTSDIR}/x11-wm/e17-module-${M} . endif .endfor diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index ae1d13e5612c..e43476553ff6 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -6,20 +6,20 @@ # PORTNAME= enlightenment -PORTVERSION= 0.16.999.55225 -PORTREVISION= 1 +PORTVERSION= 0.16.999.65643 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://download.enlightenment.org/snapshots/2010-12-03/ \ - http://files.roorback.net/e17/2010-12-03/base/ +MASTER_SITES= http://download.enlightenment.org/snapshots/2011-11-28/ \ + http://files.roorback.net/e17/base/ MAINTAINER= magik@roorback.net COMMENT= A very artistic X window manager +LICENSE= BSD + LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo -LICENSE= BSD -DIST_SUBDIR= e17 +DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina eet evas ecore edbus efreet edje libtool_hack librt_hack @@ -59,10 +59,4 @@ post-install: @${ECHO_MSG} 'set suid bit if do not trust all users of this machine.' @${ECHO_MSG} '********************************************************' -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000 -BROKEN= Does not build on sparc64-9 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-wm/enlightenment/distinfo b/x11-wm/enlightenment/distinfo index 2e5ab544cb35..a950a3abdeab 100644 --- a/x11-wm/enlightenment/distinfo +++ b/x11-wm/enlightenment/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/enlightenment-0.16.999.55225.tar.bz2) = a3f5b27a335110fd5c234b1355277fdcec15b3b2d60f643fd7936e67b32ac12f -SIZE (e17/enlightenment-0.16.999.55225.tar.bz2) = 5988716 +SHA256 (e17/enlightenment-0.16.999.65643.tar.bz2) = e1ec69ef24cd7e97f83ef7907e8eaddd801753b8d724bd006996b6d85f8cb2ed +SIZE (e17/enlightenment-0.16.999.65643.tar.bz2) = 6262847 diff --git a/x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in b/x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in new file mode 100644 index 000000000000..0f44758530c9 --- /dev/null +++ b/x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in @@ -0,0 +1,11 @@ +--- src/bin/e_fm/Makefile.in.orig 2011-11-28 12:06:04.000000000 +0100 ++++ src/bin/e_fm/Makefile.in 2012-04-01 23:36:50.502616507 +0200 +@@ -421,7 +421,7 @@ + ../e_user.c \ + ../e_sha1.c + +-enlightenment_fm_LDADD = @E_FM_LIBS@ ++enlightenment_fm_LDADD = @E_FM_LIBS@ -lehal -leukit + all: all-am + + .SUFFIXES: diff --git a/x11-wm/enlightenment/files/patch-src-modules-mixer-pa.c b/x11-wm/enlightenment/files/patch-src-modules-mixer-pa.c new file mode 100644 index 000000000000..ba10da646339 --- /dev/null +++ b/x11-wm/enlightenment/files/patch-src-modules-mixer-pa.c @@ -0,0 +1,10 @@ +--- src/modules/mixer/pa.c.orig 2012-04-01 23:52:05.418578586 +0200 ++++ src/modules/mixer/pa.c 2012-04-01 23:52:28.819577346 +0200 +@@ -350,7 +350,6 @@ + INF("connected to %s", ecore_con_server_name_get(ev->server)); + + conn->fd = dup(ecore_con_server_fd_get(ev->server)); +- setsockopt(conn->fd, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)); + setsockopt(conn->fd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)); + fcntl(conn->fd, F_SETFL, O_NONBLOCK | FD_CLOEXEC); + conn->fdh = ecore_main_fd_handler_add(conn->fd, ECORE_FD_WRITE, (Ecore_Fd_Cb)fdh_func, conn, NULL, NULL); diff --git a/x11-wm/enlightenment/pkg-plist b/x11-wm/enlightenment/pkg-plist index 1f041ae61472..669fdeb74fa9 100644 --- a/x11-wm/enlightenment/pkg-plist +++ b/x11-wm/enlightenment/pkg-plist @@ -3,12 +3,14 @@ bin/enlightenment_imc bin/enlightenment_remote bin/enlightenment_start %%ETCDIR%%/sysactions.conf +etc/xdg/menus/enlightenment.menu include/enlightenment/e.h include/enlightenment/e_about.h include/enlightenment/e_acpi.h include/enlightenment/e_actions.h include/enlightenment/e_alert.h include/enlightenment/e_atoms.h +include/enlightenment/e_backlight.h include/enlightenment/e_bg.h include/enlightenment/e_bindings.h include/enlightenment/e_border.h @@ -25,6 +27,7 @@ include/enlightenment/e_confirm_dialog.h include/enlightenment/e_container.h include/enlightenment/e_datastore.h include/enlightenment/e_desk.h +include/enlightenment/e_deskenv.h include/enlightenment/e_desklock.h include/enlightenment/e_dialog.h include/enlightenment/e_dnd.h @@ -33,6 +36,7 @@ include/enlightenment/e_eap_editor.h include/enlightenment/e_editable.h include/enlightenment/e_entry.h include/enlightenment/e_entry_dialog.h +include/enlightenment/e_env.h include/enlightenment/e_error.h include/enlightenment/e_exec.h include/enlightenment/e_exehist.h @@ -146,9 +150,13 @@ include/enlightenment/e_widget_toolbar.h include/enlightenment/e_widget_toolbook.h include/enlightenment/e_win.h include/enlightenment/e_xinerama.h +include/enlightenment/e_xsettings.h include/enlightenment/e_zone.h include/enlightenment/evry_api.h include/enlightenment/evry_types.h +lib/enlightenment/modules/backlight/e-module-backlight.edj +lib/enlightenment/modules/backlight/%%E17_ARCH%%/module.so +lib/enlightenment/modules/backlight/module.desktop lib/enlightenment/modules/battery/e-module-battery.edj lib/enlightenment/modules/battery/%%E17_ARCH%%/batget lib/enlightenment/modules/battery/%%E17_ARCH%%/module.so @@ -163,52 +171,20 @@ lib/enlightenment/modules/comp/shadow.edj lib/enlightenment/modules/conf/e-module-conf.edj lib/enlightenment/modules/conf/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf/module.desktop -lib/enlightenment/modules/conf_acpibindings/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_acpibindings/module.desktop +lib/enlightenment/modules/connman/e-module-connman.edj +lib/enlightenment/modules/connman/%%E17_ARCH%%/module.so +lib/enlightenment/modules/connman/module.desktop lib/enlightenment/modules/conf_applications/e-module-conf_applications.edj lib/enlightenment/modules/conf_applications/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_applications/module.desktop -lib/enlightenment/modules/conf_borders/e-module-conf_borders.edj -lib/enlightenment/modules/conf_borders/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_borders/module.desktop -lib/enlightenment/modules/conf_clientlist/e-module-conf_clientlist.edj -lib/enlightenment/modules/conf_clientlist/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_clientlist/module.desktop -lib/enlightenment/modules/conf_colors/e-module-conf_colors.edj -lib/enlightenment/modules/conf_colors/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_colors/module.desktop -lib/enlightenment/modules/conf_desk/e-module-conf_desk.edj -lib/enlightenment/modules/conf_desk/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_desk/module.desktop -lib/enlightenment/modules/conf_desklock/e-module-conf_desklock.edj -lib/enlightenment/modules/conf_desklock/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_desklock/module.desktop -lib/enlightenment/modules/conf_desks/e-module-conf_desks.edj -lib/enlightenment/modules/conf_desks/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_desks/module.desktop lib/enlightenment/modules/conf_dialogs/e-module-conf_dialogs.edj lib/enlightenment/modules/conf_dialogs/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_dialogs/module.desktop -lib/enlightenment/modules/conf_display/e-module-conf_display.edj lib/enlightenment/modules/conf_display/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_display/module.desktop -lib/enlightenment/modules/conf_dpms/e-module-conf_dpms.edj -lib/enlightenment/modules/conf_dpms/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_dpms/module.desktop lib/enlightenment/modules/conf_edgebindings/e-module-conf_edgebindings.edj lib/enlightenment/modules/conf_edgebindings/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_edgebindings/module.desktop -lib/enlightenment/modules/conf_engine/e-module-conf_engine.edj -lib/enlightenment/modules/conf_engine/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_engine/module.desktop -lib/enlightenment/modules/conf_fonts/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_fonts/module.desktop -lib/enlightenment/modules/conf_icon_theme/e-module-conf_icon_theme.edj -lib/enlightenment/modules/conf_icon_theme/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_icon_theme/module.desktop -lib/enlightenment/modules/conf_imc/e-module-conf_imc.edj -lib/enlightenment/modules/conf_imc/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_imc/module.desktop lib/enlightenment/modules/conf_interaction/e-module-conf_interaction.edj lib/enlightenment/modules/conf_interaction/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_interaction/module.desktop @@ -220,65 +196,28 @@ lib/enlightenment/modules/conf_keybindings/module.desktop lib/enlightenment/modules/conf_menus/e-module-conf_menus.edj lib/enlightenment/modules/conf_menus/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_menus/module.desktop -lib/enlightenment/modules/conf_mime/e-module-conf_mime.edj -lib/enlightenment/modules/conf_mime/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_mime/module.desktop -lib/enlightenment/modules/conf_mouse/e-module-conf_mouse.edj -lib/enlightenment/modules/conf_mouse/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_mouse/module.desktop -lib/enlightenment/modules/conf_mouse_cursor/e-module-conf_mouse_cursor.edj -lib/enlightenment/modules/conf_mouse_cursor/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_mouse_cursor/module.desktop -lib/enlightenment/modules/conf_mousebindings/e-module-conf_mousebindings.edj -lib/enlightenment/modules/conf_mousebindings/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_mousebindings/module.desktop lib/enlightenment/modules/conf_paths/e-module-conf_paths.edj lib/enlightenment/modules/conf_paths/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_paths/module.desktop lib/enlightenment/modules/conf_performance/e-module-conf_performance.edj lib/enlightenment/modules/conf_performance/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_performance/module.desktop -lib/enlightenment/modules/conf_profiles/e-module-conf_profiles.edj -lib/enlightenment/modules/conf_profiles/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_profiles/module.desktop -lib/enlightenment/modules/conf_scale/e-module-conf_scale.edj -lib/enlightenment/modules/conf_scale/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_scale/module.desktop -lib/enlightenment/modules/conf_screensaver/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_screensaver/module.desktop +lib/enlightenment/modules/conf_randr/e-module-conf_randr.edj +lib/enlightenment/modules/conf_randr/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_randr/module.desktop lib/enlightenment/modules/conf_shelves/e-module-conf_shelves.edj lib/enlightenment/modules/conf_shelves/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_shelves/module.desktop -lib/enlightenment/modules/conf_startup/e-module-conf_startup.edj -lib/enlightenment/modules/conf_startup/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_startup/module.desktop lib/enlightenment/modules/conf_theme/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_theme/module.desktop -lib/enlightenment/modules/conf_transitions/e-module-conf_transitions.edj -lib/enlightenment/modules/conf_transitions/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_transitions/module.desktop -lib/enlightenment/modules/conf_wallpaper/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_wallpaper/module.desktop lib/enlightenment/modules/conf_wallpaper2/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_wallpaper2/module.desktop -lib/enlightenment/modules/conf_window_display/e-module-conf_window_display.edj -lib/enlightenment/modules/conf_window_display/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_window_display/module.desktop -lib/enlightenment/modules/conf_window_focus/e-module-conf_window_focus.edj -lib/enlightenment/modules/conf_window_focus/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_window_focus/module.desktop lib/enlightenment/modules/conf_window_manipulation/e-module-conf_winmanip.edj lib/enlightenment/modules/conf_window_manipulation/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_window_manipulation/module.desktop lib/enlightenment/modules/conf_window_remembers/e-module-conf_window_remembers.edj lib/enlightenment/modules/conf_window_remembers/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_window_remembers/module.desktop -lib/enlightenment/modules/conf_winlist/e-module-conf_winlist.edj -lib/enlightenment/modules/conf_winlist/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_winlist/module.desktop -lib/enlightenment/modules/connman/e-module-connman.edj -lib/enlightenment/modules/connman/%%E17_ARCH%%/module.so -lib/enlightenment/modules/connman/module.desktop lib/enlightenment/modules/cpufreq/e-module-cpufreq.edj lib/enlightenment/modules/cpufreq/%%E17_ARCH%%/freqset lib/enlightenment/modules/cpufreq/%%E17_ARCH%%/module.so @@ -286,20 +225,8 @@ lib/enlightenment/modules/cpufreq/module.desktop lib/enlightenment/modules/dropshadow/e-module-dropshadow.edj lib/enlightenment/modules/dropshadow/%%E17_ARCH%%/module.so lib/enlightenment/modules/dropshadow/module.desktop -lib/enlightenment/modules/everything-apps/e-module.edj -lib/enlightenment/modules/everything-apps/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-apps/module.desktop -lib/enlightenment/modules/everything-aspell/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-aspell/module.desktop -lib/enlightenment/modules/everything-calc/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-calc/module.desktop -lib/enlightenment/modules/everything-files/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-files/module.desktop -lib/enlightenment/modules/everything-settings/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-settings/module.desktop -lib/enlightenment/modules/everything-windows/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-windows/module.desktop lib/enlightenment/modules/everything/e-module-everything.edj +lib/enlightenment/modules/everything/e-module-everything-start.edj lib/enlightenment/modules/everything/%%E17_ARCH%%/module.so lib/enlightenment/modules/everything/module.desktop lib/enlightenment/modules/fileman/e-module-fileman.edj @@ -317,27 +244,6 @@ lib/enlightenment/modules/ibar/module.desktop lib/enlightenment/modules/ibox/e-module-ibox.edj lib/enlightenment/modules/ibox/%%E17_ARCH%%/module.so lib/enlightenment/modules/ibox/module.desktop -lib/enlightenment/modules/illume/keyboards/Default.kbd -lib/enlightenment/modules/illume/keyboards/numeric.png -lib/enlightenment/modules/illume/keyboards/Numbers.kbd -lib/enlightenment/modules/illume/keyboards/up.png -lib/enlightenment/modules/illume/keyboards/enter.png -lib/enlightenment/modules/illume/keyboards/ignore_built_in_keyboards -lib/enlightenment/modules/illume/keyboards/right.png -lib/enlightenment/modules/illume/keyboards/Terminal.kbd -lib/enlightenment/modules/illume/keyboards/qwerty.png -lib/enlightenment/modules/illume/keyboards/shift.png -lib/enlightenment/modules/illume/keyboards/tab.png -lib/enlightenment/modules/illume/keyboards/alpha.png -lib/enlightenment/modules/illume/keyboards/left.png -lib/enlightenment/modules/illume/keyboards/down.png -lib/enlightenment/modules/illume/keyboards/backspace.png -lib/enlightenment/modules/illume/e-module-illume.edj -lib/enlightenment/modules/illume/dicts/English_(US).dic -lib/enlightenment/modules/illume/dicts/English_(US)_Small.dic -lib/enlightenment/modules/illume/module.desktop -lib/enlightenment/modules/illume/%%E17_ARCH%%/module.so -lib/enlightenment/modules/illume/%%E17_ARCH%%/wifiget lib/enlightenment/modules/illume-bluetooth/e-module-illume-bluetooth.edj lib/enlightenment/modules/illume-bluetooth/%%E17_ARCH%%/module.so lib/enlightenment/modules/illume-bluetooth/module.desktop @@ -384,18 +290,25 @@ lib/enlightenment/modules/illume2/%%E17_ARCH%%/module.so lib/enlightenment/modules/illume2/keyboards/ignore_built_in_keyboards lib/enlightenment/modules/illume2/module.desktop lib/enlightenment/modules/illume2/policies/illume.so +lib/enlightenment/modules/illume2/policies/tablet.so lib/enlightenment/modules/mixer/e-module-mixer.edj lib/enlightenment/modules/mixer/%%E17_ARCH%%/module.so lib/enlightenment/modules/mixer/module.desktop lib/enlightenment/modules/msgbus/e-module-msgbus.edj lib/enlightenment/modules/msgbus/%%E17_ARCH%%/module.so lib/enlightenment/modules/msgbus/module.desktop +lib/enlightenment/modules/notification/e-module-notification.edj +lib/enlightenment/modules/notification/%%E17_ARCH%%/module.so +lib/enlightenment/modules/notification/module.desktop lib/enlightenment/modules/ofono/e-module-ofono.edj lib/enlightenment/modules/ofono/%%E17_ARCH%%/module.so lib/enlightenment/modules/ofono/module.desktop lib/enlightenment/modules/pager/e-module-pager.edj lib/enlightenment/modules/pager/%%E17_ARCH%%/module.so lib/enlightenment/modules/pager/module.desktop +lib/enlightenment/modules/shot/e-module-shot.edj +lib/enlightenment/modules/shot/%%E17_ARCH%%/module.so +lib/enlightenment/modules/shot/module.desktop lib/enlightenment/modules/start/e-module-start.edj lib/enlightenment/modules/start/%%E17_ARCH%%/module.so lib/enlightenment/modules/start/module.desktop @@ -405,6 +318,9 @@ lib/enlightenment/modules/syscon/module.desktop lib/enlightenment/modules/systray/e-module-systray.edj lib/enlightenment/modules/systray/%%E17_ARCH%%/module.so lib/enlightenment/modules/systray/module.desktop +lib/enlightenment/modules/tasks/e-module-tasks.edj +lib/enlightenment/modules/tasks/%%E17_ARCH%%/module.so +lib/enlightenment/modules/tasks/module.desktop lib/enlightenment/modules/temperature/e-module-temperature.edj lib/enlightenment/modules/temperature/%%E17_ARCH%%/module.so lib/enlightenment/modules/temperature/%%E17_ARCH%%/tempget @@ -412,15 +328,38 @@ lib/enlightenment/modules/temperature/module.desktop lib/enlightenment/modules/winlist/e-module-winlist.edj lib/enlightenment/modules/winlist/%%E17_ARCH%%/module.so lib/enlightenment/modules/winlist/module.desktop +lib/enlightenment/modules/wizard/def-ibar.txt lib/enlightenment/modules/wizard/%%E17_ARCH%%/module.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_000.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_010.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_020.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_030.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_040.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_050.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_060.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_070.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_080.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_090.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_100.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_110.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_120.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_130.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_140.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_150.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_160.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_200.so +lib/enlightenment/modules/wizard/extra_desktops/mplayer.desktop +lib/enlightenment/modules/wizard/extra_desktops/xterm.desktop +lib/enlightenment/modules/wizard/desktop/home.desktop +lib/enlightenment/modules/wizard/desktop/root.desktop +lib/enlightenment/modules/wizard/desktop/tmp.desktop +lib/enlightenment/modules/wizard/favorites/.order +lib/enlightenment/modules/wizard/favorites/desktop.desktop +lib/enlightenment/modules/wizard/favorites/home.desktop +lib/enlightenment/modules/wizard/favorites/root.desktop +lib/enlightenment/modules/wizard/favorites/tmp.desktop lib/enlightenment/preload/e_precache.so +lib/enlightenment/utils/enlightenment_alert lib/enlightenment/utils/enlightenment_fm lib/enlightenment/utils/enlightenment_fm_op lib/enlightenment/utils/enlightenment_init @@ -435,62 +374,17 @@ libdata/pkgconfig/everything.pc %%DATADIR%%/data/config/default/e.cfg %%DATADIR%%/data/config/default/icon.png %%DATADIR%%/data/config/default/profile.desktop -%%DATADIR%%/data/config/illume-home/e.cfg -%%DATADIR%%/data/config/illume-home/icon.png -%%DATADIR%%/data/config/illume-home/module.battery.cfg -%%DATADIR%%/data/config/illume-home/module.conf.cfg -%%DATADIR%%/data/config/illume-home/module.illume-home.cfg -%%DATADIR%%/data/config/illume-home/module.illume-indicator.cfg -%%DATADIR%%/data/config/illume-home/module.illume-keyboard.cfg -%%DATADIR%%/data/config/illume-home/module.illume-softkey.cfg -%%DATADIR%%/data/config/illume-home/module.illume2.cfg -%%DATADIR%%/data/config/illume-home/profile.desktop %%DATADIR%%/data/config/illume/e.cfg %%DATADIR%%/data/config/illume/icon.png %%DATADIR%%/data/config/illume/module.battery.cfg %%DATADIR%%/data/config/illume/module.conf.cfg -%%DATADIR%%/data/config/illume/module.dropshadow.cfg -%%DATADIR%%/data/config/illume/module.illume.cfg -%%DATADIR%%/data/config/illume/module.mixer.cfg -%%DATADIR%%/data/config/illume/module.pager.cfg +%%DATADIR%%/data/config/illume/module.illume-home.cfg +%%DATADIR%%/data/config/illume/module.illume-keyboard.cfg +%%DATADIR%%/data/config/illume/module.illume-indicator.cfg +%%DATADIR%%/data/config/illume/module.illume-softkey.cfg +%%DATADIR%%/data/config/illume/module.illume2.cfg %%DATADIR%%/data/config/illume/profile.desktop -%%DATADIR%%/data/config/minimalist/e.cfg -%%DATADIR%%/data/config/minimalist/icon.png -%%DATADIR%%/data/config/minimalist/module.battery.cfg -%%DATADIR%%/data/config/minimalist/module.conf.cfg -%%DATADIR%%/data/config/minimalist/module.cpufreq.cfg -%%DATADIR%%/data/config/minimalist/module.dropshadow.cfg -%%DATADIR%%/data/config/minimalist/module.fileman.cfg -%%DATADIR%%/data/config/minimalist/module.ibar.cfg -%%DATADIR%%/data/config/minimalist/module.ibox.cfg -%%DATADIR%%/data/config/minimalist/module.pager.cfg -%%DATADIR%%/data/config/minimalist/module.temperature.cfg -%%DATADIR%%/data/config/minimalist/profile.desktop -%%DATADIR%%/data/config/netbook/e.cfg -%%DATADIR%%/data/config/netbook/icon.png -%%DATADIR%%/data/config/netbook/module.battery.cfg -%%DATADIR%%/data/config/netbook/module.conf.cfg -%%DATADIR%%/data/config/netbook/module.cpufreq.cfg -%%DATADIR%%/data/config/netbook/module.dropshadow.cfg -%%DATADIR%%/data/config/netbook/module.fileman.cfg -%%DATADIR%%/data/config/netbook/module.ibar.cfg -%%DATADIR%%/data/config/netbook/module.ibox.cfg -%%DATADIR%%/data/config/netbook/module.pager.cfg -%%DATADIR%%/data/config/netbook/module.temperature.cfg -%%DATADIR%%/data/config/netbook/profile.desktop %%DATADIR%%/data/config/profile.cfg -%%DATADIR%%/data/config/scaleable/e.cfg -%%DATADIR%%/data/config/scaleable/icon.png -%%DATADIR%%/data/config/scaleable/module.battery.cfg -%%DATADIR%%/data/config/scaleable/module.conf.cfg -%%DATADIR%%/data/config/scaleable/module.cpufreq.cfg -%%DATADIR%%/data/config/scaleable/module.dropshadow.cfg -%%DATADIR%%/data/config/scaleable/module.fileman.cfg -%%DATADIR%%/data/config/scaleable/module.ibar.cfg -%%DATADIR%%/data/config/scaleable/module.ibox.cfg -%%DATADIR%%/data/config/scaleable/module.pager.cfg -%%DATADIR%%/data/config/scaleable/module.temperature.cfg -%%DATADIR%%/data/config/scaleable/profile.desktop %%DATADIR%%/data/config/standard/e.cfg %%DATADIR%%/data/config/standard/icon.png %%DATADIR%%/data/config/standard/module.battery.cfg @@ -536,20 +430,18 @@ libdata/pkgconfig/everything.pc %%DATADIR%%/data/images/lang-sl_SI.png %%DATADIR%%/data/images/lang-sv_SE.png %%DATADIR%%/data/images/lang-zh_CN.png +%%DATADIR%%/data/images/lang-zh_HK.png %%DATADIR%%/data/images/lang-zh_TW.png +%%DATADIR%%/data/images/lang-system.png %%DATADIR%%/data/images/test.edj %%DATADIR%%/data/images/test.jpg %%DATADIR%%/data/images/test.png %%DATADIR%%/data/images/test.svg +%%DATADIR%%/data/input_methods/ibus.imc %%DATADIR%%/data/input_methods/iiimf.imc %%DATADIR%%/data/input_methods/scim.imc %%DATADIR%%/data/input_methods/uim.imc -%%DATADIR%%/data/other/desktop_files.tar.gz -%%DATADIR%%/data/other/desktop_order.tar.gz -%%DATADIR%%/data/other/efm_favorites.tar.gz -%%DATADIR%%/data/other/icon_example.tar.gz %%DATADIR%%/data/themes/default.edj -%%DATADIR%%/data/themes/illume.edj %%DATADIR%%/doc/FDO.txt %%DATADIR%%/doc/cache.txt %%DATADIR%%/doc/documentation.html @@ -595,26 +487,89 @@ share/xsessions/enlightenment.desktop %%NLS%%share/locale/uk/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/enlightenment.mo +%%NLS%%@dirrmtry share/locale/ar/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ar +%%NLS%%@dirrmtry share/locale/bg/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/bg +%%NLS%%@dirrmtry share/locale/ca/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ca +%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/cs +%%NLS%%@dirrmtry share/locale/da/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/da +%%NLS%%@dirrmtry share/locale/de/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/de +%%NLS%%@dirrmtry share/locale/el/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/el +%%NLS%%@dirrmtry share/locale/eo/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/eo +%%NLS%%@dirrmtry share/locale/es/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/es +%%NLS%%@dirrmtry share/locale/et/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/et +%%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fi %%NLS%%@dirrmtry share/locale/fo/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fo +%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fr %%NLS%%@dirrmtry share/locale/fr_CH/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fr_CH +%%NLS%%@dirrmtry share/locale/he/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/he +%%NLS%%@dirrmtry share/locale/hr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/hr +%%NLS%%@dirrmtry share/locale/hu/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/hu +%%NLS%%@dirrmtry share/locale/it/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/it +%%NLS%%@dirrmtry share/locale/ja/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ja %%NLS%%@dirrmtry share/locale/km/LC_MESSAGES %%NLS%%@dirrmtry share/locale/km +%%NLS%%@dirrmtry share/locale/ko/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ko %%NLS%%@dirrmtry share/locale/ku/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ku +%%NLS%%@dirrmtry share/locale/lt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/lt +%%NLS%%@dirrmtry share/locale/ms/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ms +%%NLS%%@dirrmtry share/locale/nb/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nb +%%NLS%%@dirrmtry share/locale/nl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nl +%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pl +%%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pt +%%NLS%%@dirrmtry share/locale/pt_BR/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pt_BR +%%NLS%%@dirrmtry share/locale/ro/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ro +%%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ru +%%NLS%%@dirrmtry share/locale/sk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sk +%%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sl +%%NLS%%@dirrmtry share/locale/sv/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sv +%%NLS%%@dirrmtry share/locale/tr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/tr +%%NLS%%@dirrmtry share/locale/uk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/uk +%%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/zh_CN +%%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/zh_TW @dirrmtry share/xsessions @dirrm %%DATADIR%%/doc @dirrm %%DATADIR%%/data/themes -@dirrm %%DATADIR%%/data/other @dirrm %%DATADIR%%/data/input_methods @dirrm %%DATADIR%%/data/images @dirrm %%DATADIR%%/data/icons @dirrm %%DATADIR%%/data/config/standard -@dirrm %%DATADIR%%/data/config/scaleable -@dirrm %%DATADIR%%/data/config/netbook -@dirrm %%DATADIR%%/data/config/minimalist -@dirrm %%DATADIR%%/data/config/illume-home @dirrm %%DATADIR%%/data/config/illume @dirrm %%DATADIR%%/data/config/default @dirrm %%DATADIR%%/data/config @@ -623,22 +578,31 @@ share/xsessions/enlightenment.desktop @dirrm %%DATADIR%% @dirrm lib/enlightenment/utils @dirrm lib/enlightenment/preload +@dirrm lib/enlightenment/modules/wizard/favorites +@dirrm lib/enlightenment/modules/wizard/desktop +@dirrm lib/enlightenment/modules/wizard/extra_desktops @dirrm lib/enlightenment/modules/wizard/%%E17_ARCH%% @dirrm lib/enlightenment/modules/wizard @dirrm lib/enlightenment/modules/winlist/%%E17_ARCH%% @dirrm lib/enlightenment/modules/winlist @dirrm lib/enlightenment/modules/temperature/%%E17_ARCH%% @dirrm lib/enlightenment/modules/temperature +@dirrm lib/enlightenment/modules/tasks/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/tasks @dirrm lib/enlightenment/modules/systray/%%E17_ARCH%% @dirrm lib/enlightenment/modules/systray @dirrm lib/enlightenment/modules/syscon/%%E17_ARCH%% @dirrm lib/enlightenment/modules/syscon @dirrm lib/enlightenment/modules/start/%%E17_ARCH%% @dirrm lib/enlightenment/modules/start +@dirrm lib/enlightenment/modules/shot/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/shot @dirrm lib/enlightenment/modules/pager/%%E17_ARCH%% @dirrm lib/enlightenment/modules/pager @dirrm lib/enlightenment/modules/ofono/%%E17_ARCH%% @dirrm lib/enlightenment/modules/ofono +@dirrm lib/enlightenment/modules/notification/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/notification @dirrm lib/enlightenment/modules/msgbus/%%E17_ARCH%% @dirrm lib/enlightenment/modules/msgbus @dirrm lib/enlightenment/modules/mixer/%%E17_ARCH%% @@ -665,10 +629,6 @@ share/xsessions/enlightenment.desktop @dirrm lib/enlightenment/modules/illume-home-toggle @dirrm lib/enlightenment/modules/illume-bluetooth/%%E17_ARCH%% @dirrm lib/enlightenment/modules/illume-bluetooth -@dirrm lib/enlightenment/modules/illume/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/illume/dicts -@dirrm lib/enlightenment/modules/illume/keyboards -@dirrm lib/enlightenment/modules/illume @dirrm lib/enlightenment/modules/ibox/%%E17_ARCH%% @dirrm lib/enlightenment/modules/ibox @dirrm lib/enlightenment/modules/ibar/%%E17_ARCH%% @@ -681,64 +641,26 @@ share/xsessions/enlightenment.desktop @dirrm lib/enlightenment/modules/fileman @dirrm lib/enlightenment/modules/everything/%%E17_ARCH%% @dirrm lib/enlightenment/modules/everything -@dirrm lib/enlightenment/modules/everything-windows/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-windows -@dirrm lib/enlightenment/modules/everything-settings/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-settings -@dirrm lib/enlightenment/modules/everything-files/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-files -@dirrm lib/enlightenment/modules/everything-calc/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-calc -@dirrm lib/enlightenment/modules/everything-aspell/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-aspell -@dirrm lib/enlightenment/modules/everything-apps/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-apps @dirrm lib/enlightenment/modules/dropshadow/%%E17_ARCH%% @dirrm lib/enlightenment/modules/dropshadow @dirrm lib/enlightenment/modules/cpufreq/%%E17_ARCH%% @dirrm lib/enlightenment/modules/cpufreq -@dirrm lib/enlightenment/modules/connman/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/connman -@dirrm lib/enlightenment/modules/conf_winlist/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_winlist @dirrm lib/enlightenment/modules/conf_window_remembers/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_window_remembers @dirrm lib/enlightenment/modules/conf_window_manipulation/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_window_manipulation -@dirrm lib/enlightenment/modules/conf_window_focus/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_window_focus -@dirrm lib/enlightenment/modules/conf_window_display/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_window_display @dirrm lib/enlightenment/modules/conf_wallpaper2/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_wallpaper2 -@dirrm lib/enlightenment/modules/conf_wallpaper/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_wallpaper -@dirrm lib/enlightenment/modules/conf_transitions/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_transitions @dirrm lib/enlightenment/modules/conf_theme/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_theme -@dirrm lib/enlightenment/modules/conf_startup/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_startup @dirrm lib/enlightenment/modules/conf_shelves/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_shelves -@dirrm lib/enlightenment/modules/conf_screensaver/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_screensaver -@dirrm lib/enlightenment/modules/conf_scale/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_scale -@dirrm lib/enlightenment/modules/conf_profiles/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_profiles +@dirrm lib/enlightenment/modules/conf_randr/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_randr @dirrm lib/enlightenment/modules/conf_performance/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_performance @dirrm lib/enlightenment/modules/conf_paths/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_paths -@dirrm lib/enlightenment/modules/conf_mousebindings/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_mousebindings -@dirrm lib/enlightenment/modules/conf_mouse_cursor/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_mouse_cursor -@dirrm lib/enlightenment/modules/conf_mouse/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_mouse -@dirrm lib/enlightenment/modules/conf_mime/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_mime @dirrm lib/enlightenment/modules/conf_menus/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_menus @dirrm lib/enlightenment/modules/conf_keybindings/%%E17_ARCH%% @@ -747,47 +669,29 @@ share/xsessions/enlightenment.desktop @dirrm lib/enlightenment/modules/conf_intl @dirrm lib/enlightenment/modules/conf_interaction/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_interaction -@dirrm lib/enlightenment/modules/conf_imc/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_imc -@dirrm lib/enlightenment/modules/conf_icon_theme/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_icon_theme -@dirrm lib/enlightenment/modules/conf_fonts/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_fonts -@dirrm lib/enlightenment/modules/conf_engine/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_engine @dirrm lib/enlightenment/modules/conf_edgebindings/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_edgebindings -@dirrm lib/enlightenment/modules/conf_dpms/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_dpms @dirrm lib/enlightenment/modules/conf_display/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_display @dirrm lib/enlightenment/modules/conf_dialogs/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_dialogs -@dirrm lib/enlightenment/modules/conf_desks/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_desks -@dirrm lib/enlightenment/modules/conf_desklock/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_desklock -@dirrm lib/enlightenment/modules/conf_desk/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_desk -@dirrm lib/enlightenment/modules/conf_colors/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_colors -@dirrm lib/enlightenment/modules/conf_clientlist/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_clientlist -@dirrm lib/enlightenment/modules/conf_borders/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_borders @dirrm lib/enlightenment/modules/conf_applications/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_applications -@dirrm lib/enlightenment/modules/conf_acpibindings/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_acpibindings @dirrm lib/enlightenment/modules/conf/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf +@dirrm lib/enlightenment/modules/connman/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/connman @dirrm lib/enlightenment/modules/comp/%%E17_ARCH%% @dirrm lib/enlightenment/modules/comp @dirrm lib/enlightenment/modules/clock/%%E17_ARCH%% @dirrm lib/enlightenment/modules/clock @dirrm lib/enlightenment/modules/battery/%%E17_ARCH%% @dirrm lib/enlightenment/modules/battery +@dirrm lib/enlightenment/modules/backlight/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/backlight @dirrm lib/enlightenment/modules @dirrm lib/enlightenment @dirrm include/enlightenment +@dirrmtry etc/xdg/menus +@dirrmtry etc/xdg @dirrm %%ETCDIR%% |