View | Details | Raw Unified | Return to bug 78951
Collapse All | Expand All

(-)splashsetter/Makefile (-1 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	splashsetter
8
PORTNAME=	splashsetter
9
PORTVERSION=	0.6.5
9
PORTVERSION=	0.6.5
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	deskutils gnome
11
CATEGORIES=	deskutils gnome
12
MASTER_SITES=	http://webonaut.com/distfiles/${PORTNAME}/
12
MASTER_SITES=	http://webonaut.com/distfiles/${PORTNAME}/
13
13
Lines 39-44 Link Here
39
		${X11BASE}/share/gnome/applications/
39
		${X11BASE}/share/gnome/applications/
40
	@${INSTALL_DATA} ${WRKSRC}/*.svg \
40
	@${INSTALL_DATA} ${WRKSRC}/*.svg \
41
		${X11BASE}/share/gnome/pixmaps/${PORTNAME}/
41
		${X11BASE}/share/gnome/pixmaps/${PORTNAME}/
42
	@${INSTALL_DATA} ${WRKSRC}/splashsetter_icon.svg \
43
		${X11BASE}/share/gnome/pixmaps/${PORTNAME}.svg
42
	@${INSTALL_DATA} ${WRKSRC}/*.png \
44
	@${INSTALL_DATA} ${WRKSRC}/*.png \
43
		${X11BASE}/share/gnome/pixmaps/${PORTNAME}/splash/
45
		${X11BASE}/share/gnome/pixmaps/${PORTNAME}/splash/
44
	@${LN} -sf ${X11BASE}/libexec/${PORTNAME}/${PORTNAME} \
46
	@${LN} -sf ${X11BASE}/libexec/${PORTNAME}/${PORTNAME} \
(-)splashsetter/files/patch-splashsetter.desktop (+10 lines)
Line 0 Link Here
1
--- splashsetter.desktop.orig	Thu Mar 17 18:07:21 2005
2
+++ splashsetter.desktop	Thu Mar 17 18:08:20 2005
3
@@ -4,6 +4,6 @@
4
 Exec=splashsetter
5
 Terminal=false
6
 Type=Application
7
-Icon=splashsetter/splashsetter_icon.svg
8
+Icon=splashsetter.svg
9
 Categories=Application;
10
 StartupNotify=true
(-)splashsetter/pkg-plist (+1 lines)
Lines 10-15 Link Here
10
libexec/splashsetter/splash_set_gui_lib.pyo
10
libexec/splashsetter/splash_set_gui_lib.pyo
11
libexec/splashsetter/splashsetter
11
libexec/splashsetter/splashsetter
12
share/gnome/applications/splashsetter.desktop
12
share/gnome/applications/splashsetter.desktop
13
share/gnome/pixmaps/splashsetter.svg
13
share/gnome/pixmaps/splashsetter/splashsetter_icon.svg
14
share/gnome/pixmaps/splashsetter/splashsetter_icon.svg
14
share/gnome/pixmaps/splashsetter/splashsetter_logo.svg
15
share/gnome/pixmaps/splashsetter/splashsetter_logo.svg
15
share/gnome/pixmaps/splashsetter/splash/splashsetter_splash.png
16
share/gnome/pixmaps/splashsetter/splash/splashsetter_splash.png

Return to bug 78951