xdg-utils: update to 1.1.1 (#5057)
This commit is contained in:
parent
9834d82207
commit
faeb5485fa
2 changed files with 8 additions and 11 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'xdg-utils'
|
# Template file for 'xdg-utils'
|
||||||
pkgname=xdg-utils
|
pkgname=xdg-utils
|
||||||
_distver=1.1.0
|
version=1.1.1
|
||||||
_patchver=rc2
|
|
||||||
version="${_distver}${_patchver}"
|
|
||||||
revision=1
|
revision=1
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="xmlto lynx"
|
||||||
short_desc="Tools to assist applications with various desktop integration tasks"
|
short_desc="Tools to assist applications with various desktop integration tasks"
|
||||||
homepage="http://portland.freedesktop.org/"
|
homepage="https://www.freedesktop.org/wiki/Software/xdg-utils/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
hostmakedepends="git xmlto lynx"
|
distfiles="https://portland.freedesktop.org/download/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7bc4125
|
||||||
|
|
||||||
do_fetch() {
|
post_install() {
|
||||||
git clone git://anongit.freedesktop.org/xdg/xdg-utils ${pkgname}-${version}
|
vlicense LICENSE
|
||||||
cd ${pkgname}-${version}
|
|
||||||
git checkout "v${_distver}-${_patchver}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
site="http://cgit.freedesktop.org/xdg/xdg-utils/"
|
|
||||||
pattern='/tag/\?id=\K[\d\w-.]+'
|
|
Loading…
Add table
Add a link
Reference in a new issue