libglade: fix missing libglade-convert file, depends on python

This commit is contained in:
Danny Rawlins 2020-05-24 22:17:31 +10:00
parent 3d6f2dc09d
commit 116fcb88c9
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Qc2l04jDEqF/Cv/poQmn1G3VSjZDY/i4TORKbOMhj7/oumsoPuAznL4gYJZEREytuMpUBbsGdWXCj1Jl9KqjgM=
SHA256 (Pkgfile) = 435c86218097b0df7d1a3fd9347a762bca6200dde1cd79da22912d49861f7393
RWSE3ohX2g5d/UyONmhSwT/t1+uOgIM9p7My8MyfU1b66b2dLRn6xfA7vfpygR/Pi/nr2bOJ8kOOsCB0sxyeobe43htrB5g45AM=
SHA256 (Pkgfile) = 77c6ff638cccd8e8e3e69f533fd0b5fef9754e18c6a4a7ece01218ea03f9822d
SHA256 (.footprint) = 60bcd782db2cafa0ae4c87bf385a78a028923bb507ba02717d4cf44483d376bb
SHA256 (libglade-2.6.4.tar.bz2) = 64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec
SHA256 (libglade-2.0.1-nowarning.patch) = 423c12af1c73442caa851a0b8db33b00fa4b778b1b422a4e8ac33d121d043008

View File

@ -1,7 +1,7 @@
# Description: library to load glade interface files in a program at runtime
# URL: http://glade.gnome.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gtk xorg-libxdamage
# Depends on: gtk xorg-libxdamage python
name=libglade
version=2.6.4
@ -27,8 +27,12 @@ build() {
--prefix=/usr \
--disable-debug \
--disable-gtk-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
install -m755 libglade-convert $PKG/usr/bin/
rm -rf $PKG/usr/share/gtk-doc
}