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>
This commit is contained in:
parent
3b41f0780d
commit
152c75e60e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167377
11 changed files with 139 additions and 0 deletions
36
x11-wm/e17-module-slideshow/Makefile
Normal file
36
x11-wm/e17-module-slideshow/Makefile
Normal file
|
@ -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>
|
3
x11-wm/e17-module-slideshow/distinfo
Normal file
3
x11-wm/e17-module-slideshow/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (slideshow-20060707.tar.bz2) = 7fc834fe824637afad5467b041734828
|
||||
SHA256 (slideshow-20060707.tar.bz2) = d414a73a73e1d1a75a4088a442c2b72c1e6d39230300ace6d8cfa67de0f9b06c
|
||||
SIZE (slideshow-20060707.tar.bz2) = 347686
|
11
x11-wm/e17-module-slideshow/files/patch-configure
Normal file
11
x11-wm/e17-module-slideshow/files/patch-configure
Normal file
|
@ -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
|
6
x11-wm/e17-module-slideshow/pkg-descr
Normal file
6
x11-wm/e17-module-slideshow/pkg-descr
Normal file
|
@ -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/
|
13
x11-wm/e17-module-slideshow/pkg-plist
Normal file
13
x11-wm/e17-module-slideshow/pkg-plist
Normal file
|
@ -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
|
|
@ -42,6 +42,7 @@
|
|||
SUBDIR += e17-module-deskshow
|
||||
SUBDIR += e17-module-mem
|
||||
SUBDIR += e17-module-moon
|
||||
SUBDIR += e17-module-slideshow
|
||||
SUBDIR += e17-module-uptime
|
||||
SUBDIR += e17-module-weather
|
||||
SUBDIR += ebuttons
|
||||
|
|
36
x11/e17-module-slideshow/Makefile
Normal file
36
x11/e17-module-slideshow/Makefile
Normal file
|
@ -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>
|
3
x11/e17-module-slideshow/distinfo
Normal file
3
x11/e17-module-slideshow/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (slideshow-20060707.tar.bz2) = 7fc834fe824637afad5467b041734828
|
||||
SHA256 (slideshow-20060707.tar.bz2) = d414a73a73e1d1a75a4088a442c2b72c1e6d39230300ace6d8cfa67de0f9b06c
|
||||
SIZE (slideshow-20060707.tar.bz2) = 347686
|
11
x11/e17-module-slideshow/files/patch-configure
Normal file
11
x11/e17-module-slideshow/files/patch-configure
Normal file
|
@ -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
|
6
x11/e17-module-slideshow/pkg-descr
Normal file
6
x11/e17-module-slideshow/pkg-descr
Normal file
|
@ -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/
|
13
x11/e17-module-slideshow/pkg-plist
Normal file
13
x11/e17-module-slideshow/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue