diff options
author | Matt Housh <jaeger@morpheus.net> | 2019-06-27 11:49:01 -0500 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2019-06-27 11:49:01 -0500 |
commit | 74ad9831ba00de4c072fd1d9ab846c57bebf92a3 (patch) | |
tree | ba3698526971432968b102f165d25bfbf37731f6 /gtk-32 | |
parent | 0770a4838c96062b4b73d67d5dded273c0c9d793 (diff) | |
download | compat-32-74ad9831ba00de4c072fd1d9ab846c57bebf92a3.tar.gz compat-32-74ad9831ba00de4c072fd1d9ab846c57bebf92a3.tar.xz |
gtk-32: added fix for detecting shared-mime-info
Diffstat (limited to 'gtk-32')
-rw-r--r-- | gtk-32/.signature | 4 | ||||
-rw-r--r-- | gtk-32/Pkgfile | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gtk-32/.signature b/gtk-32/.signature index 1a8dd5ae..01edeeec 100644 --- a/gtk-32/.signature +++ b/gtk-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXf631uhX/gso5EncaG21AABjhiNCIjzxMI9IYkwgDIY95WpgdmEn9hb01fB+jHwsqrhhypHTCOTFm57VGZJyaQs= -SHA256 (Pkgfile) = 69a6ae2b96acf972e690e968a41b184d36ce26584dc5b34975d4a1fc757b3316 +RWSwxGo/zH7eXe8k9Zry5FsiTtGC7yzvF4URvSMCnFuGHHve/OCSdjsdhc1Djhp8TxRo2jyqUP/avl4dOUQJgoQXfoFW2CKAgQE= +SHA256 (Pkgfile) = 740b1028da966e4fd064ebad692d1080349e85b36f2d9c74c5cf649eb0ab5b06 SHA256 (.footprint) = 8c21cbdd3363018d36c32e4f69fd888e79f807d9f28831d825624182470a0d00 SHA256 (gtk+-2.24.32.tar.xz) = b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e diff --git a/gtk-32/Pkgfile b/gtk-32/Pkgfile index 11d83675..c5cbb2f7 100644 --- a/gtk-32/Pkgfile +++ b/gtk-32/Pkgfile @@ -11,6 +11,8 @@ source=(http://download.gnome.org/sources/gtk+/${version%.*}/gtk+-$version.tar.x build() { cd gtk+-$version + export PKG_CONFIG_PATH+=":/usr/share/pkgconfig" + ./configure \ --prefix=/usr \ --libdir=/usr/lib32 \ |