From f99268f797c120a24030a573ef22813cd018beb5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 22 Oct 2022 16:29:29 +0100 Subject: Added unrar --- repo/at-spi2-atk/at-spi2-atk.xibuild | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'repo/at-spi2-atk') diff --git a/repo/at-spi2-atk/at-spi2-atk.xibuild b/repo/at-spi2-atk/at-spi2-atk.xibuild index 9cdecd9..c3c1539 100644 --- a/repo/at-spi2-atk/at-spi2-atk.xibuild +++ b/repo/at-spi2-atk/at-spi2-atk.xibuild @@ -3,20 +3,4 @@ NAME="at-spi2-atk" DESC="A GTK+ module that bridges ATK to D-Bus at-spi" -MAKEDEPS="meson ninja " DEPS="at-spi2-core atk dbus glib " - -PKG_VER=2.38.0 -SOURCE="https://download.gnome.org/sources/at-spi2-atk/${PKG_VER%.*}/at-spi2-atk-$PKG_VER.tar.xz" - -build () { - mkdir build && - cd build && - meson --prefix=/usr \ - .. && - ninja -} - -package () { - DESTDIR=$PKG_DEST ninja install -} -- cgit v1.2.1