mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
vimiv: rebuild for Python 3.9
This commit is contained in:
parent
4e3fd10af0
commit
420b95ef12
1 changed files with 21 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'vimiv'
|
# Template file for 'vimiv'
|
||||||
pkgname="vimiv"
|
pkgname=vimiv
|
||||||
version=0.9.1
|
version=0.9.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-makefile
|
build_style=python3-module
|
||||||
pycompile_module=vimiv
|
|
||||||
hostmakedepends="python3-setuptools python3-devel"
|
hostmakedepends="python3-setuptools python3-devel"
|
||||||
|
makedepends="python3-devel"
|
||||||
depends="python3 gtk+3 python3-gobject"
|
depends="python3 gtk+3 python3-gobject"
|
||||||
short_desc="Image viewer with vim-like keybindings"
|
short_desc="Image viewer with vim-like keybindings"
|
||||||
maintainer="Dawid Sowa <dawid_sowa@posteo.net>"
|
maintainer="Dawid Sowa <dawid_sowa@posteo.net>"
|
||||||
|
@ -12,3 +12,20 @@ license="MIT"
|
||||||
homepage="http://karlch.github.io/vimiv/"
|
homepage="http://karlch.github.io/vimiv/"
|
||||||
distfiles="https://github.com/karlch/vimiv/archive/v${version}.tar.gz"
|
distfiles="https://github.com/karlch/vimiv/archive/v${version}.tar.gz"
|
||||||
checksum=7196341c41ad372f4d5d98bc96fba4aa55ad6e78d93afd617a62866bdaa6c087
|
checksum=7196341c41ad372f4d5d98bc96fba4aa55ad6e78d93afd617a62866bdaa6c087
|
||||||
|
conf_files="/etc/vimiv/*"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
|
||||||
|
vinstall config/vimivrc 0644 etc/vimiv
|
||||||
|
vinstall config/keys.conf 0644 etc/vimiv
|
||||||
|
|
||||||
|
vinstall vimiv.desktop 0644 usr/share/applications
|
||||||
|
|
||||||
|
vman man/vimiv.1
|
||||||
|
vman man/vimivrc.5
|
||||||
|
|
||||||
|
vinstall vimiv.appdata.xml 0644 usr/share/appdata
|
||||||
|
|
||||||
|
./scripts/install_icons.sh ${DESTDIR}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue