diff --git a/srcpkgs/git-bug/template b/srcpkgs/git-bug/template index e7bb4b3..c7dcc84 100644 --- a/srcpkgs/git-bug/template +++ b/srcpkgs/git-bug/template @@ -1,6 +1,6 @@ # Template file for 'git-bug' pkgname=git-bug -version=0.10.0 # renovate: datasource=github-tags depName=git-bug/git-bug +version=0.10.1 # renovate: datasource=github-tags depName=git-bug/git-bug revision=1 build_style=go go_import_path="github.com/git-bug/git-bug" @@ -12,7 +12,7 @@ license="GPL-3.0-only" homepage="https://github.com/git-bug/git-bug" distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" replaces="git-bug>=0" -checksum=84391695b94bd628236cf263e86996c249e390d1a97acc41af21bc7d44346aca +checksum=1b5cafa3d9918ce18c4674c93b83359e211def83e716d5841fa93c77b457e6c2 post_install() { vlicense LICENSE diff --git a/srcpkgs/pass-coffin/INSTALL.msg b/srcpkgs/pass-coffin/INSTALL.msg new file mode 100644 index 0000000..e0fbc82 --- /dev/null +++ b/srcpkgs/pass-coffin/INSTALL.msg @@ -0,0 +1,4 @@ +pass-coffin relies on systemd-run for its timer commands + +Any timer-related services (`pass coffin -t 1min`, `pass timer`, ...) will not work. + diff --git a/srcpkgs/pass-coffin/template b/srcpkgs/pass-coffin/template new file mode 100644 index 0000000..affa742 --- /dev/null +++ b/srcpkgs/pass-coffin/template @@ -0,0 +1,18 @@ +# Template file for 'pass-coffin' +pkgname=pass-coffin +version=1.2.1 # renovate: datasource=github-tags depName=ayushnix/pass-coffin +revision=1 +build_style=gnu-makefile +depends="pass tar" +_optdepends="systemd-run" +short_desc="A password store extension to hide data inside a signed and encrypted coffin" +maintainer="Marty Oehme " +license="GPL-3.0-or-later" +homepage="https://github.com/ayushnix/pass-coffin" +distfiles="https://github.com/ayushnix/pass-coffin/archive/v${version}.tar.gz" +checksum=bca41b9c9dc3525ddfccef31baef2c61366a968c43ee841c3b6c6934e3263fbe + +post_install() { + rm ${DESTDIR}/etc/bash_completion.d/* + vcompletion completion/pass-coffin.bash-completion bash +} diff --git a/srcpkgs/vimiv-qt/template b/srcpkgs/vimiv-qt/template new file mode 100644 index 0000000..89d418e --- /dev/null +++ b/srcpkgs/vimiv-qt/template @@ -0,0 +1,27 @@ +# Template file for 'vimiv-qt' +pkgname=vimiv-qt +version=0.9.0 # renovate: datasource=github-tags depName=marty-oehme/topen +revision=1 +build_style=python3-pep517 +depends="python3-PyQt5 qt5-svg qt5-imageformats python3-piexif" +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +short_desc="An image viewer with vim-like keybindings" +maintainer="Marty Oehme " +license="GPL-3.0" +homepage="https://github.com/karlch/vimiv-qt" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=1a70a0b6620bba527aad0ca23936f1aa2823ed7592ae909fd920ba250720e88a + +post_install() { + vlicense LICENSE + + vdoc README.md + vman misc/vimiv.1 + + vinstall misc/vimiv.desktop 644 usr/share/applications + for i in 16 32 64 128 256 512; do + vinstall "icons/vimiv_${i}x${i}.png" 644 "usr/share/icons/hicolor/${i}x${i}/apps/vimiv.png" + done + vinstall misc/org.karlch.vimiv.qt.metainfo.xml 644 usr/share/metainfo/org.karlch.vimiv.qt.metainfo.xml +}