aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxsession/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxsession/APKBUILD')
-rw-r--r--community/lxsession/APKBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/lxsession/APKBUILD b/community/lxsession/APKBUILD
index 3c2e23ea8a3..b2202cc26d2 100644
--- a/community/lxsession/APKBUILD
+++ b/community/lxsession/APKBUILD
@@ -2,13 +2,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lxsession
pkgver=0.5.5
-pkgrel=0
+pkgrel=1
pkgdesc="Lightweight X11 session manager"
-url="https://wiki.lxde.org/en/LXSession"
-# s390x and riscv64 blocked by polkit
-arch="all !s390x !riscv64"
+url="https://github.com/lxde/lxsession"
+arch="all"
license="GPL-2.0-or-later"
-makedepends="gtk+-dev dbus-glib-dev polkit-dev"
+makedepends="
+ dbus-glib-dev
+ gtk+2.0-dev
+ polkit-dev
+ "
subpackages="$pkgname-doc $pkgname-lang"
source="https://downloads.sourceforge.net/sourceforge/lxde/lxsession-$pkgver.tar.xz"