1
0
forked from ports/opt

[notify] libglade: do not depend on pango-compat as xfce4 uses libglade

This commit is contained in:
Danny Rawlins 2019-08-26 19:36:27 +10:00
parent 03144cd3ae
commit 8b6495c6e6
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,11 +1,11 @@
# 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 pango-compat util-linux xorg-libxdamage
# Depends on: gtk xorg-libxdamage
name=libglade
version=2.6.4
release=2
release=3
source=(http://download.gnome.org/sources/$name/2.6/$name-$version.tar.bz2
libglade-2.0.1-nowarning.patch)
@ -23,8 +23,8 @@ build() {
patch -p1 -i $SRC/libglade-2.0.1-nowarning.patch
PKG_CONFIG_PATH+="/usr/lib/pango-compat/pkgconfig" \
./configure --prefix=/usr \
./configure \
--prefix=/usr \
--disable-debug \
--disable-gtk-doc
make