summaryrefslogtreecommitdiff
path: root/repo/at-spi2-atk/at-spi2-atk.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/at-spi2-atk/at-spi2-atk.xibuild')
-rw-r--r--repo/at-spi2-atk/at-spi2-atk.xibuild16
1 files changed, 0 insertions, 16 deletions
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
-}