aboutsummaryrefslogtreecommitdiffstats
path: root/community/mapplauncherd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mapplauncherd/APKBUILD')
-rw-r--r--community/mapplauncherd/APKBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/mapplauncherd/APKBUILD b/community/mapplauncherd/APKBUILD
index 6e92293301a..875a5ba32da 100644
--- a/community/mapplauncherd/APKBUILD
+++ b/community/mapplauncherd/APKBUILD
@@ -1,16 +1,17 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mapplauncherd
-pkgver=4.2.1
+pkgver=4.2.13
pkgrel=0
pkgdesc="A daemon that helps to launch applications faster"
-url="https://git.sailfishos.org/mer-core/mapplauncherd"
+url="https://github.com/sailfishos/mapplauncherd"
# armhf blocked by extra-cmake-modules
arch="all !armhf"
license="LGPL-2.1-only"
depends_dev="
dbus-dev
elogind-dev
+ glib-dev
libcap-dev
"
makedepends="$depends_dev
@@ -18,10 +19,7 @@ makedepends="$depends_dev
doxygen
"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://git.sailfishos.org/mer-core/mapplauncherd/-/archive/$pkgver/mapplauncherd-$pkgver.tar.gz
- 0001-Fix-cmake-issues.patch
- 0002-Add-pkgconfig-file.patch
- "
+source="https://github.com/sailfishos/mapplauncherd/archive/$pkgver/mapplauncherd-$pkgver.tar.gz"
options="!check" # No tests
build() {
@@ -38,7 +36,5 @@ package() {
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="
-025e853ef7251de9495d81a80e1fb740a2acad397e4a8f7726470bc06e494852089aef19e45fe12da634b2fc3c2815aa5560055e293a17da26ade36c0cb47589 mapplauncherd-4.2.1.tar.gz
-a0947aa8daf9b839fa76c9cb096324630f6c37459a0e4534deb9f0f3026774fbfb41fc5a2ba527bc3cf6f4d00e8a2413f2600a4621226e23994370bb6bfb6787 0001-Fix-cmake-issues.patch
-e6656565bb3b597a9562f860d30c5b90c2f561f51cc4f677b22dc16ea4fa1ea4194df21e46dd66d9bbe637b8922d81736964df3d6ced9c85ff114d93d525e0bf 0002-Add-pkgconfig-file.patch
+f3f2dcaa0e852285537074333fdf175d2463d00671d15ca0c242121bc027b3b8ede3771c0c8d80c8bc0d75e9cea0495d54448ca86e24c0f0c2c3cde6e1569a97 mapplauncherd-4.2.13.tar.gz
"