maemo/maemo-launcher: upgrade to 0.36.1 (!619)

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Luca Weiss 2019-09-09 15:29:47 +02:00 committed by Oliver Smith
parent 73d1450e73
commit 7d743e34f9
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,26 +1,26 @@
pkgname=maemo-launcher
pkgver=0.35
pkgrel=1
pkgver=0.36.1
pkgrel=0
pkgdesc="Application startup accelerator for Maemo"
arch="all"
url="https://github.com/maemo-leste/$pkgname"
license="GPL"
depends="libhildon iphbd dbus-glib"
makedepends="libhildon-dev iphbd-dev dbus-glib-dev autoconf automake m4"
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/$pkgname/archive/$pkgver.tar.gz"
url="https://github.com/maemo-leste/maemo-launcher"
license="GPL-2.0-only"
makedepends="autoconf automake libhildon-dev iphbd-dev dbus-glib-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/maemo-launcher/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
prepare() {
default_prepare
autoreconf -fi
}
build() {
cd "$builddir"
autoreconf -i -f
./configure --prefix=/usr
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir/" install
}
sha512sums="8ec24811973c13099589f53a41fa7feef7672b0106513db7230794bfe94be76c235c9ed523a0ef9004e5b71683538c43522ba75acb6a08014795ce62b3f89ef0 maemo-launcher-0.35.tar.gz"
sha512sums="3f36714b35b834f38a615f3f8ed90b6f2bee83d5f023e374cf260537f4ac841f888b6ee1b47bab6f86a02d122bd9f6ac8afe228a4fb3b3aba7d6e1cededa60de maemo-launcher-0.36.1.tar.gz"