summaryrefslogblamecommitdiff
path: root/user/atkmm/APKBUILD
blob: 9fc24bbef4d6351f432c1ade1d4a4b4581783db7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                           
             
             





                               
                                                                     



                                                                                   
               


                                         





                                            


         
                            


           
                                                 
 
                                                                                                                                                                  
# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=atkmm
pkgver=2.28.3
pkgrel=0
pkgdesc="C++ interfaces to ATK"
url="https://gnome.org"
arch="all"
license="LGPL-2.1+"
depends=""
makedepends="atk-dev doxygen glibmm-dev graphviz meson ninja libxslt"
subpackages="$pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/atkmm/${pkgver%.*}/atkmm-$pkgver.tar.xz"

build() {
	meson \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var \
		--buildtype=release \
		--wrap-mode=nofallback \
		-Dbuild-documentation=true \
		. output
	ninja -C output
}

check() {
	ninja -C output test
}

package() {
	DESTDIR="$pkgdir" ninja -C output install
}
sha512sums="ebc25e9de4b9de6df7097ab485fb0675d8c83113d99a444eec91df0908073362bfdaa9b03fc4c3e91766109d9b94b88df041851176ecde578cf932b526ef678e  atkmm-2.28.3.tar.xz"