summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2017-01-24 16:28:08 +0100
committer Willy Sudiarto Raharjo2017-01-28 01:38:36 +0100
commitc3a6ec2592af2f575d75e85d51a57816c25f32a7 (patch)
tree958b58db2592e4d475f01bb3e93e3985fa9138a1
parentf307dea2050f449317e0272ba2faaa19f61c53f2 (diff)
downloadslackbuilds-c3a6ec2592af2f575d75e85d51a57816c25f32a7.tar.gz
network/phodav: Updated for version 2.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--network/phodav/phodav.SlackBuild10
-rw-r--r--network/phodav/phodav.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/network/phodav/phodav.SlackBuild b/network/phodav/phodav.SlackBuild
index 19ae3ef990..4e5e51d440 100644
--- a/network/phodav/phodav.SlackBuild
+++ b/network/phodav/phodav.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for phodav
-# Copyright 2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2016-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=phodav
-VERSION=${VERSION:-2.0}
+VERSION=${VERSION:-2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,15 +86,15 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
+mkdir $PKG/lib
+mv $PKG/usr/lib/udev $PKG/lib/
+
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-# We don't use systemd
-rm -rf $PKG/usr/lib/systemd/
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/network/phodav/phodav.info b/network/phodav/phodav.info
index a098bef6a2..247c335ed9 100644
--- a/network/phodav/phodav.info
+++ b/network/phodav/phodav.info
@@ -1,8 +1,8 @@
PRGNAM="phodav"
-VERSION="2.0"
+VERSION="2.1"
HOMEPAGE="https://wiki.gnome.org/phodav"
-DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/phodav/2.0/phodav-2.0.tar.xz"
-MD5SUM="f91d8db3d86fb9e74e03258781be4d2b"
+DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/phodav/2.1/phodav-2.1.tar.xz"
+MD5SUM="762712ece4cf514e18bf1233be2071e7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""