aboutsummaryrefslogtreecommitdiff
path: root/multimedia/devede/devede.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/devede/devede.SlackBuild')
-rw-r--r--multimedia/devede/devede.SlackBuild11
1 files changed, 6 insertions, 5 deletions
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 <niels.horn@gmail.com>
-# 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