From 1fa150086ee0f004267ec63aa64fe28151d8818d Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Tue, 14 Sep 2010 12:57:05 -0500 Subject: multimedia/devede: Patched to fix background pixmap installation Signed-off-by: Robby Workman --- multimedia/devede/devede.SlackBuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'multimedia/devede/devede.SlackBuild') diff --git a/multimedia/devede/devede.SlackBuild b/multimedia/devede/devede.SlackBuild index 80e6bb84a6ab..d2c148815252 100644 --- a/multimedia/devede/devede.SlackBuild +++ b/multimedia/devede/devede.SlackBuild @@ -27,12 +27,12 @@ # - pass the version number to the build script # As of v3.16.8 maintained by Niels Horn -# Revision date: 2010/07/10 +# Revision date: 2010/09/13 PRGNAM=devede VERSION=${VERSION:-3.16.9} ARCH=noarch -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -51,15 +51,16 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +# Fix an error in the install.sh script that creates an unneeded "backgrounds" +# directory +patch -p1 < $CWD/fix_extra_backgrounds_dir.patch + ./install.sh \ --prefix=/usr \ --pkgdocdir=/usr/doc/$PRGNAM-$VERSION \ --uninstall=no \ DESTDIR=$PKG -# Copy the missed backgrounds (not sure why install.sh skips them) -cp -a pixmaps/backgrounds/* $PKG/usr/share/pixmaps/backgrounds - cp -a version.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -- cgit v1.2.3