mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
imv: update to 4.0.0.
- adopt package
This commit is contained in:
parent
bdd1592399
commit
14d551dc52
1 changed files with 6 additions and 5 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'imv'
|
# Template file for 'imv'
|
||||||
pkgname=imv
|
pkgname=imv
|
||||||
version=3.1.2
|
version=4.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="asciidoc pkg-config"
|
hostmakedepends="asciidoc pkg-config"
|
||||||
makedepends="SDL2_ttf-devel cmocka-devel fontconfig-devel freeimage-devel
|
makedepends="cmocka-devel freeimage-devel glu-devel librsvg-devel libxkbcommon-devel
|
||||||
librsvg-devel"
|
pango-devel wayland-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
conf_files="/etc/imv_config"
|
conf_files="/etc/imv_config"
|
||||||
short_desc="Image viewer for X11/Wayland"
|
short_desc="Image viewer for X11/Wayland"
|
||||||
maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="GPL-2.0-or-later, MIT"
|
license="GPL-2.0-or-later, MIT"
|
||||||
homepage="https://github.com/eXeC64/imv"
|
homepage="https://github.com/eXeC64/imv"
|
||||||
|
changelog="https://raw.githubusercontent.com/eXeC64/imv/master/CHANGELOG"
|
||||||
distfiles="https://github.com/eXeC64/imv/archive/v${version}.tar.gz"
|
distfiles="https://github.com/eXeC64/imv/archive/v${version}.tar.gz"
|
||||||
checksum=4d98696ea5c16b4cb6f7b3c3e7da8ee9e1814e9fc78e66ee1a2015f5dfd0d450
|
checksum=3300418632bbb8296634a2aea2a2709e31b08d2fc8f1464ae03b3b5754474299
|
||||||
conflicts="renameutils>=0"
|
conflicts="renameutils>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue