summaryrefslogtreecommitdiff
path: root/atk-32
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2020-11-01 16:54:13 +1100
committerDanny Rawlins <contact@romster.me>2020-11-01 16:54:13 +1100
commit14a167a0674b3df0117e7feb80c293d375e35db7 (patch)
treebe4c260e0cb3e704cf66b36f0f96d9f269d20e18 /atk-32
parentbbe1fb5ac57c6ebdc5f03b1947d158e340ec96d9 (diff)
downloadcompat-32-14a167a0674b3df0117e7feb80c293d375e35db7.tar.gz
compat-32-14a167a0674b3df0117e7feb80c293d375e35db7.tar.xz
atk-32: disable introspection
Diffstat (limited to 'atk-32')
-rw-r--r--atk-32/.footprint2
-rw-r--r--atk-32/.signature6
-rw-r--r--atk-32/Pkgfile4
3 files changed, 5 insertions, 7 deletions
diff --git a/atk-32/.footprint b/atk-32/.footprint
index 93db76b9..ab09ac75 100644
--- a/atk-32/.footprint
+++ b/atk-32/.footprint
@@ -1,7 +1,5 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
-drwxr-xr-x root/root usr/lib32/girepository-1.0/
--rw-r--r-- root/root usr/lib32/girepository-1.0/Atk-1.0.typelib
lrwxrwxrwx root/root usr/lib32/libatk-1.0.so -> libatk-1.0.so.0
lrwxrwxrwx root/root usr/lib32/libatk-1.0.so.0 -> libatk-1.0.so.0.23609.1
-rwxr-xr-x root/root usr/lib32/libatk-1.0.so.0.23609.1
diff --git a/atk-32/.signature b/atk-32/.signature
index dafc0b57..9ba12663 100644
--- a/atk-32/.signature
+++ b/atk-32/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXXnWL5LyLXwBD7cvMsVFF5ijkHhAkTORjFtSlS6LQGjTD9v12GJX2pxIXV1TzMrKi40DdpqqQ/xKxXugU+HaWw8=
-SHA256 (Pkgfile) = a7f351c30ba8d0f43f43c48710fd56dc91d3e7af6eee174c5bf3868b0086c5b6
-SHA256 (.footprint) = e7c5ca044758b729c8f23f0f99c9c8ea2c3cc079aacc0f350105942418456123
+RWSwxGo/zH7eXeKHoTXnGX7uMGo+r8+GCaSL12bmJZ9K9l591qE/f7dUL5A4ZjTP1MBVAgjKnaYKIqZZ0/tcIWQayFi973p0EwM=
+SHA256 (Pkgfile) = b97fab0138341698740429304d3afc9ea5e360433ea79a1d132d0a18b6342359
+SHA256 (.footprint) = f2aa999ed28cc4c28a398c23c107fcf2a20fbea03e2afc84d977b19a7dfdc7cf
SHA256 (atk-2.36.0.tar.xz) = fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788
diff --git a/atk-32/Pkgfile b/atk-32/Pkgfile
index a97c2697..91fd0303 100644
--- a/atk-32/Pkgfile
+++ b/atk-32/Pkgfile
@@ -5,7 +5,7 @@
name=atk-32
version=2.36.0
-release=1
+release=2
source=(https://download.gnome.org/sources/${name%-*}/${version:0:4}/${name%-*}-$version.tar.xz)
build() {
@@ -13,7 +13,7 @@ build() {
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig:/usr/lib/pkgconfig'
- meson build --prefix=/usr --libdir=/usr/lib32
+ meson build --prefix=/usr --libdir=/usr/lib32 -Dintrospection=false
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
rm -r $PKG/usr/{include,share}

Generated by cgit