summaryrefslogtreecommitdiffstats
path: root/deskutils/splashsetter
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-02 00:56:17 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-02 00:56:17 +0800
commitcefea56dff509786ec722a1325bbce6c0b259742 (patch)
tree4b699d4e9ef6e2e7101a8a5e94eb85967db0e6fc /deskutils/splashsetter
parentd88282db727d2da3886ad87d63a3fcf4a046773f (diff)
downloadmarcuscom-ports-cefea56dff509786ec722a1325bbce6c0b259742.tar
marcuscom-ports-cefea56dff509786ec722a1325bbce6c0b259742.tar.gz
marcuscom-ports-cefea56dff509786ec722a1325bbce6c0b259742.tar.bz2
marcuscom-ports-cefea56dff509786ec722a1325bbce6c0b259742.tar.lz
marcuscom-ports-cefea56dff509786ec722a1325bbce6c0b259742.tar.xz
marcuscom-ports-cefea56dff509786ec722a1325bbce6c0b259742.tar.zst
marcuscom-ports-cefea56dff509786ec722a1325bbce6c0b259742.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8725 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/splashsetter')
-rw-r--r--deskutils/splashsetter/Makefile48
-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-plist19
5 files changed, 86 insertions, 0 deletions
diff --git a/deskutils/splashsetter/Makefile b/deskutils/splashsetter/Makefile
new file mode 100644
index 000000000..22900d16d
--- /dev/null
+++ b/deskutils/splashsetter/Makefile
@@ -0,0 +1,48 @@
+# New ports collection makefile for: splashsetter
+# Date created: 15 Januar 2004
+# Whom: Franz Klammer <klammer@webonaut.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= splashsetter
+PORTVERSION= 0.6.5.2
+PORTREVISION= 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_PYTHON= yes
+USE_GNOME= pygnome2 gnomeprefix
+
+do-build:
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${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
new file mode 100644
index 000000000..879a81bcd
--- /dev/null
+++ b/deskutils/splashsetter/distinfo
@@ -0,0 +1,3 @@
+MD5 (splashsetter-0.6.5.2.tar.bz2) = 467b2b489bca8af00e9987d0323049f7
+SHA256 (splashsetter-0.6.5.2.tar.bz2) = 2c46408b9da812a2b82a13fb0aead3a3a93c03333a0dabbf5744e5ee8319b729
+SIZE (splashsetter-0.6.5.2.tar.bz2) = 45179
diff --git a/deskutils/splashsetter/files/patch-splashsetter.desktop b/deskutils/splashsetter/files/patch-splashsetter.desktop
new file mode 100644
index 000000000..5444a965c
--- /dev/null
+++ b/deskutils/splashsetter/files/patch-splashsetter.desktop
@@ -0,0 +1,10 @@
+--- 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
new file mode 100644
index 000000000..ad4442d4c
--- /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 000000000..4eb126237
--- /dev/null
+++ b/deskutils/splashsetter/pkg-plist
@@ -0,0 +1,19 @@
+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