xdg-utils: Update to 1.1.0rc2
This commit is contained in:
parent
8d3a5d50c7
commit
7e0771e55c
1 changed files with 8 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'xdg-utils'
|
# Template file for 'xdg-utils'
|
||||||
pkgname=xdg-utils
|
pkgname=xdg-utils
|
||||||
_distver=1.1.0
|
_distver=1.1.0
|
||||||
_patchver=rc1
|
_patchver=rc2
|
||||||
version="${_distver}${_patchver}"
|
version="${_distver}${_patchver}"
|
||||||
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
|
||||||
revision=1
|
revision=1
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -11,5 +10,10 @@ short_desc="Tools to assist applications with various desktop integration tasks"
|
||||||
homepage="http://portland.freedesktop.org/"
|
homepage="http://portland.freedesktop.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://portland.freedesktop.org/download/${pkgname}-${_distver}-${_patchver}.tar.gz"
|
hostmakedepends="git xmlto lynx"
|
||||||
checksum=7b05558ae4bb8ede356863cae8c42e3e012aa421bf9d45130a570fd209d79102
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone git://anongit.freedesktop.org/xdg/xdg-utils ${pkgname}-${version}
|
||||||
|
cd ${pkgname}-${version}
|
||||||
|
git checkout "v${_distver}-${_patchver}"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue