Compare commits

..

No commits in common. "f2bc16f752ffec57b3fb2f1152ae0f373ae008e9" and "723a21ef97648f5ff396a400f592e048d53af18d" have entirely different histories.

4 changed files with 2 additions and 51 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'git-bug'
pkgname=git-bug
version=0.10.1 # renovate: datasource=github-tags depName=git-bug/git-bug
version=0.10.0 # 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=1b5cafa3d9918ce18c4674c93b83359e211def83e716d5841fa93c77b457e6c2
checksum=84391695b94bd628236cf263e86996c249e390d1a97acc41af21bc7d44346aca
post_install() {
vlicense LICENSE

View file

@ -1,4 +0,0 @@
pass-coffin relies on systemd-run for its timer commands
Any timer-related services (`pass coffin -t 1min`, `pass timer`, ...) will not work.

View file

@ -1,18 +0,0 @@
# 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 <contact@martyoeh.me>"
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
}

View file

@ -1,27 +0,0 @@
# 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 <contact@martyoeh.me>"
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
}