summaryrefslogtreecommitdiffstats
path: root/deskutils/splashsetter
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /deskutils/splashsetter
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/splashsetter')
-rw-r--r--deskutils/splashsetter/Makefile47
-rw-r--r--deskutils/splashsetter/distinfo3
-rw-r--r--deskutils/splashsetter/files/patch-splashsetter.desktop10
-rw-r--r--deskutils/splashsetter/pkg-descr6
-rw-r--r--deskutils/splashsetter/pkg-plist20
5 files changed, 0 insertions, 86 deletions
diff --git a/deskutils/splashsetter/Makefile b/deskutils/splashsetter/Makefile
deleted file mode 100644
index 7fbe61967..000000000
--- a/deskutils/splashsetter/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: splashsetter
-# Date created: 15 Januar 2004
-# Whom: Franz Klammer <klammer@webonaut.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= splashsetter
-PORTVERSION= 0.6.5.3
-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_PYTHON= yes
-USE_GNOME= pygnome2 gnomeprefix
-
-do-build:
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
- ${WRKSRC}/*.py
- @${FIND} ${WRKSRC} -name '*.bak' -delete
- @${FIND} ${WRKSRC} -name '*.orig' -delete
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
- @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
-
-do-install:
- ${MKDIR} ${PREFIX}/share/pixmaps/${PORTNAME}/splash
- ${MKDIR} ${PREFIX}/libexec/${PORTNAME}
- @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
- ${PREFIX}/libexec/${PORTNAME}/
- @${INSTALL_DATA} ${WRKSRC}/*.py* \
- ${PREFIX}/libexec/${PORTNAME}/
- @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \
- ${PREFIX}/share/applications/
- @${INSTALL_DATA} ${WRKSRC}/*.svg \
- ${PREFIX}/share/pixmaps/${PORTNAME}/
- @${INSTALL_DATA} ${WRKSRC}/splashsetter_icon.svg \
- ${PREFIX}/share/pixmaps/${PORTNAME}.svg
- @${INSTALL_DATA} ${WRKSRC}/*.png \
- ${PREFIX}/share/pixmaps/${PORTNAME}/splash/
- @${LN} -sf ${PREFIX}/libexec/${PORTNAME}/${PORTNAME} \
- ${PREFIX}/bin/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/deskutils/splashsetter/distinfo b/deskutils/splashsetter/distinfo
deleted file mode 100644
index f60426d60..000000000
--- a/deskutils/splashsetter/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (splashsetter-0.6.5.3.tar.bz2) = 8325753f976ef5038eb60160695ac79e
-SHA256 (splashsetter-0.6.5.3.tar.bz2) = 66238e926a4ed2fe8c121865243af840e42cc9bd25bc6aa586fd0d91dd93d296
-SIZE (splashsetter-0.6.5.3.tar.bz2) = 45268
diff --git a/deskutils/splashsetter/files/patch-splashsetter.desktop b/deskutils/splashsetter/files/patch-splashsetter.desktop
deleted file mode 100644
index 5444a965c..000000000
--- a/deskutils/splashsetter/files/patch-splashsetter.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
---- splashsetter.desktop.orig Thu Mar 17 18:07:21 2005
-+++ splashsetter.desktop Thu Mar 17 18:08:20 2005
-@@ -4,6 +4,6 @@
- Exec=splashsetter
- Terminal=false
- Type=Application
--Icon=splashsetter/splashsetter_icon.svg
-+Icon=splashsetter.svg
- Categories=Application;
- StartupNotify=true
diff --git a/deskutils/splashsetter/pkg-descr b/deskutils/splashsetter/pkg-descr
deleted file mode 100644
index ad4442d4c..000000000
--- a/deskutils/splashsetter/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index 9413b18d8..000000000
--- a/deskutils/splashsetter/pkg-plist
+++ /dev/null
@@ -1,20 +0,0 @@
-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/applications/splashsetter.desktop
-share/pixmaps/splashsetter.svg
-share/pixmaps/splashsetter/splashsetter_icon.svg
-share/pixmaps/splashsetter/splashsetter_logo.svg
-share/pixmaps/splashsetter/splash/splashsetter_splash.png
-@dirrm share/pixmaps/splashsetter/splash
-@dirrm share/pixmaps/splashsetter
-@dirrm libexec/splashsetter
-@dirrmtry share/applications