Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / lemurs


Commits:
e3a84d19 by Robin Candau at 2024-05-09T15:33:56+02:00
upgpkg: 0.3.2-3: Add the wayland and wms dirs in /etc/lemurs

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = lemurs
        pkgdesc = A customizable TUI display/login manager written in Rust
        pkgver = 0.3.2
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/coastalwhite/lemurs
        arch = x86_64
        license = Apache-2.0 OR MIT


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=lemurs
 pkgver=0.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A customizable TUI display/login manager written in Rust"
 arch=('x86_64')
 url="https://github.com/coastalwhite/lemurs";
@@ -35,10 +35,15 @@ check() {
 package() {
        cd "${pkgname}-${pkgver}"
        install -Dm 755 "target/release/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+
+       install -dm 755 "${pkgdir}/etc/lemurs/wms"
+       install -dm 755 "${pkgdir}/etc/lemurs/wayland"
        install -Dm 644 extra/config.toml "${pkgdir}/etc/lemurs/config.toml"
        install -Dm 755 extra/xsetup.sh "${pkgdir}/etc/lemurs/xsetup.sh"
+
        install -Dm 644 extra/lemurs.pam "${pkgdir}/etc/pam.d/lemurs"
        install -Dm 644 extra/lemurs.service 
"${pkgdir}/usr/lib/systemd/system/lemurs.service"
+
        install -Dm 644 LICENSE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/MIT"
        install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lemurs/-/commit/e3a84d19f0fd72793e1d7a2fbebbf5bb1f8a1a50

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lemurs/-/commit/e3a84d19f0fd72793e1d7a2fbebbf5bb1f8a1a50
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to