From d5fe8722359697ebe4de41335f64c7351f1cb809 Mon Sep 17 00:00:00 2001 From: John Gebbie Date: Sat, 7 Jan 2023 11:56:57 +0000 Subject: [PATCH 1/2] New package: coord-1.0 --- srcpkgs/coord/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/coord/template diff --git a/srcpkgs/coord/template b/srcpkgs/coord/template new file mode 100644 index 000000000000..6d5f82492dcb --- /dev/null +++ b/srcpkgs/coord/template @@ -0,0 +1,15 @@ +# Template file for 'coord' +pkgname=coord +version=1.0 +revision=1 +depends="python3-pyqt6" +short_desc="Screen coordinate selector" +maintainer="John Gebbie " +license="GPL-3.0-only" +homepage="https://sr.ht/~geb/coord" +distfiles="https://git.sr.ht/~geb/coord/archive/${version}.tar.gz" +checksum=c2cad3ea35159bc2394d25216e542daf1c9ebaa9c50f66354d21f5c01a95ae32 + +do_install() { + vbin coord +} From cb306a9c7054f9a3f86ff9fb9f3786556a966401 Mon Sep 17 00:00:00 2001 From: John Gebbie Date: Wed, 8 Feb 2023 12:47:12 +0000 Subject: [PATCH 2/2] New package: tiles-0.2 --- srcpkgs/tiles/template | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 srcpkgs/tiles/template diff --git a/srcpkgs/tiles/template b/srcpkgs/tiles/template new file mode 100644 index 000000000000..17896e04a18a --- /dev/null +++ b/srcpkgs/tiles/template @@ -0,0 +1,39 @@ +# Template file for 'tiles' +pkgname=tiles +version=0.2 +revision=1 +hostmakedepends="scdoc" +depends=" + bspwm + sxhkd + dmenu + dunst + physlock + setroot + xclip + rxvt-unicode + urxvt-perls + font-bh-ttf + qutebrowser + zathura + zathura-pdf-mupdf + zsh + zsh-autosuggestions + clipnotify + picom + unclutter-xfixes + coord +" +short_desc="Desktop environment for voice or keyboard" +maintainer="John Gebbie " +license="GPL-3.0-only" +homepage="https://sr.ht/~geb/tiles" +changelog="https://git.sr.ht/~geb/tiles/blob/master/CHANGELOG.md" +distfiles="https://git.sr.ht/~geb/tiles/archive/${version}.tar.gz" +checksum=b654a27fca5c6ac2a7b5a31dae87ec842de63a6cbaeb2b746585d79fcf10c247 +register_shell="/bin/tiles-shell /usr/bin/tiles-shell" + +do_install() { + TILES_VERSION="${version}" ./install.sh "${DESTDIR}" /usr/bin + "$CC" $CFLAGS -o "${DESTDIR}/usr/bin/tiles-shell" tiles-shell.c +}