pygtksourceview: rebuild for metadata
This commit is contained in:
parent
e5a60462d1
commit
4962ccf903
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'pygtksourceview'
|
# Template file for 'pygtksourceview'
|
||||||
pkgname=pygtksourceview
|
pkgname=pygtksourceview
|
||||||
version=2.10.1
|
version=2.10.1
|
||||||
revision=4
|
revision=5
|
||||||
lib32disabled=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-docs"
|
configure_args="--disable-static --disable-docs"
|
||||||
hostmakedepends="pkg-config intltool python-devel pygtk-devel"
|
hostmakedepends="pkg-config intltool python-devel pygtk-devel"
|
||||||
|
@ -10,10 +9,11 @@ makedepends="python-devel gtksourceview2-devel pygtk-devel"
|
||||||
depends="pygtk"
|
depends="pygtk"
|
||||||
short_desc="Python bindings for gtksourceview2"
|
short_desc="Python bindings for gtksourceview2"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/2.10/${pkgname}-${version}.tar.bz2"
|
distfiles="${GNOME_SITE}/${pkgname}/2.10/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=b4b47c5aeb67a26141cb03663091dfdf5c15c8a8aae4d69c46a6a943ca4c5974
|
checksum=b4b47c5aeb67a26141cb03663091dfdf5c15c8a8aae4d69c46a6a943ca4c5974
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in New Issue