From 191598de4374656046b66188d9eaec13a0da1d71 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..ca57b859d861 --- /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=05468249e34d8b61adbfb4b93459719fce34f42cdd28402e19135bab0ec422b7 + +do_install() { + vbin coord +} From 1120a4ebff861bdbf9cf42aac1439d99babdaccd 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 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 srcpkgs/tiles/template diff --git a/srcpkgs/tiles/template b/srcpkgs/tiles/template new file mode 100644 index 000000000000..0581b996da47 --- /dev/null +++ b/srcpkgs/tiles/template @@ -0,0 +1,38 @@ +# Template file for 'tiles' +pkgname=tiles +version=0.2 +revision=1 +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=ff70b7d31aa547c6de6a4c23e5ebd10533b298d9e9a6b9ff15d2671a82b8a26b +register_shell="/bin/tiles-shell /usr/bin/tiles-shell" + +do_install() { + TILES_VERSION="${version}" ./install.sh "${DESTDIR}" /usr/bin + rm "${DESTDIR}/etc/shells" +}