maemo/libhildonmime: upgrade to 3.0.3 (!619)

This commit is contained in:
Luca Weiss 2019-09-09 15:07:49 +02:00 committed by Oliver Smith
parent d0b9f67744
commit 381b9e13e4
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,25 +1,20 @@
pkgname=libhildonmime
pkgver=3.0.0
pkgrel=1
pkgver=3.0.3
pkgrel=0
pkgdesc="Hildon MIME library"
arch="all"
url="https://github.com/maemo-leste/$pkgname"
license="GPL"
depends=
makedepends="glib-dev dbus-glib-dev gtk-doc libxml2-dev libtool automake autoconf m4"
url="https://github.com/maemo-leste/libhildonmime"
license="LGPL-2.1-only"
makedepends="libtool automake autoconf glib-dev dbus-glib-dev libxml2-dev gtk-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/$pkgname/archive/$pkgver.tar.gz"
subpackages="$pkgname-dev"
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
./autogen.sh --prefix=/usr CFLAGS="${CFLAGS} -Wno-error=unused-but-set-variable"
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir/" install
}
sha512sums="cbd8425a039531e2246880a725d1c913af654a89ce60b23afdee1c5aae30f1a17f764db4ba8f3fbc9a91d8f0b528f5d3961a9efd0d2a7cea80142fd81b03eee0 libhildonmime-3.0.0.tar.gz"
sha512sums="b1c9aa8620352cb65e8604cef4766fc86fe6511748028e4201b963bbe49247f78f7b563153732536241e23d02980eb46925086d4da72a521bc9707a037ddfdbe libhildonmime-3.0.3.tar.gz"