pygtksourceview: remove package
* unused library, depends on python2
This commit is contained in:
parent
d8ebd051ef
commit
a8caffb9aa
2 changed files with 1 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
# Template file for 'pygtksourceview'
|
||||
pkgname=pygtksourceview
|
||||
version=2.10.1
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-docs"
|
||||
hostmakedepends="pkg-config intltool python-devel pygtk-devel"
|
||||
makedepends="python-devel gtksourceview2-devel pygtk-devel"
|
||||
depends="pygtk"
|
||||
short_desc="Python bindings for gtksourceview2"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/2.10/${pkgname}-${version}.tar.bz2"
|
||||
checksum=b4b47c5aeb67a26141cb03663091dfdf5c15c8a8aae4d69c46a6a943ca4c5974
|
||||
lib32disabled=yes
|
||||
|
||||
pre_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
sed -i "s;PYTHON_INCLUDES=.*;PYTHON_INCLUDES=-I${XBPS_CROSS_BASE}/usr/include/python2.7;g" configure
|
||||
fi
|
||||
}
|
|
@ -255,6 +255,7 @@ replaces="
|
|||
profont<=1.0_2
|
||||
psiconv<=0.9.9_9
|
||||
ptii<=0.4_2
|
||||
pygtksourceview<=2.10.1_5
|
||||
pyside-tools<=0.2.15_2
|
||||
pystopwatch<=2019_2
|
||||
python-M2Crypto<=0.35.2_7
|
||||
|
|
Loading…
Reference in a new issue