diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-08-26 19:36:27 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-08-26 19:40:35 +1000 |
commit | 8b6495c6e657c17c236fdcf0c6bad514c7f7c97f (patch) | |
tree | 4a5aac2b19ce97369f1687bc923a4143bfc9a985 | |
parent | 03144cd3aea4e9b6623d11cc76ff3dc0110ff6df (diff) | |
download | opt-8b6495c6e657c17c236fdcf0c6bad514c7f7c97f.tar.gz opt-8b6495c6e657c17c236fdcf0c6bad514c7f7c97f.tar.xz |
[notify] libglade: do not depend on pango-compat as xfce4 uses libglade
-rw-r--r-- | libglade/.signature | 4 | ||||
-rw-r--r-- | libglade/Pkgfile | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libglade/.signature b/libglade/.signature index c490788af..992aabdd3 100644 --- a/libglade/.signature +++ b/libglade/.signature @@ -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 diff --git a/libglade/Pkgfile b/libglade/Pkgfile index 98cf5a736..f803ffdc1 100644 --- a/libglade/Pkgfile +++ b/libglade/Pkgfile @@ -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 |