swaylock-fancy: initial commit, version 20211011

This commit is contained in:
Tim Biermann 2022-10-30 11:10:29 +00:00
parent 92640916a4
commit 635d3da138
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 37 additions and 0 deletions

11
swaylock-fancy/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/swaylock-fancy
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/swaylock-fancy.1.gz
drwxr-xr-x root/root usr/share/swaylock-fancy/
drwxr-xr-x root/root usr/share/swaylock-fancy/icons/
-rw-r--r-- root/root usr/share/swaylock-fancy/icons/black.svg
-rw-r--r-- root/root usr/share/swaylock-fancy/icons/white.svg

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xaV8p6ki+aB+bSdrE/DFU95WR0B0lUf70LOjGvW1lE9vYLeEogqfBhwmXQX84Pp8bdQ5QxBYJuwUscyTh5Srwc=
SHA256 (Pkgfile) = 4868e8fc6db46ebb1863502c06ee5bc9242ed7447908ff9a0626c6ddcd242318
SHA256 (.footprint) = f5889d0ad28623b9a4b4741a6c0cdee8bcd5f18548e599e412825b9cc2e84757
SHA256 (swaylock-fancy-20211011.tar.gz) = 62fee1dcadcaf11e47af123577859e67ff165b5fcccc7399ac700e37dd63ebb0

21
swaylock-fancy/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: lock your screen with an actual, blurred screenshot
# URL: https://github.com/Big-B/swaylock-fancy
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: gdk-pixbuf grim imagemagick wlroots xorg-libxkbcommon
name=swaylock-fancy
version=20211011
release=1
_commit=265fbfb438392339bf676b0a9dbe294abe2a699e
source=(https://github.com/Big-B/swaylock-fancy/archive/$_commit/$name-$version.tar.gz)
build() {
cd $name-$_commit
make DESTDIR=$PKG install
sed -i $PKG/usr/bin/$name -e "s!^PREFIX=.*!PREFIX=/usr/share/$name!g"
mkdir -p $PKG/usr/share/$name
cp -r icons $PKG/usr/share/$name
rm -r $PKG/usr/share/licenses
}