aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-06-26 17:36:30 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-06-26 17:36:30 +0000
commitb9eaf394330b28c95aff1aed37c4e9c7269123a4 (patch)
treec7d813040107a076d3b35f3a2eefbed1462e4ed4 /x11-toolkits
parent2cce93719ddda5af2198b65d659b27535350e329 (diff)
downloadports-b9eaf394330b28c95aff1aed37c4e9c7269123a4.tar.gz
ports-b9eaf394330b28c95aff1aed37c4e9c7269123a4.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/elementary/Makefile32
-rw-r--r--x11-toolkits/elementary/distinfo4
-rw-r--r--x11-toolkits/elementary/files/patch-configure2
-rw-r--r--x11-toolkits/elementary/pkg-plist98
4 files changed, 123 insertions, 13 deletions
diff --git a/x11-toolkits/elementary/Makefile b/x11-toolkits/elementary/Makefile
index 857274abaa68..02426527e3e5 100644
--- a/x11-toolkits/elementary/Makefile
+++ b/x11-toolkits/elementary/Makefile
@@ -6,18 +6,18 @@
#
PORTNAME= elementary
-PORTVERSION= 0.7.0.55225
-PORTREVISION= 1
+PORTVERSION= 0.8.0.65643
CATEGORIES= x11-toolkits 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= Simple widget toolkit using EFL
+LICENSE= LGPL21
+
LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua
-LICENSE= LGPL21
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
@@ -26,10 +26,24 @@ USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --disable-install-examples
+
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+CONFIGURE_ARGS+= --enable-nls
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS+= --disable-nls
+PLIST_SUB+= NLS="@comment "
+.endif
+
post-patch:
- ${LN} -s profile.src ${WRKSRC}/config/profile.cfg
- ${LN} -s base.src ${WRKSRC}/config/default/base.cfg
- ${LN} -s base.src ${WRKSRC}/config/illume/base.cfg
- ${LN} -s base.src ${WRKSRC}/config/standard/base.cfg
+ @${LN} -s profile.src ${WRKSRC}/config/profile.cfg
+ @${LN} -s base.src ${WRKSRC}/config/default/base.cfg
+ @${LN} -s base.src ${WRKSRC}/config/illume/base.cfg
+ @${LN} -s base.src ${WRKSRC}/config/standard/base.cfg
+
+post-install:
+ @${RMDIR} ${PREFIX}/share/elementary/examples
.include <bsd.port.mk>
diff --git a/x11-toolkits/elementary/distinfo b/x11-toolkits/elementary/distinfo
index 47f86365021c..e3a330800d0d 100644
--- a/x11-toolkits/elementary/distinfo
+++ b/x11-toolkits/elementary/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/elementary-0.7.0.55225.tar.bz2) = c5d330d47181fd7dea2d22e9f6b1aefbcdad981e4c8891ac49f704c0160768f8
-SIZE (e17/elementary-0.7.0.55225.tar.bz2) = 3412693
+SHA256 (e17/elementary-0.8.0.65643.tar.bz2) = e1d8ab516a6e3556a2fdc1c4188e2d39f6f8fa7b59bf9df178ac6b1f146932da
+SIZE (e17/elementary-0.8.0.65643.tar.bz2) = 8197914
diff --git a/x11-toolkits/elementary/files/patch-configure b/x11-toolkits/elementary/files/patch-configure
index dabfbaef1ce7..9c9887a4ac48 100644
--- a/x11-toolkits/elementary/files/patch-configure
+++ b/x11-toolkits/elementary/files/patch-configure
@@ -3,7 +3,7 @@
@@ -13066,7 +13066,7 @@
_ACEOF
- version_info="7:0:7"
+ version_info="8:0:8"
-release_info="-release ver-pre-svn-09"
+release_info=""
diff --git a/x11-toolkits/elementary/pkg-plist b/x11-toolkits/elementary/pkg-plist
index 8c2a6b9e8a89..e0666a0b1159 100644
--- a/x11-toolkits/elementary/pkg-plist
+++ b/x11-toolkits/elementary/pkg-plist
@@ -7,10 +7,12 @@ include/elementary-0/Elementary.h
include/elementary-0/Elementary_Cursor.h
include/elementary-0/elm_widget.h
lib/libelementary.so
-lib/libelementary.so.7
+lib/libelementary.so.8
lib/edje/modules/elm/%%E17_ARCH%%/module.so
lib/elementary_testql.so
+lib/elementary/modules/access_output/%%E17_ARCH%%/module.so
lib/elementary/modules/test_entry/%%E17_ARCH%%/module.so
+lib/elementary/modules/test_map/%%E17_ARCH%%/module.so
libdata/pkgconfig/elementary.pc
share/applications/elementary_config.desktop
share/applications/elementary_test.desktop
@@ -26,6 +28,7 @@ share/icons/elementary.png
%%DATADIR%%/config/standard/icon.png
%%DATADIR%%/config/standard/profile.desktop
%%DATADIR%%/edje_externals/icons.edj
+%%DATADIR%%/images/animated_logo.gif
%%DATADIR%%/images/bubble.png
%%DATADIR%%/images/bubble_sh.png
%%DATADIR%%/images/icon_00.png
@@ -52,6 +55,8 @@ share/icons/elementary.png
%%DATADIR%%/images/icon_21.png
%%DATADIR%%/images/icon_22.png
%%DATADIR%%/images/icon_23.png
+%%DATADIR%%/images/icon_right_arrow.png
+%%DATADIR%%/images/insanely_huge_test_image.jpg
%%DATADIR%%/images/logo.png
%%DATADIR%%/images/logo_small.png
%%DATADIR%%/images/mystrale.jpg
@@ -59,31 +64,94 @@ share/icons/elementary.png
%%DATADIR%%/images/panel_01.jpg
%%DATADIR%%/images/parking.png
%%DATADIR%%/images/plant_01.jpg
+%%DATADIR%%/images/pol_shadow.png
+%%DATADIR%%/images/pol_sky.png
+%%DATADIR%%/images/pol_twofish.png
+%%DATADIR%%/images/pt.png
%%DATADIR%%/images/rock_01.jpg
%%DATADIR%%/images/rock_02.jpg
%%DATADIR%%/images/sky_01.jpg
%%DATADIR%%/images/sky_02.jpg
%%DATADIR%%/images/sky_03.jpg
%%DATADIR%%/images/sky_04.jpg
+%%DATADIR%%/images/twofish.jpg
%%DATADIR%%/images/wood_01.jpg
+%%DATADIR%%/images/g_layer/double_tap_1.png
+%%DATADIR%%/images/g_layer/double_tap_2.png
+%%DATADIR%%/images/g_layer/double_tap_3.png
+%%DATADIR%%/images/g_layer/double_tap_4.png
+%%DATADIR%%/images/g_layer/double_tap_5.png
+%%DATADIR%%/images/g_layer/flick_1.png
+%%DATADIR%%/images/g_layer/flick_2.png
+%%DATADIR%%/images/g_layer/flick_3.png
+%%DATADIR%%/images/g_layer/flick_4.png
+%%DATADIR%%/images/g_layer/flick_5.png
+%%DATADIR%%/images/g_layer/line_1.png
+%%DATADIR%%/images/g_layer/line_2.png
+%%DATADIR%%/images/g_layer/line_3.png
+%%DATADIR%%/images/g_layer/line_4.png
+%%DATADIR%%/images/g_layer/line_5.png
+%%DATADIR%%/images/g_layer/long_tap_1.png
+%%DATADIR%%/images/g_layer/long_tap_2.png
+%%DATADIR%%/images/g_layer/long_tap_3.png
+%%DATADIR%%/images/g_layer/long_tap_4.png
+%%DATADIR%%/images/g_layer/long_tap_5.png
+%%DATADIR%%/images/g_layer/momentum_1.png
+%%DATADIR%%/images/g_layer/momentum_2.png
+%%DATADIR%%/images/g_layer/momentum_3.png
+%%DATADIR%%/images/g_layer/momentum_4.png
+%%DATADIR%%/images/g_layer/momentum_5.png
+%%DATADIR%%/images/g_layer/rotate_1.png
+%%DATADIR%%/images/g_layer/tap_1.png
+%%DATADIR%%/images/g_layer/tap_2.png
+%%DATADIR%%/images/g_layer/tap_3.png
+%%DATADIR%%/images/g_layer/tap_4.png
+%%DATADIR%%/images/g_layer/tap_5.png
+%%DATADIR%%/images/g_layer/triple_tap_1.png
+%%DATADIR%%/images/g_layer/triple_tap_2.png
+%%DATADIR%%/images/g_layer/triple_tap_3.png
+%%DATADIR%%/images/g_layer/triple_tap_4.png
+%%DATADIR%%/images/g_layer/triple_tap_5.png
+%%DATADIR%%/images/g_layer/zoom_1.png
+%%DATADIR%%/objects/multibuttonentry.edj
%%DATADIR%%/objects/multip.edj
+%%DATADIR%%/objects/postit_ent.edj
%%DATADIR%%/objects/test.edj
%%DATADIR%%/objects/colorpreview.edj
%%DATADIR%%/objects/cursors.edj
%%DATADIR%%/objects/font_preview.edj
%%DATADIR%%/themes/default.edj
%%DATADIR%%/themes/default-desktop.edj
+%%NLS%%share/locale/ar/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/az_IR/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/de/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/he/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/it/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/ko_KR/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/ps/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/ur/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/yi/LC_MESSAGES/elementary.mo
@dirrm include/elementary-0
@dirrm lib/edje/modules/elm/%%E17_ARCH%%
@dirrm lib/edje/modules/elm
@dirrmtry lib/edje/modules
@dirrmtry lib/edje
+@dirrm lib/elementary/modules/test_map/%%E17_ARCH%%
+@dirrm lib/elementary/modules/test_map
@dirrm lib/elementary/modules/test_entry/%%E17_ARCH%%
@dirrm lib/elementary/modules/test_entry
+@dirrm lib/elementary/modules/access_output/%%E17_ARCH%%
+@dirrm lib/elementary/modules/access_output
@dirrm lib/elementary/modules
@dirrm lib/elementary
@dirrm %%DATADIR%%/themes
@dirrm %%DATADIR%%/objects
+@dirrm %%DATADIR%%/images/g_layer
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/edje_externals
@dirrm %%DATADIR%%/config/standard
@@ -91,5 +159,33 @@ share/icons/elementary.png
@dirrm %%DATADIR%%/config/default
@dirrm %%DATADIR%%/config
@dirrm %%DATADIR%%
+%%NLS%%@dirrmtry share/locale/ar/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/ar
+%%NLS%%@dirrmtry share/locale/az_IR/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/az_IR
+%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/cs
+%%NLS%%@dirrmtry share/locale/de/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/de
+%%NLS%%@dirrmtry share/locale/fa/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/fa
+%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/fr
+%%NLS%%@dirrmtry share/locale/he/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/he
+%%NLS%%@dirrmtry share/locale/it/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/it
+%%NLS%%@dirrmtry share/locale/ko_KR/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/ko_KR
+%%NLS%%@dirrmtry share/locale/nl/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/nl
+%%NLS%%@dirrmtry share/locale/ps/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/ps
+%%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/pt
+%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/ur
+%%NLS%%@dirrmtry share/locale/yi/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/yi
@dirrmtry share/applications
@dirrmtry share/icons