summaryrefslogtreecommitdiffstats
path: root/network/sparkleshare
diff options
context:
space:
mode:
author Donald Cooley2013-10-27 14:33:23 +0100
committer Matteo Bernardini2013-10-27 20:54:00 +0100
commit05d26f558bc584df634ace8e80e3b8fa17500b2a (patch)
tree5c55b173337c63f2f8801a5fbcaa9db075c86cf2 /network/sparkleshare
parent4c5c9505d361be10edbd7d744418fad935996ee5 (diff)
downloadslackbuilds-05d26f558bc584df634ace8e80e3b8fa17500b2a.tar.gz
network/sparkleshare: Updated for version 1.2, changed maintainer.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/sparkleshare')
-rw-r--r--network/sparkleshare/sparkleshare.SlackBuild9
-rw-r--r--network/sparkleshare/sparkleshare.info10
2 files changed, 10 insertions, 9 deletions
diff --git a/network/sparkleshare/sparkleshare.SlackBuild b/network/sparkleshare/sparkleshare.SlackBuild
index 582976dd8f..877f097829 100644
--- a/network/sparkleshare/sparkleshare.SlackBuild
+++ b/network/sparkleshare/sparkleshare.SlackBuild
@@ -22,9 +22,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Updated by Donald Cooley <dfc@warpmail.net>
+
PRGNAM=sparkleshare
-VERSION=${VERSION:-0.9.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -74,7 +76,6 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --disable-nautilus-extension \
--enable-release \
--build=$ARCH-slackware-linux
@@ -85,7 +86,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a News.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/sparkleshare/sparkleshare.info b/network/sparkleshare/sparkleshare.info
index d7d931e0ed..7c512a9349 100644
--- a/network/sparkleshare/sparkleshare.info
+++ b/network/sparkleshare/sparkleshare.info
@@ -1,10 +1,10 @@
PRGNAM="sparkleshare"
-VERSION="0.9.0"
+VERSION="1.2"
HOMEPAGE="http://www.sparkleshare.org"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/sparkleshare-linux-0.9.0.tar.gz"
-MD5SUM="58459e77635dd594baeb4a7a67f6333e"
+DOWNLOAD="https://bitbucket.org/hbons/sparkleshare/downloads/sparkleshare-linux-1.2.tar.gz"
+MD5SUM="befc1542079b0fc6e4b57fa7fdfab12e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="notify-sharp webkit-sharp"
-MAINTAINER="Pierre Cazenave"
-EMAIL="pwcazenave <at> gmail {dot} com"
+MAINTAINER="Donald Cooley"
+EMAIL="dfc@warpmail.net"