summaryrefslogtreecommitdiffstats
path: root/misc/seahorse-plugins
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-23 17:42:50 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-24 22:53:30 -0500
commitedb9612a01822639514075e8d651cb693c228362 (patch)
tree2a6879861de2d2341bbefcb7701603ae38999d06 /misc/seahorse-plugins
parent1703497b56ac7ad4c537913be23abadbd4c7da89 (diff)
downloadslackbuilds-edb9612a01822639514075e8d651cb693c228362.tar.gz
slackbuilds-edb9612a01822639514075e8d651cb693c228362.tar.xz
misc/seahorse-plugins: Updated for version 20120904_75c66f6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/seahorse-plugins')
-rw-r--r--misc/seahorse-plugins/seahorse-plugins.SlackBuild9
-rw-r--r--misc/seahorse-plugins/seahorse-plugins.info8
2 files changed, 7 insertions, 10 deletions
diff --git a/misc/seahorse-plugins/seahorse-plugins.SlackBuild b/misc/seahorse-plugins/seahorse-plugins.SlackBuild
index 14202e28f3..cdacafe9e3 100644
--- a/misc/seahorse-plugins/seahorse-plugins.SlackBuild
+++ b/misc/seahorse-plugins/seahorse-plugins.SlackBuild
@@ -5,7 +5,7 @@
# Written by Andrew Rowland <darowland@ieee.org>
PRGNAM='seahorse-plugins'
-VERSION=${VERSION:-2.30.1}
+VERSION=${VERSION:-20120904_75c66f6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -42,7 +42,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@@ -53,7 +53,7 @@ find . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-./configure \
+./autogen.sh \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
@@ -72,9 +72,6 @@ make install DESTDIR=$PKG
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
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS ChangeLog COPYING* HACKING INSTALL MAINTAINERS NEWS README THANKS \
diff --git a/misc/seahorse-plugins/seahorse-plugins.info b/misc/seahorse-plugins/seahorse-plugins.info
index 6786a1a487..929e84e26d 100644
--- a/misc/seahorse-plugins/seahorse-plugins.info
+++ b/misc/seahorse-plugins/seahorse-plugins.info
@@ -1,10 +1,10 @@
PRGNAM="seahorse-plugins"
-VERSION="2.30.1"
+VERSION="20120904_75c66f6"
HOMEPAGE="https://live.gnome.org/Seahorse/Plugins"
-DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/seahorse-plugins/2.30/seahorse-plugins-2.30.1.tar.bz2"
-MD5SUM="cb8a86a1039054b621f6419ac2219695"
+DOWNLOAD="http://ponce.cc/slackware/sources/repo/seahorse-plugins-20120904_75c66f6.tar.xz"
+MD5SUM="ab87610e5d2b9d959027293dced0f629"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="seahorse"
+REQUIRES="libcryptui seahorse"
MAINTAINER="Andrew Rowland"
EMAIL="darowland@ieee.org"