diff options
author | rxg <rxg@pkgsrc.org> | 2006-01-29 17:54:13 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2006-01-29 17:54:13 +0000 |
commit | ab7cccba70e9b06ac92ee58942d09d1c0a97beff (patch) | |
tree | 80249a88e84f52a3836a602be602a400e95597f4 /x11 | |
parent | 5c4acbd69c5eed3d58f93d9a98f26dd81612517f (diff) | |
download | pkgsrc-ab7cccba70e9b06ac92ee58942d09d1c0a97beff.tar.gz |
Initial import rox-wallpaper-2.0.
Setting the backdrop for ROX.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rox-wallpaper/DESCR | 4 | ||||
-rw-r--r-- | x11/rox-wallpaper/Makefile | 38 | ||||
-rw-r--r-- | x11/rox-wallpaper/PLIST | 23 | ||||
-rw-r--r-- | x11/rox-wallpaper/distinfo | 5 |
4 files changed, 70 insertions, 0 deletions
diff --git a/x11/rox-wallpaper/DESCR b/x11/rox-wallpaper/DESCR new file mode 100644 index 00000000000..186d2a53507 --- /dev/null +++ b/x11/rox-wallpaper/DESCR @@ -0,0 +1,4 @@ +This ROX application can be used to place an image on your desktop +background. You can drag an image onto the Wallpaper icon to set that +image as the desktop background directly, or you can click on the +Wallpaper icon to set things up for automatic use. diff --git a/x11/rox-wallpaper/Makefile b/x11/rox-wallpaper/Makefile new file mode 100644 index 00000000000..7be1f037bcc --- /dev/null +++ b/x11/rox-wallpaper/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/29 17:54:13 rxg Exp $ +# + +DISTNAME= wallpaper-2.0 +PKGNAME= rox-${DISTNAME} +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/} +EXTRACT_SUFX= .tgz + +MAINTAINER= rxg@NetBSD.org +HOMEPAGE= http://rox.sourceforge.net/desktop/node/54 +COMMENT= For setting the backdrop + +DEPENDS+= rox-lib>=2.0.2nb2:../../devel/rox-lib + +WRKSRC= ${WRKDIR}/${DISTNAME}/Wallpaper +DIST_SUBDIR= rox + +NO_BUILD= yes + +PYTHON_PATCH_SCRIPTS= AppRun + +INSTALLATION_DIRS= share/rox/Wallpaper + +SUBST_CLASSES+= lib +SUBST_MESSAGE.lib= Fixing hardcoded paths for ROX-Lib. +SUBST_STAGE.lib= post-patch +SUBST_FILES.lib= findrox.py +SUBST_SED.lib= -e 's,/usr/local/lib,${PREFIX}/share/rox,g' + +post-patch: + @${FIND} ${WRKSRC} -name 'CVS' -print | ${XARGS} ${RM} -rf + +do-install: + cd ${WRKSRC} && ${PAX} -rw . ${PREFIX}/share/rox/Wallpaper + +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/rox-wallpaper/PLIST b/x11/rox-wallpaper/PLIST new file mode 100644 index 00000000000..25d611f61ef --- /dev/null +++ b/x11/rox-wallpaper/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/29 17:54:13 rxg Exp $ +share/rox/Wallpaper/.DirIcon +share/rox/Wallpaper/AppInfo.xml +share/rox/Wallpaper/AppRun +share/rox/Wallpaper/Help/COPYING +share/rox/Wallpaper/Help/Changes +share/rox/Wallpaper/Help/README +share/rox/Wallpaper/Messages/dist +share/rox/Wallpaper/Messages/it.gmo +share/rox/Wallpaper/Messages/it.po +share/rox/Wallpaper/Messages/update-po +share/rox/Wallpaper/Messages/zh_CN.gmo +share/rox/Wallpaper/Messages/zh_CN.po +share/rox/Wallpaper/Messages/zh_TW.gmo +share/rox/Wallpaper/Messages/zh_TW.po +share/rox/Wallpaper/Wallpaper.xml +share/rox/Wallpaper/actions.py +share/rox/Wallpaper/findrox.py +share/rox/Wallpaper/main.py +share/rox/Wallpaper/options.py +@dirrm share/rox/Wallpaper/Messages +@dirrm share/rox/Wallpaper/Help +@dirrm share/rox/Wallpaper diff --git a/x11/rox-wallpaper/distinfo b/x11/rox-wallpaper/distinfo new file mode 100644 index 00000000000..522c98509b9 --- /dev/null +++ b/x11/rox-wallpaper/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/29 17:54:13 rxg Exp $ + +SHA1 (rox/wallpaper-2.0.tgz) = b03bfad26250c3fad64e2e3a6580a4dd6d08b73e +RMD160 (rox/wallpaper-2.0.tgz) = b916e0a73d58ee147a02e4b57cfcae958bd099b7 +Size (rox/wallpaper-2.0.tgz) = 21415 bytes |