-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lidm package (tag tarball now) & config permissions
- Loading branch information
Showing
6 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: javalsai <[email protected]> | ||
pkgname=lidm-bin | ||
pkgver=0.0.1 | ||
pkgrel=4 | ||
pkgrel=5 | ||
depends=('pam') | ||
pkgdesc="A fully colorful cutomizable TUI display manager made in C. (release binary)" | ||
arch=('x86_64') | ||
|
@@ -20,5 +20,5 @@ sha256sums=( | |
|
||
package() { | ||
install -Dm755 lidm "${pkgdir}/usr/bin/lidm" | ||
install -Dm755 default-theme.ini "${pkgdir}/etc/lidm.ini" | ||
install -Dm644 default-theme.ini "${pkgdir}/etc/lidm.ini" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: javalsai <[email protected]> | ||
pkgname=lidm-git | ||
pkgver=0.0.1.r0.gd6b165b | ||
pkgrel=6 | ||
pkgrel=7 | ||
depends=('pam') | ||
makedepends=('git' 'make' 'gcc') | ||
pkgdesc="A fully colorful cutomizable TUI display manager made in C. (last git commit)" | ||
|
@@ -27,5 +27,5 @@ build() { | |
package() { | ||
cd "lidm" | ||
install -Dm755 lidm "${pkgdir}/usr/bin/lidm" | ||
install -Dm755 themes/default.ini "${pkgdir}/etc/lidm.ini" | ||
install -Dm644 themes/default.ini "${pkgdir}/etc/lidm.ini" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters