mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
sxiv-git: add provides & replaces
This commit is contained in:
parent
8c6a256e7d
commit
ebf330b778
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sxiv-git'
|
# Template file for 'sxiv-git'
|
||||||
pkgname=sxiv-git
|
pkgname=sxiv-git
|
||||||
version=20140531
|
version=20140531
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libX11-devel imlib2-devel giflib-devel desktop-file-utils"
|
makedepends="libX11-devel imlib2-devel giflib-devel desktop-file-utils"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
|
@ -9,6 +9,8 @@ short_desc="Simple X Image Viewer"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/muennich/sxiv"
|
homepage="https://github.com/muennich/sxiv"
|
||||||
|
provides="sxiv-${version}_${revision}"
|
||||||
|
replaces="sxiv>=0"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/muennich/sxiv"
|
local url="git://github.com/muennich/sxiv"
|
||||||
|
|
Loading…
Add table
Reference in a new issue