development/geany-plugins: Updated for version 0.20.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
8d7600bdc3
commit
643e22b56b
|
@ -1,10 +1,8 @@
|
|||
Geany Plugins (additional plugins for Geany)
|
||||
Geany Plugins is a package of additional plugins from the Geany site
|
||||
that will enhance and extend Geany's capabilities. Most of these
|
||||
plugins were developed by various developers on SourceForge.net.
|
||||
|
||||
Geany Plugins is a package of the plugins from the Geany site thaat
|
||||
will enhance and extend Geany's capabilities. Most of these plugins
|
||||
were developed by various developers on SourceForge.net.
|
||||
This requires geany.
|
||||
|
||||
This requires Geany.
|
||||
|
||||
Notice the 'geanygendoc' plugin will not be built as it requires
|
||||
the dependencies: GIO and CTPL.
|
||||
Note the geanygendoc plugin will not be built as it requires a
|
||||
dependency of CTPL that is not available.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=geany-plugins
|
||||
VERSION=${VERSION:-0.19}
|
||||
VERSION=${VERSION:-0.20}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -87,10 +87,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 \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="geany-plugins"
|
||||
VERSION="0.19"
|
||||
VERSION="0.20"
|
||||
HOMEPAGE="http://plugins.geany.org/"
|
||||
DOWNLOAD="http://plugins.geany.org/geany-plugins/geany-plugins-0.19.tar.bz2"
|
||||
MD5SUM="981c479c7014ea24be7df4d84867a2cb"
|
||||
DOWNLOAD="http://plugins.geany.org/geany-plugins/geany-plugins-0.20.tar.bz2"
|
||||
MD5SUM="94bc4901217641a07f840d92179643b0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="James Geboski"
|
||||
EMAIL="jgeboski@gmail.com"
|
||||
APPROVED="michiel"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -8,9 +8,12 @@
|
|||
|-----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 thaat
|
||||
geany-plugins: will enhance and extend Geany's capabilities. Most of these 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:
|
||||
geany-plugins: Homepage: http://plugins.geany.org/
|
||||
geany-plugins:
|
||||
geany-plugins:
|
||||
geany-plugins:
|
||||
geany-plugins:
|
||||
|
|
Loading…
Reference in New Issue