diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /x11-fm | |
parent | Remove an extra '('. (diff) |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
Notes
Notes:
svn path=/head/; revision=208836
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/entropyfm/Makefile | 7 | ||||
-rw-r--r-- | x11-fm/entropyfm/distinfo | 6 | ||||
-rw-r--r-- | x11-fm/entropyfm/pkg-plist | 3 | ||||
-rw-r--r-- | x11-fm/evidence/Makefile | 11 |
4 files changed, 13 insertions, 14 deletions
diff --git a/x11-fm/entropyfm/Makefile b/x11-fm/entropyfm/Makefile index e3bd9388e664..87804453621e 100644 --- a/x11-fm/entropyfm/Makefile +++ b/x11-fm/entropyfm/Makefile @@ -7,11 +7,11 @@ # PORTNAME= entropyfm -PORTVERSION= 20070223 -PORTREVISION= 1 +PORTVERSION= 20080223 +PORTREVISION= 0 CATEGORIES= x11-fm MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ -DISTNAME= ${PORTNAME:S,fm$,,}-${PORTVERSION} +DISTNAME= entropy-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= An EFL-based file manager @@ -20,6 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig gnometarget USE_EFL= ecore etk ewl evfs imlib2 epsilon +USE_EFL_ECORE= config GNU_CONFIGURE= yes CFLAGS+= "-L${LOCALBASE}/lib" diff --git a/x11-fm/entropyfm/distinfo b/x11-fm/entropyfm/distinfo index 0c22ba543813..8d28e6295946 100644 --- a/x11-fm/entropyfm/distinfo +++ b/x11-fm/entropyfm/distinfo @@ -1,3 +1,3 @@ -MD5 (entropy-20070223.tar.bz2) = 45e35d8fddfe708d960441284b6bc424 -SHA256 (entropy-20070223.tar.bz2) = a73995c99e174e33b938ef9ebc68b58bcc7cd00012d82773ae6448164e2ee9f2 -SIZE (entropy-20070223.tar.bz2) = 479895 +MD5 (entropy-20080223.tar.bz2) = a2871f17fb750faed1576b7f429a7538 +SHA256 (entropy-20080223.tar.bz2) = a38d636b2c660be13df82cbaff9975ceebaa9a1ac9979e59b144aa298c745fda +SIZE (entropy-20080223.tar.bz2) = 488468 diff --git a/x11-fm/entropyfm/pkg-plist b/x11-fm/entropyfm/pkg-plist index 17539472455f..4cf5c591ca95 100644 --- a/x11-fm/entropyfm/pkg-plist +++ b/x11-fm/entropyfm/pkg-plist @@ -42,6 +42,9 @@ bin/entropy %%DATADIR%%/plugins/distrib_thumbnailer.a %%DATADIR%%/plugins/distrib_thumbnailer.la %%DATADIR%%/plugins/distrib_thumbnailer.so +%%DATADIR%%/plugins/etk_hover.a +%%DATADIR%%/plugins/etk_hover.la +%%DATADIR%%/plugins/etk_hover.so %%DATADIR%%/plugins/etk_iconbox.a %%DATADIR%%/plugins/etk_iconbox.la %%DATADIR%%/plugins/etk_iconbox.so diff --git a/x11-fm/evidence/Makefile b/x11-fm/evidence/Makefile index 74e214463304..ecf4f2461d6e 100644 --- a/x11-fm/evidence/Makefile +++ b/x11-fm/evidence/Makefile @@ -7,7 +7,7 @@ PORTNAME= evidence PORTVERSION= 0.9.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,13 +16,7 @@ MAINTAINER= freebsd@troback.com COMMENT= Enlightened file-manager BUILD_DEPENDS= pngtopnm:${PORTSDIR}/graphics/netpbm -LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 \ - evas.1:${PORTSDIR}/graphics/evas \ - edje.5:${PORTSDIR}/graphics/edje \ - ecore.1:${PORTSDIR}/x11/ecore \ - embryo.9:${PORTSDIR}/lang/embryo \ - eet.9:${PORTSDIR}/devel/eet \ - pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre BROKEN= Does not compile @@ -31,6 +25,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gtk20 USE_GETTEXT= yes +USE_EFL= imlib2 evas edje ecore embryo eet GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dbus \ --disable-dcop \ |