development/geany-plugins: Updated for version 1.23.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
f9396db1d4
commit
44cd7796d4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# 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------------------------------------------------------|
|
||||
|
@ -10,7 +10,7 @@ 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: 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:
|
||||
|
|
Loading…
Reference in New Issue