Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-greeter
Commits:
e9c596a8 by Maxime Gauduin at 2024-09-27T18:09:30+02:00
revert upstream pam changes
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cosmic-greeter
pkgdesc = COSMIC greeter for greetd
pkgver = 1.0.0.alpha.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/cosmic-greeter
arch = x86_64
groups = cosmic
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=cosmic-greeter
pkgver=1.0.0.alpha.2
-pkgrel=1
+pkgrel=2
pkgdesc='COSMIC greeter for greetd'
arch=(x86_64)
url=https://github.com/pop-os/cosmic-greeter
@@ -42,6 +42,8 @@ prepare() {
git remote add network-origin ${url}
git lfs fetch network-origin
git lfs checkout
+ # revert pam config for now
+ git revert -n ef1253aa2393666bb2a0b0132b722f51ec7ebbf3
cargo fetch --locked
patch -Np1 -i ../cosmic-greeter-display-manager.patch
patch -Np1 -i ../cosmic-greeter-lto.patch
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-greeter/-/commit/e9c596a891b68aefc7f080d697d17b26a979a42d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-greeter/-/commit/e9c596a891b68aefc7f080d697d17b26a979a42d
You're receiving this email because of your account on gitlab.archlinux.org.