summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Michiel van Wessem2010-08-14 21:03:19 +0200
committer Erik Hanson2010-08-15 02:04:51 +0200
commit006bc8811fc4e131acd8034d36668ec4398c208c (patch)
tree02317f46a53d4729d4ab9b662228511d382a4a02
parenta0437f6a92155baa229e7d006981e3fb107adb32 (diff)
downloadslackbuilds-006bc8811fc4e131acd8034d36668ec4398c208c.tar.gz
development/geany: Updated for version 0.19.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--development/geany/README2
-rw-r--r--development/geany/geany.SlackBuild4
-rw-r--r--development/geany/geany.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/development/geany/README b/development/geany/README
index dd1ae9f9fa..ac7d15d211 100644
--- a/development/geany/README
+++ b/development/geany/README
@@ -8,7 +8,7 @@ them (and other tag-files) from: http://download.geany.org/contrib/tags/
the easiest way to download them all is:
- lftp -c "open http://download.geany.org/contrib/tags; mirror ."
+ lftp -c "open http://download.geany.org/contrib/; mirror tags"
The first option is to put them in $CWD at the time you build the
package. Then tell the SlackBuild to include support for tags:
diff --git a/development/geany/geany.SlackBuild b/development/geany/geany.SlackBuild
index 807b6df701..fcbf798af7 100644
--- a/development/geany/geany.SlackBuild
+++ b/development/geany/geany.SlackBuild
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=geany
-VERSION=${VERSION:-0.18.1}
+VERSION=${VERSION:-0.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -102,7 +102,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
# Add global support for tags:
if [ "$TAGS" = "yes" ]; then
mkdir -p $PKG/usr/share/$PRGNAM/tags
- for tagfile in $CWD/*.tags; do
+ for tagfile in $CWD/tags/*; do
cat $tagfile > $PKG/usr/share/$PRGNAM/tags/${tagfile##/*/}
done
fi
diff --git a/development/geany/geany.info b/development/geany/geany.info
index 3df3c88cd9..ee739b76f6 100644
--- a/development/geany/geany.info
+++ b/development/geany/geany.info
@@ -1,8 +1,8 @@
PRGNAM="geany"
-VERSION="0.18.1"
+VERSION="0.19"
HOMEPAGE="http://geany.uvena.de/Main/HomePage"
-DOWNLOAD="http://download.geany.org/geany-0.18.1.tar.bz2"
-MD5SUM="e8be4c0918a8b29ef43bf17fa080c11c"
+DOWNLOAD="http://download.geany.org/geany-0.19.tar.bz2"
+MD5SUM="3f9ab0faea72b1c8e25fe50162c42f95"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Michiel van Wessem"