geany-plugins: update to 1.26.
This commit is contained in:
parent
4b0c8771a7
commit
16abd5f537
1 changed files with 7 additions and 8 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'geany-plugins'
|
# Template file for 'geany-plugins'
|
||||||
pkgname=geany-plugins
|
pkgname=geany-plugins
|
||||||
version=1.25
|
version=1.26
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# XXX: gitchangebar plugin not compatible with libgit2 right now
|
configure_args="--enable-all-plugins"
|
||||||
configure_args="--enable-all-plugins --disable-gitchangebar"
|
|
||||||
hostmakedepends="automake gettext-devel intltool libtool pkg-config vala
|
hostmakedepends="automake gettext-devel intltool libtool pkg-config vala
|
||||||
glib-devel python-devel"
|
glib-devel python-devel"
|
||||||
makedepends="geany-devel lua51-devel ctpl-devel libwnck2-devel GConf-devel
|
makedepends="geany-devel lua51-devel ctpl-devel libwnck2-devel GConf-devel
|
||||||
webkitgtk2-devel zlib-devel gpgme-devel enchant-devel pygtk-devel"
|
webkitgtk2-devel zlib-devel gpgme-devel enchant-devel pygtk-devel libgit2-devel"
|
||||||
_short_desc="Geany IDE plugins"
|
_short_desc="Geany IDE plugins"
|
||||||
short_desc="${_short_desc} meta-package"
|
short_desc="${_short_desc} meta-package"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://plugins.geany.org"
|
homepage="http://plugins.geany.org"
|
||||||
distfiles="https://github.com/geany/geany-plugins/archive/1.25.tar.gz"
|
distfiles="https://github.com/geany/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=626e606b5766685c86bae622f78912900b95b4a1c43c086ed9a3862691f8b257
|
checksum=89053aa350756e96788fa36e31c97092f7a96946d347c25af83a22402813723c
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
@ -37,7 +36,7 @@ geany-plugins-extra_package() {
|
||||||
short_desc="${_short_desc} - extra plugins"
|
short_desc="${_short_desc} - extra plugins"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
for p in devhelp geanygendoc geanylua geanypg geanypy geniuspaste \
|
for p in devhelp geanygendoc geanylua geanypg geanypy geniuspaste \
|
||||||
markdown pretty-printer spellcheck updatechecker webhelper; do
|
git-changebar markdown pretty-printer spellcheck updatechecker webhelper; do
|
||||||
if [ -x ${DESTDIR}/usr/lib/geany/${p}.so ]; then
|
if [ -x ${DESTDIR}/usr/lib/geany/${p}.so ]; then
|
||||||
vmove usr/lib/geany/${p}.so
|
vmove usr/lib/geany/${p}.so
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue