Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2004 03:09:20 +0100
From:      Franz Klammer <klammer@webonaut.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/61446: [NEW PORT] deskutils/splashsetter
Message-ID:  <40089950.9090308@webonaut.com>
In-Reply-To: <200401162110.i0GLAA6g002175@freefall.freebsd.org>
References:  <200401162110.i0GLAA6g002175@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
ok! here the shar vor 0.6.1 hopfully there are no
new  problems ...

--- splashsetter61.shar begins here ---

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       splashsetter
#       splashsetter/Makefile
#       splashsetter/distinfo
#       splashsetter/pkg-descr
#       splashsetter/pkg-plist
#
echo c - splashsetter
mkdir -p splashsetter > /dev/null 2>&1
echo x - splashsetter/Makefile
sed 's/^X//' >splashsetter/Makefile << 'END-of-splashsetter/Makefile'
X# New ports collection makefile for:   splashsetter
X# Date created:                                15 Januar 2004
X# Whom:                                        Franz Klammer 
<klammer@webonaut.com>
X#
X# $FreeBSD:$
X#
X
XPORTNAME=      splashsetter
XPORTVERSION=   0.6.1
XCATEGORIES=    deskutils gnome
XMASTER_SITES=  http://webonaut.com/distfiles/${PORTNAME}/
X
XMAINTAINER=    klammer@webonaut.com
XCOMMENT=       Splash screen changer for GNOME
X
XUSE_BZIP2=     yes
XUSE_X_PREFIX=  yes
XUSE_REINPLACE= yes
XUSE_PYTHON=    yes
XUSE_GNOME=     pygnome2
X
Xdo-build:
X       @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \
X               ${WRKSRC}/*.py
X       @${FIND} ${WRKSRC} -name '*.bak' -delete
X       @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
X       @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
X
Xdo-install:
X       ${MKDIR} ${X11BASE}/share/gnome/pixmaps/${PORTNAME}
X       ${MKDIR} ${X11BASE}/libexec/${PORTNAME}
X       @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
X               ${X11BASE}/libexec/${PORTNAME}/
X       @${INSTALL_DATA} ${WRKSRC}/*.py* \
X               ${X11BASE}/libexec/${PORTNAME}/
X       @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \
X               ${X11BASE}/share/gnome/applications/
X       @${INSTALL_DATA} ${WRKSRC}/*.svg \
X               ${X11BASE}/share/gnome/pixmaps/${PORTNAME}/
X       @${LN} -s ${X11BASE}/libexec/${PORTNAME}/${PORTNAME} \
X               ${X11BASE}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
END-of-splashsetter/Makefile
echo x - splashsetter/distinfo
sed 's/^X//' >splashsetter/distinfo << 'END-of-splashsetter/distinfo'
XMD5 (splashsetter-0.6.1.tar.bz2) = 53d8b6969f7f76d72ae1fb7396ebf0c8
END-of-splashsetter/distinfo
echo x - splashsetter/pkg-descr
sed 's/^X//' >splashsetter/pkg-descr << 'END-of-splashsetter/pkg-descr'
XThere are so many nice splash screens available but it's
Xbothering to always change them manually on GConf.
XWith Splashsetter you can change your splash screen
Xwith a GUI or randomly if called from the commandline
Xwith the parameter "--random".
X
XWWW: http://webonaut.com/splashsetter/
END-of-splashsetter/pkg-descr
echo x - splashsetter/pkg-plist
sed 's/^X//' >splashsetter/pkg-plist << 'END-of-splashsetter/pkg-plist'
Xbin/splashsetter
Xlibexec/splashsetter/div_data.py
Xlibexec/splashsetter/div_data.pyc
Xlibexec/splashsetter/div_data.pyo
Xlibexec/splashsetter/splash_set_lib.py
Xlibexec/splashsetter/splash_set_lib.pyc
Xlibexec/splashsetter/splash_set_lib.pyo
Xlibexec/splashsetter/splash_set_gui_lib.py
Xlibexec/splashsetter/splash_set_gui_lib.pyc
Xlibexec/splashsetter/splash_set_gui_lib.pyo
Xlibexec/splashsetter/splashsetter
Xshare/gnome/applications/splashsetter.desktop
Xshare/gnome/pixmaps/splashsetter/splashsetter_icon.svg
Xshare/gnome/pixmaps/splashsetter/splashsetter_logo.svg
X@dirrm share/gnome/pixmaps/splashsetter
X@dirrm libexec/splashsetter
END-of-splashsetter/pkg-plist
exit

--- splashsetter61.shar ends here ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40089950.9090308>