Skip to content
Snippets Groups Projects
Commit e5fbbb29 authored by alice's avatar alice
Browse files

community/lightdm: remove dead sed

does nothing after previous patches
parent bf2e611a
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lightdm pkgname=lightdm
pkgver=1.32.0 pkgver=1.32.0
pkgrel=2 pkgrel=3
pkgdesc="cross-desktop display manager" pkgdesc="cross-desktop display manager"
url="https://www.freedesktop.org/wiki/Software/LightDM" url="https://www.freedesktop.org/wiki/Software/LightDM"
# s390x: mainframe # s390x: mainframe
...@@ -40,7 +40,7 @@ subpackages=" ...@@ -40,7 +40,7 @@ subpackages="
$pkgname-openrc $pkgname-openrc
$pkgname-qt5 $pkgname-qt5
$pkgname-qt5-dev:qt5_dev $pkgname-qt5-dev:qt5_dev
$pkgname-bash-completion:bashcomp:noarch $pkgname-bash-completion
" "
source="https://github.com/CanonicalLtd/lightdm/releases/download/$pkgver/lightdm-$pkgver.tar.xz source="https://github.com/CanonicalLtd/lightdm/releases/download/$pkgver/lightdm-$pkgver.tar.xz
musl-language.patch musl-language.patch
...@@ -68,7 +68,6 @@ build() { ...@@ -68,7 +68,6 @@ build() {
package() { package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
sed -i "s/pam_systemd/pam_elogind/" "$pkgdir"/etc/pam.d/*
ln -s /etc/X11/xinit/Xsession "$pkgdir"/usr/bin/lightdm-session ln -s /etc/X11/xinit/Xsession "$pkgdir"/usr/bin/lightdm-session
install -Dm755 "$srcdir"/lightdm.initd "$pkgdir"/etc/init.d/lightdm install -Dm755 "$srcdir"/lightdm.initd "$pkgdir"/etc/init.d/lightdm
install -o lightdm -g lightdm -d "$pkgdir"/var/lib/lightdm-data install -o lightdm -g lightdm -d "$pkgdir"/var/lib/lightdm-data
...@@ -76,8 +75,7 @@ package() { ...@@ -76,8 +75,7 @@ package() {
} }
qt5() { qt5() {
mkdir -p "$subpkgdir"/usr/lib amove usr/lib/liblightdm-qt5*
mv "$pkgdir"/usr/lib/liblightdm-qt5* "$subpkgdir"/usr/lib
} }
qt5_dev() { qt5_dev() {
...@@ -87,14 +85,6 @@ qt5_dev() { ...@@ -87,14 +85,6 @@ qt5_dev() {
mv "$pkgdir"/../$pkgname-dev/usr/lib/pkgconfig/liblightdm-qt5-3.pc "$subpkgdir"/usr/lib/pkgconfig/ mv "$pkgdir"/../$pkgname-dev/usr/lib/pkgconfig/liblightdm-qt5-3.pc "$subpkgdir"/usr/lib/pkgconfig/
} }
bashcomp() {
depends=""
pkgdesc="Bash completions for $pkgname"
install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
amove usr/share/bash-completion/completions
}
sha512sums=" sha512sums="
81497fb25904bc2e8687dc99992628eb534f7418f72e1908c4766e917fc1221714210d998739417e1cae2ee15e3197a2eb8d4981cb944cfeb0334dc9e356e716 lightdm-1.32.0.tar.xz 81497fb25904bc2e8687dc99992628eb534f7418f72e1908c4766e917fc1221714210d998739417e1cae2ee15e3197a2eb8d4981cb944cfeb0334dc9e356e716 lightdm-1.32.0.tar.xz
592d630bdabeed304f8b677ceb0ebd2a6ab0930baae473814aafb0d58b7e28a79c8c667f18a656a460132c48a9fee90be7eebd50f835ea641d6d99387b28310a musl-language.patch 592d630bdabeed304f8b677ceb0ebd2a6ab0930baae473814aafb0d58b7e28a79c8c667f18a656a460132c48a9fee90be7eebd50f835ea641d6d99387b28310a musl-language.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment