diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/lightdm/APKBUILD | 10 | ||||
-rw-r--r--[-rwxr-xr-x] | community/lightdm/lightdm.initd | 11 |
2 files changed, 11 insertions, 10 deletions
diff --git a/community/lightdm/APKBUILD b/community/lightdm/APKBUILD index e3e9718d61..f219f7dec9 100644 --- a/community/lightdm/APKBUILD +++ b/community/lightdm/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lightdm -pkgver=1.28.0 -pkgrel=4 +pkgver=1.30.0 +pkgrel=0 pkgdesc="A cross-desktop display manager" url="https://www.freedesktop.org/wiki/Software/LightDM" arch="all" @@ -16,7 +16,7 @@ install="$pkgname.pre-install" pkgusers="lightdm" pkggroups="lightdm" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-openrc $pkgname-qt5 $pkgname-qt5-dev:qt5_dev" -source="https://github.com/CanonicalLtd/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz +source="https://github.com/CanonicalLtd/lightdm/releases/download/$pkgver/lightdm-$pkgver.tar.xz musl-language.patch musl-is-linux.patch musl-updwtmpx.patch @@ -61,10 +61,10 @@ qt5_dev() { mv "$pkgdir"/../$pkgname-dev/usr/lib/pkgconfig/liblightdm-qt5-3.pc "$subpkgdir"/usr/lib/pkgconfig/ } -sha512sums="e1e8a952e723bbcc106043d33a64278b228a5a47a7e54235375817b08483594cc5e46ec52f5cbb9d258266e44b045785bca1d4c62daf83071c0f668b3c480071 lightdm-1.28.0.tar.xz +sha512sums="bca25a0aa73caf7d51e5882889a1707d2527470a170658c1be98ecfb96c8f85fd616494fc5bed658e744f91b9f8b0a98d2a0cf42f9c030242ae470c8a27145ce lightdm-1.30.0.tar.xz 592d630bdabeed304f8b677ceb0ebd2a6ab0930baae473814aafb0d58b7e28a79c8c667f18a656a460132c48a9fee90be7eebd50f835ea641d6d99387b28310a musl-language.patch aa33888f61b61f6c8082c77dc0b539fa14fb395c17e70b825ba88af7bb6adaad8f99583342a77442c60c105c1b83dd6eb0547fbddb43dcd767d9ad2c65ca2baf musl-is-linux.patch 876088f21e502630c7d13343b03785d3327727c25657690c8e1cff5428a36944eb75d538f24ab4f5b11f931d8fad51241f25046da370eb5868aa8d2860be4eb2 musl-updwtmpx.patch c5bf8cfc0b4c4f95d9c9a3fa517b6c8ec90e02d84fb4498176b4745ed6089576fab536e9a3595200443811f05f2d47ac5e7c0205c878d9c23eff4dda7093ad6c disallow-guest.patch 7d31a5d7034e665a86a7067654c8865fa5db98b58c32afab6077d589c0cd1351bfbfb4625e5e1b2ccf8c98bc08e7c97412c528311c3c32da0b8e45916f8de767 allow-null-passwd.patch -212fb5830e6c76a3e396d38d55ad03b5a4a49f4ddc48fe60976612cee1ab5f0cc9867129e676929b421557be84c4db6699850a0408de9b16bd5ef34b6c7fbd51 lightdm.initd" +9f75dacbb3ec1d99b2f27f7717f47b62a9146764e86986a77d0935da813ebe5cdebe82b25d960bcd3fd44bb73b7a6465dd2ea5e0710b2febbe99190d5fbb8812 lightdm.initd" diff --git a/community/lightdm/lightdm.initd b/community/lightdm/lightdm.initd index 6de51487e5..db28a969f7 100755..100644 --- a/community/lightdm/lightdm.initd +++ b/community/lightdm/lightdm.initd @@ -1,14 +1,15 @@ #!/sbin/openrc-run +supervisor=supervise-daemon + +name="Display Manager" +description="Lightweight $name" + +command=/usr/bin/lightdm depend() { need localmount dbus } -description="Lightweight Display Manager" -command="/usr/bin/lightdm" -command_background="yes" -pidfile="/run/lightdm.pid" - start_pre() { checkpath --owner lightdm:lightdm --directory /run/lightdm } |