1
0
forked from ports/opt

atk: new maintainer

This commit is contained in:
Juergen Daubert 2021-01-23 12:58:18 +01:00
parent 0eac06a16d
commit f4de78cf47
2 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/dcP25V/KSjPQA2/n4Dd9OWP1PUO9hfMwokEMiAFYiaVPvXHx//ZC9kRH5Ry10LblpKiAl5aa4AVVNlsKYNzfww=
SHA256 (Pkgfile) = ebebe40491c84c279891d89259b1735bac4ed2c42222406424dedf0ddc048d22
RWSE3ohX2g5d/WVlb/2nWk2T9Mdb2Vq5nflT0DmGI2W0RJGpY7gX17C4HxWBzQxfH7X+9cwzjijwSgPygMPynQoqca+FsvAaSgA=
SHA256 (Pkgfile) = 1c3c9f954dbaa88f3c000c26cb31a41bb4e538a11068cc5040b19e34bd8be4a9
SHA256 (.footprint) = 7bea8a54eb14ca82a26a6139a83044a9c755c086f421270b574a1ee5fe9db9c0
SHA256 (atk-2.36.0.tar.xz) = fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788

View File

@ -1,7 +1,7 @@
# Description: A set of interfaces for accessibility
# URL: https://www.gtk.org/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: gobject-introspection meson ninja
# URL: https://www.gtk.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: gobject-introspection meson ninja
name=atk
version=2.36.0
@ -9,10 +9,12 @@ release=1
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain
meson build --prefix=/usr
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/share/locale
}