Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
e5fbbb29
Commit
e5fbbb29
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/lightdm: remove dead sed
does nothing after previous patches
parent
bf2e611a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/lightdm/APKBUILD
+3
-13
3 additions, 13 deletions
community/lightdm/APKBUILD
with
3 additions
and
13 deletions
community/lightdm/APKBUILD
+
3
−
13
View file @
e5fbbb29
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment