diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-17 15:00:22 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-17 15:00:22 +0800 |
commit | fbd4776743b072e02bf665fbb6be7ff44240249d (patch) | |
tree | cf20caea57a8e381c5fb034257a0e231439e2e31 /deskutils | |
parent | 0cfbcc9eb43954a0a42bafc6705c5585dd6a5e5b (diff) | |
download | freebsd-ports-gnome-fbd4776743b072e02bf665fbb6be7ff44240249d.tar.gz freebsd-ports-gnome-fbd4776743b072e02bf665fbb6be7ff44240249d.tar.zst freebsd-ports-gnome-fbd4776743b072e02bf665fbb6be7ff44240249d.zip |
Add splashsetter, a tool to change your GNOME splash screen with a GUI, or
do it randomly.
PR: 61446
Submitted by: Franz Klammer <klammer@webonaut.com>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/splashsetter/Makefile | 43 | ||||
-rw-r--r-- | deskutils/splashsetter/distinfo | 1 | ||||
-rw-r--r-- | deskutils/splashsetter/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/splashsetter/pkg-plist | 16 |
5 files changed, 67 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index f07dc96c7da9..01bb991fbbbe 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -88,6 +88,7 @@ SUBDIR += rox-memo SUBDIR += rubrica SUBDIR += sliderule + SUBDIR += splashsetter SUBDIR += superkaramba SUBDIR += teapot SUBDIR += tuxcards diff --git a/deskutils/splashsetter/Makefile b/deskutils/splashsetter/Makefile new file mode 100644 index 000000000000..0ef63664ef6c --- /dev/null +++ b/deskutils/splashsetter/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: splashsetter +# Date created: 15 Januar 2004 +# Whom: Franz Klammer <klammer@webonaut.com> +# +# $FreeBSD$ +# + +PORTNAME= splashsetter +PORTVERSION= 0.6.1 +CATEGORIES= deskutils gnome +MASTER_SITES= http://webonaut.com/distfiles/${PORTNAME}/ + +MAINTAINER= klammer@webonaut.com +COMMENT= Splash screen changer for GNOME + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_PYTHON= yes +USE_GNOME= pygnome2 + +do-build: + @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \ + ${WRKSRC}/*.py + @${FIND} ${WRKSRC} -name '*.bak' -delete + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} + @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} + +do-install: + ${MKDIR} ${X11BASE}/share/gnome/pixmaps/${PORTNAME} + ${MKDIR} ${X11BASE}/libexec/${PORTNAME} + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ + ${X11BASE}/libexec/${PORTNAME}/ + @${INSTALL_DATA} ${WRKSRC}/*.py* \ + ${X11BASE}/libexec/${PORTNAME}/ + @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ + ${X11BASE}/share/gnome/applications/ + @${INSTALL_DATA} ${WRKSRC}/*.svg \ + ${X11BASE}/share/gnome/pixmaps/${PORTNAME}/ + @${LN} -sf ${X11BASE}/libexec/${PORTNAME}/${PORTNAME} \ + ${X11BASE}/bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/deskutils/splashsetter/distinfo b/deskutils/splashsetter/distinfo new file mode 100644 index 000000000000..297b6d331b5d --- /dev/null +++ b/deskutils/splashsetter/distinfo @@ -0,0 +1 @@ +MD5 (splashsetter-0.6.1.tar.bz2) = 53d8b6969f7f76d72ae1fb7396ebf0c8 diff --git a/deskutils/splashsetter/pkg-descr b/deskutils/splashsetter/pkg-descr new file mode 100644 index 000000000000..ad4442d4c6b1 --- /dev/null +++ b/deskutils/splashsetter/pkg-descr @@ -0,0 +1,6 @@ +There are so many nice splash screens available but it's bothering to always +change them manually on GConf. With Splashsetter you can change your splash +screen with a GUI or randomly if called from the commandline with the +parameter "--random". + +WWW: http://webonaut.com/splashsetter/ diff --git a/deskutils/splashsetter/pkg-plist b/deskutils/splashsetter/pkg-plist new file mode 100644 index 000000000000..da54be3c7741 --- /dev/null +++ b/deskutils/splashsetter/pkg-plist @@ -0,0 +1,16 @@ +bin/splashsetter +libexec/splashsetter/div_data.py +libexec/splashsetter/div_data.pyc +libexec/splashsetter/div_data.pyo +libexec/splashsetter/splash_set_lib.py +libexec/splashsetter/splash_set_lib.pyc +libexec/splashsetter/splash_set_lib.pyo +libexec/splashsetter/splash_set_gui_lib.py +libexec/splashsetter/splash_set_gui_lib.pyc +libexec/splashsetter/splash_set_gui_lib.pyo +libexec/splashsetter/splashsetter +share/gnome/applications/splashsetter.desktop +share/gnome/pixmaps/splashsetter/splashsetter_icon.svg +share/gnome/pixmaps/splashsetter/splashsetter_logo.svg +@dirrm share/gnome/pixmaps/splashsetter +@dirrm libexec/splashsetter |