summaryrefslogtreecommitdiff
path: root/swaylock-fancy
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-10-30 11:10:29 +0000
committerTim Biermann <tbier@posteo.de>2022-10-30 11:10:29 +0000
commit635d3da138305ce0fc26fa3c7e7a04580a8fc6c9 (patch)
tree9c921f40039886e40dc684356186510078a3df41 /swaylock-fancy
parent92640916a4a8cd00b327cbeb33893ed37e4437e8 (diff)
downloadcontrib-635d3da138305ce0fc26fa3c7e7a04580a8fc6c9.tar.gz
contrib-635d3da138305ce0fc26fa3c7e7a04580a8fc6c9.tar.xz
swaylock-fancy: initial commit, version 20211011
Diffstat (limited to 'swaylock-fancy')
-rw-r--r--swaylock-fancy/.footprint11
-rw-r--r--swaylock-fancy/.signature5
-rw-r--r--swaylock-fancy/Pkgfile21
3 files changed, 37 insertions, 0 deletions
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.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
+}

Generated by cgit