summaryrefslogtreecommitdiffstats
path: root/graphics/shotwell
diff options
context:
space:
mode:
author B. Watson2022-03-07 18:08:26 +0100
committer Willy Sudiarto Raharjo2022-03-08 03:44:38 +0100
commit50b2d1087ecb19f8d27f518b295085f50753282a (patch)
tree88b9b743189710b0c1863f6a17832e400407f133 /graphics/shotwell
parentb6b60d1ae7de64bc5995b9931e0917af92effc1e (diff)
downloadslackbuilds-50b2d1087ecb19f8d27f518b295085f50753282a.tar.gz
graphics/shotwell: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/shotwell')
-rw-r--r--graphics/shotwell/shotwell.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/shotwell/shotwell.SlackBuild b/graphics/shotwell/shotwell.SlackBuild
index 1d6b689cbf..37d50f4141 100644
--- a/graphics/shotwell/shotwell.SlackBuild
+++ b/graphics/shotwell/shotwell.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=shotwell
VERSION=${VERSION:-0.24.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -102,6 +102,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING INSTALL NEWS README THANKS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh