summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ryan S. Northrup2017-10-13 11:16:29 +0200
committer Willy Sudiarto Raharjo2017-10-13 11:16:29 +0200
commit9fdfa0d0cea993de5db70084b2248331be42ad80 (patch)
treee5dbcd4b6e7fd250671b0faf35852642d93fd7fc
parentc75817d586cd356af13cb3624053f73a80dff218 (diff)
downloadslackbuilds-9fdfa0d0cea993de5db70084b2248331be42ad80.tar.gz
development/geany-plugins: Updated for v. 1.31.0, new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/geany-plugins/geany-plugins.SlackBuild7
-rw-r--r--development/geany-plugins/geany-plugins.info10
2 files changed, 9 insertions, 8 deletions
diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild
index ff15cc5f7e..4d71098a88 100644
--- a/development/geany-plugins/geany-plugins.SlackBuild
+++ b/development/geany-plugins/geany-plugins.SlackBuild
@@ -26,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=geany-plugins
-VERSION=${VERSION:-1.29}
+VERSION=${VERSION:-1.31.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,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 -L . \
@@ -72,6 +72,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -91,7 +92,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a HACKING MAINTAINERS NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/geany-plugins/geany-plugins.info b/development/geany-plugins/geany-plugins.info
index 37e8f7955f..fa1125c89a 100644
--- a/development/geany-plugins/geany-plugins.info
+++ b/development/geany-plugins/geany-plugins.info
@@ -1,10 +1,10 @@
PRGNAM="geany-plugins"
-VERSION="1.29"
+VERSION="1.31.0"
HOMEPAGE="http://plugins.geany.org/"
-DOWNLOAD="http://plugins.geany.org/geany-plugins/geany-plugins-1.29.tar.bz2"
-MD5SUM="2059c63ac0ec29d2da66b6243ae792e1"
+DOWNLOAD="https://github.com/geany/geany-plugins/archive/1.31.0/geany-plugins-1.31.0.tar.gz"
+MD5SUM="0dc0381776d5a4a94f05d53a54c6212e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geany"
-MAINTAINER="Ryan P.C. McQuen"
-EMAIL="ryanpcmcquen@member.fsf.org"
+MAINTAINER="Ryan S. Northrup"
+EMAIL="northrup@yellowapple.us"