atkmm: update to 2.28.3 with venom-meson

This commit is contained in:
Luis
2022-09-29 09:59:36 +00:00
parent 6b2e3c3496
commit 36863ae25e
3 changed files with 4 additions and 5 deletions

View File

@@ -1 +1 @@
03d9d02736645083cbb824c926750624 atkmm-2.28.1.tar.xz
bad12606feaaba28c4d31b8857b7099e atkmm-2.28.3.tar.xz

View File

@@ -1,4 +1,4 @@
atkmm-2.28.1-1
atkmm-2.28.3-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/atkmm-1.6/

View File

@@ -2,13 +2,12 @@
# depends : at-spi2-core glibmm meson
name=atkmm
version=2.28.1
version=2.28.3
release=1
source="https://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz"
build() {
cd $name-$version
venom-meson build
venom-meson $name-$version build
meson compile -C build
DESTDIR=$PKG meson install -C build
}