maemo/libosso: upgrade to 2.35 (!619)

This commit is contained in:
Luca Weiss 2019-09-09 15:25:14 +02:00 committed by Oliver Smith
parent bdb6e298b6
commit 73d1450e73
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB

View File

@ -1,28 +1,23 @@
pkgname=libosso
pkgver=2.32
pkgrel=1
pkgver=2.35
pkgrel=0
pkgdesc="Basic library for Maemo applications"
arch="all"
url="https://github.com/maemo-leste/$pkgname"
license="LGPL-2.1"
depends="dbus-glib"
makedepends="mce-headers autoconf automake libtool dbus-glib-dev linux-headers"
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/$pkgname/archive/$pkgver.tar.gz
url="https://github.com/maemo-leste/libosso"
license="LGPL-2.1-only"
makedepends="autoconf automake libtool mce-headers dbus-glib-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/libosso/archive/$pkgver.tar.gz
libosso-mem-musl.patch"
subpackages="$pkgname-dev"
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --enable-stderr-logging
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir/" install
}
sha512sums="bebce3550fc9bcf925c5c507d7982f68154d5d196576c2d9600e01fa2c8f1ecc84ed72c35e3f31e8262207b637d9ffe7ddf6568278c977dffbd11212d6da4e9a libosso-2.32.tar.gz
sha512sums="8f542e2cac593f2d4bbb7faba0b3d31ea88be07fefaa17ad77961dcb4e0fe2a9958fdf79e29e76bdbfd1b62c434c4a4018a26ec2da5a8e917a1de884d3b6892b libosso-2.35.tar.gz
cc4ea4ec285169ea848a8d2ca3c1a084b019c2ed93a39e2225389fffe893c0c5951ded49d4de4b13cf7d0e8fce884830b85d7382411a2973f132af8038106887 libosso-mem-musl.patch"