diff options
author | James Geboski <jgeboski@gmail.com> | 2013-03-13 05:05:11 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:45 -0400 |
commit | 44cd7796d42f210b319d1fc119fae49248296517 (patch) | |
tree | 80ed301812fb67f0e38507df1a82a476d34c3a28 /development | |
parent | f9396db1d4d9e8bda0dc59d69c5974d337fa094c (diff) | |
download | slackbuilds-44cd7796d42f210b319d1fc119fae49248296517.tar.gz |
development/geany-plugins: Updated for version 1.23.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/geany-plugins/README | 5 | ||||
-rw-r--r-- | development/geany-plugins/doinst.sh | 1 | ||||
-rw-r--r-- | development/geany-plugins/geany-plugins.SlackBuild | 9 | ||||
-rw-r--r-- | development/geany-plugins/geany-plugins.info | 6 | ||||
-rw-r--r-- | development/geany-plugins/slack-desc | 12 |
5 files changed, 16 insertions, 17 deletions
diff --git a/development/geany-plugins/README b/development/geany-plugins/README index ee15a86fde..5ea7b76f61 100644 --- a/development/geany-plugins/README +++ b/development/geany-plugins/README @@ -3,5 +3,6 @@ that will enhance and extend Geany's capabilities. Most of these plugins were developed by various developers on SourceForge.net. Optional dependencies: -Plugin DevHelp: devhelp, webkitgtk -Plugin WebHelper: webkitgtk +DevHelp: devhelp, webkitgtk +MultiTerm: vala +WebHelper: webkitgtk diff --git a/development/geany-plugins/doinst.sh b/development/geany-plugins/doinst.sh index 30eb690936..8542d1c18e 100644 --- a/development/geany-plugins/doinst.sh +++ b/development/geany-plugins/doinst.sh @@ -3,4 +3,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi fi - diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild index 1ea48a624f..2e4db86de9 100644 --- a/development/geany-plugins/geany-plugins.SlackBuild +++ b/development/geany-plugins/geany-plugins.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Geany Plugins -# Copyright 2010-2012 James Geboski <jgeboski@gmail.com> +# Copyright 2010-2013 James Geboski <jgeboski@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=geany-plugins -VERSION=${VERSION:-1.22} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.23} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -78,8 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux \ - --enable-geanygdb + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG diff --git a/development/geany-plugins/geany-plugins.info b/development/geany-plugins/geany-plugins.info index 37521e44f8..e1bdbb372f 100644 --- a/development/geany-plugins/geany-plugins.info +++ b/development/geany-plugins/geany-plugins.info @@ -1,8 +1,8 @@ PRGNAM="geany-plugins" -VERSION="1.22" +VERSION="1.23" HOMEPAGE="http://plugins.geany.org/" -DOWNLOAD="http://plugins.geany.org/geany-plugins/geany-plugins-1.22.tar.bz2" -MD5SUM="ce7f57cec82af49b23151ebccda9424d" +DOWNLOAD="http://plugins.geany.org/geany-plugins/geany-plugins-1.23.tar.bz2" +MD5SUM="d851dbdaf95fb8b74ece43c0a973b748" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geany" diff --git a/development/geany-plugins/slack-desc b/development/geany-plugins/slack-desc index f117f40b50..69a4501b5b 100644 --- a/development/geany-plugins/slack-desc +++ b/development/geany-plugins/slack-desc @@ -1,16 +1,16 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| geany-plugins: Geany Plugins (additional plugins for Geany) geany-plugins: -geany-plugins: Geany Plugins is a package of the plugins from the Geany site that +geany-plugins: Geany Plugins is a package of the plugins from the Geany site that geany-plugins: will enhance and extend Geany's capabilities. Most of these plugins -geany-plugins: were developed by various developers on SourceForge.net. +geany-plugins: were developed by various developers on GitHub. geany-plugins: geany-plugins: Homepage: http://plugins.geany.org/ geany-plugins: |