mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
An E17 module which minimizes all windows in order to show the desktop.
Author: Christopher Michael <devilhorns@comcast.net> WWW: http://www.enlightenment.org PR: ports/99361 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
This commit is contained in:
parent
3a8b79ee40
commit
cefb4c693b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167346
28
x11-wm/e17-module-deskshow/Makefile
Normal file
28
x11-wm/e17-module-deskshow/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: e17-module-deskshow
|
||||
# Date created: 23 June 2006
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= deskshow
|
||||
PORTVERSION= 20060707
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
PKGNAMEPREFIX= e17-module-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
COMMENT= E17 module that minimizes all windows to show the desktop
|
||||
|
||||
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"
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-wm/e17-module-deskshow/distinfo
Normal file
3
x11-wm/e17-module-deskshow/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (deskshow-20060707.tar.bz2) = 13a610d1afc7e1b04d0a55ea90ea131e
|
||||
SHA256 (deskshow-20060707.tar.bz2) = 52b11d4b07e1b314b42401be9c0bf8239061c1caaca57f3108c33d8501ce0129
|
||||
SIZE (deskshow-20060707.tar.bz2) = 271667
|
11
x11-wm/e17-module-deskshow/files/patch-configure
Normal file
11
x11-wm/e17-module-deskshow/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
|
4
x11-wm/e17-module-deskshow/pkg-descr
Normal file
4
x11-wm/e17-module-deskshow/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
An E17 module which minimizes all windows in order to show the desktop.
|
||||
|
||||
Author: Christopher Michael <devilhorns@comcast.net>
|
||||
WWW: http://www.enlightenment.org
|
13
x11-wm/e17-module-deskshow/pkg-plist
Normal file
13
x11-wm/e17-module-deskshow/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
lib/enlightenment/modules/deskshow/deskshow.edj
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar.png
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar_glint1.png
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar_glint2.png
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar_glint3.png
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar_shadow1.png
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar_shadow2.png
|
||||
lib/enlightenment/modules/deskshow/module.a
|
||||
lib/enlightenment/modules/deskshow/module.eap
|
||||
lib/enlightenment/modules/deskshow/module.la
|
||||
lib/enlightenment/modules/deskshow/module.so
|
||||
lib/enlightenment/modules/deskshow/module_icon.png
|
||||
@dirrm lib/enlightenment/modules/deskshow
|
@ -39,6 +39,7 @@
|
||||
SUBDIR += dxpc
|
||||
SUBDIR += dynamag
|
||||
SUBDIR += e17-module-calendar
|
||||
SUBDIR += e17-module-deskshow
|
||||
SUBDIR += e17-module-mem
|
||||
SUBDIR += e17-module-moon
|
||||
SUBDIR += e17-module-weather
|
||||
|
28
x11/e17-module-deskshow/Makefile
Normal file
28
x11/e17-module-deskshow/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: e17-module-deskshow
|
||||
# Date created: 23 June 2006
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= deskshow
|
||||
PORTVERSION= 20060707
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
PKGNAMEPREFIX= e17-module-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
COMMENT= E17 module that minimizes all windows to show the desktop
|
||||
|
||||
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"
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/e17-module-deskshow/distinfo
Normal file
3
x11/e17-module-deskshow/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (deskshow-20060707.tar.bz2) = 13a610d1afc7e1b04d0a55ea90ea131e
|
||||
SHA256 (deskshow-20060707.tar.bz2) = 52b11d4b07e1b314b42401be9c0bf8239061c1caaca57f3108c33d8501ce0129
|
||||
SIZE (deskshow-20060707.tar.bz2) = 271667
|
11
x11/e17-module-deskshow/files/patch-configure
Normal file
11
x11/e17-module-deskshow/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
|
4
x11/e17-module-deskshow/pkg-descr
Normal file
4
x11/e17-module-deskshow/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
An E17 module which minimizes all windows in order to show the desktop.
|
||||
|
||||
Author: Christopher Michael <devilhorns@comcast.net>
|
||||
WWW: http://www.enlightenment.org
|
13
x11/e17-module-deskshow/pkg-plist
Normal file
13
x11/e17-module-deskshow/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
lib/enlightenment/modules/deskshow/deskshow.edj
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar.png
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar_glint1.png
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar_glint2.png
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar_glint3.png
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar_shadow1.png
|
||||
lib/enlightenment/modules/deskshow/e17_titlebar_shadow2.png
|
||||
lib/enlightenment/modules/deskshow/module.a
|
||||
lib/enlightenment/modules/deskshow/module.eap
|
||||
lib/enlightenment/modules/deskshow/module.la
|
||||
lib/enlightenment/modules/deskshow/module.so
|
||||
lib/enlightenment/modules/deskshow/module_icon.png
|
||||
@dirrm lib/enlightenment/modules/deskshow
|
Loading…
Reference in New Issue
Block a user