ports/contrib (3.7): swaylock-fancy: initial commit, version 20211011
commit 635d3da138305ce0fc26fa3c7e7a04580a8fc6c9 Author: Tim Biermann <tbier@posteo.de> Date: Sun Oct 30 11:10:29 2022 +0000 swaylock-fancy: initial commit, version 20211011 diff --git a/swaylock-fancy/.footprint b/swaylock-fancy/.footprint new file mode 100644 index 000000000..4ddb3ecb1 --- /dev/null +++ b/swaylock-fancy/.footprint @@ -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 diff --git a/swaylock-fancy/.signature b/swaylock-fancy/.signature new file mode 100644 index 000000000..749a7c426 --- /dev/null +++ b/swaylock-fancy/.signature @@ -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 diff --git a/swaylock-fancy/Pkgfile b/swaylock-fancy/Pkgfile new file mode 100644 index 000000000..69a0405cc --- /dev/null +++ b/swaylock-fancy/Pkgfile @@ -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....) + +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 +}
participants (1)
-
crux@crux.nu