diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-11 03:45:32 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-11 03:45:32 +0800 |
commit | b674ca5441119a5f19caf7a430363460cf1147b9 (patch) | |
tree | ce9af354894fc8ad3269ef6bef17fe08c6daa2d9 /x11-wm | |
parent | b03854e1483c92fa0362d28d46a8fb2e59eddc85 (diff) | |
download | freebsd-ports-gnome-b674ca5441119a5f19caf7a430363460cf1147b9.tar.gz freebsd-ports-gnome-b674ca5441119a5f19caf7a430363460cf1147b9.tar.zst freebsd-ports-gnome-b674ca5441119a5f19caf7a430363460cf1147b9.zip |
This e17 module allows users to cycle desktop backgrounds over configurable
time interval.
It is a port of the e16 epplet E-Slides by Michael Jennings.
Author: Christopher Michael <devilhorns@comcast.net>
WWW: http://www.enlightenment.org/
PR: ports/100011
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e17-module-slideshow/Makefile | 36 | ||||
-rw-r--r-- | x11-wm/e17-module-slideshow/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/e17-module-slideshow/files/patch-configure | 11 | ||||
-rw-r--r-- | x11-wm/e17-module-slideshow/pkg-descr | 6 | ||||
-rw-r--r-- | x11-wm/e17-module-slideshow/pkg-plist | 13 |
5 files changed, 69 insertions, 0 deletions
diff --git a/x11-wm/e17-module-slideshow/Makefile b/x11-wm/e17-module-slideshow/Makefile new file mode 100644 index 000000000000..5165a11cb495 --- /dev/null +++ b/x11-wm/e17-module-slideshow/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-slideshow +# Date created: 23 June 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= slideshow +PORTVERSION= 20060707 +CATEGORIES= x11 +MASTER_SITES= http://mbsd.msk.ru/dist/ +PKGNAMEPREFIX= e17-module- +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= An e17 module which cycles desktop backgrounds + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +.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-slideshow/distinfo b/x11-wm/e17-module-slideshow/distinfo new file mode 100644 index 000000000000..16c44e84bc2a --- /dev/null +++ b/x11-wm/e17-module-slideshow/distinfo @@ -0,0 +1,3 @@ +MD5 (slideshow-20060707.tar.bz2) = 7fc834fe824637afad5467b041734828 +SHA256 (slideshow-20060707.tar.bz2) = d414a73a73e1d1a75a4088a442c2b72c1e6d39230300ace6d8cfa67de0f9b06c +SIZE (slideshow-20060707.tar.bz2) = 347686 diff --git a/x11-wm/e17-module-slideshow/files/patch-configure b/x11-wm/e17-module-slideshow/files/patch-configure new file mode 100644 index 000000000000..bc913371e95e --- /dev/null +++ b/x11-wm/e17-module-slideshow/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Jun 23 16:14:40 2006 ++++ configure Fri Jun 23 16:14:53 2006 +@@ -21497,7 +21497,7 @@ + + + +-MODULE_ARCH="$host_os-$host_cpu" ++MODULE_ARCH="" + + + cat >>confdefs.h <<_ACEOF diff --git a/x11-wm/e17-module-slideshow/pkg-descr b/x11-wm/e17-module-slideshow/pkg-descr new file mode 100644 index 000000000000..105729b2e344 --- /dev/null +++ b/x11-wm/e17-module-slideshow/pkg-descr @@ -0,0 +1,6 @@ +This e17 module allows users to cycle desktop backgrounds over configurable +time interval. +It is a port of the e16 epplet E-Slides by Michael Jennings. + +Author: Christopher Michael <devilhorns@comcast.net> +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-slideshow/pkg-plist b/x11-wm/e17-module-slideshow/pkg-plist new file mode 100644 index 000000000000..6cc5bfd41ba1 --- /dev/null +++ b/x11-wm/e17-module-slideshow/pkg-plist @@ -0,0 +1,13 @@ +lib/enlightenment/modules/slideshow/module.a +lib/enlightenment/modules/slideshow/module.eap +lib/enlightenment/modules/slideshow/module.la +lib/enlightenment/modules/slideshow/module.so +lib/enlightenment/modules/slideshow/module_icon.png +lib/enlightenment/modules/slideshow/slideshow.edj +%%NLS%%share/locale/eo/LC_MESSAGES/slideshow.mo +%%NLS%%share/locale/fi/LC_MESSAGES/slideshow.mo +%%NLS%%share/locale/fr/LC_MESSAGES/slideshow.mo +%%NLS%%share/locale/it/LC_MESSAGES/slideshow.mo +%%NLS%%share/locale/ja/LC_MESSAGES/slideshow.mo +%%NLS%%share/locale/sv/LC_MESSAGES/slideshow.mo +@dirrmtry lib/enlightenment/modules/slideshow |