pmaports/maemo/libmatchbox2/APKBUILD
Oliver Smith 874e979c04
maemo/*: disable armhf, armv7
Most of the time, gtk+2.0-maemo hangs infinitely while building.
Detailed reasoning here:
https://gitlab.com/postmarketOS/pmaports/issues/388
2019-11-21 21:27:15 +01:00

28 lines
925 B
Text

# Maintainer: Nikita Ukhrenkov <thekit@disroot.org>
pkgname=libmatchbox2
pkgver=0.2.96
pkgrel=0
pkgdesc="Library for Matchbox Project applications"
arch="all !armhf !armv7"
url="https://github.com/maemo-leste/libmatchbox2"
license="GPL-2.0-or-later"
depends="gtk+2.0-maemo clutter"
makedepends="autoconf automake libtool gtk+2.0-maemo-dev pango-dev clutter-dev libpng-dev"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/libmatchbox2/archive/$pkgver.tar.gz"
prepare() {
default_prepare
autoreconf -fi
}
build() {
./configure --prefix=/usr --enable-png-theme --with-pango CFLAGS="${CFLAGS} -Wno-error=unused-result -Wno-error=deprecated-declarations"
make
}
package() {
make DESTDIR="$pkgdir/" install
}
sha512sums="cc8d3b1cfe704ec6de38c574b23c0b0391191f0c5f0f3014877920fe099db3a96efcb8332cc7a9a700499e316e4090b11dd10d304efa3ff171a0b29ee7abbeb1 libmatchbox2-0.2.96.tar.gz"