libglade: remove

python2, gtk2
This commit is contained in:
classabbyamp 2023-09-26 13:21:58 -04:00 committed by classabbyamp
parent 76a4fb0eb8
commit de49220a2d
4 changed files with 0 additions and 49 deletions

View File

@ -319,7 +319,6 @@ libtiffxx.so.6 tiff-4.5.0_1
libnotify.so.4 libnotify-0.7_1
libexo-1.so.0 exo-0.7.3_1
libexo-2.so.0 exo-0.12.0_1
libglade-2.0.so.0 libglade-2.6.4_1
libthunarx-3.so.0 Thunar-1.8.1_1
libexif.so.12 libexif-0.6.17_1
liboil-0.3.so.0 liboil-0.3.16_1

View File

@ -1 +0,0 @@
libglade

View File

@ -1,12 +0,0 @@
--- a/configure.in
+++ b/configure.in
@@ -46,7 +46,8 @@ PKG_CHECK_MODULES(LIBGLADE, [dnl
libxml-2.0 >= required_libxml_version dnl
atk >= required_atk_version dnl
gtk+-2.0 >= required_gtk_version dnl
- glib-2.0 >= required_glib_version])
+ glib-2.0 >= required_glib_version dnl
+ gmodule-no-export-2.0 >= required_glib_version])
AC_MSG_CHECKING([for native Win32])
case "$host" in

View File

@ -1,35 +0,0 @@
# Template file for 'libglade'
pkgname=libglade
version=2.6.4
revision=12
build_style=gnu-configure
configure_args="--disable-static --without-xml-catalog"
hostmakedepends="automake pkg-config libtool python glib-devel gtk+-devel gtk-doc"
makedepends="libxml2-devel gtk+-devel xmlcatmgr"
depends="xmlcatmgr"
short_desc="Runtime interpreter for GLADE GUI files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2"
homepage="http://www.jamesh.id.au/software/libglade/"
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
checksum=64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec
python_version=2 #unverified
# Register DTDs with xmlcatmgr.
xml_entries="system http://glade.gnome.org/glade-2.0.dtd /usr/share/xml/libglade/glade-2.0.dtd"
pre_configure() {
autoreconf -fi
}
libglade-devel_package() {
depends="libxml2-devel gtk+-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" -- development files"
pkg_install() {
vmove usr/bin
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gtk-doc
}
}