From faeb5485fa43d5688536d9632a50ee4e35da74f3 Mon Sep 17 00:00:00 2001 From: Denis Revin Date: Thu, 27 Oct 2016 14:15:53 +0400 Subject: [PATCH] xdg-utils: update to 1.1.1 (#5057) --- srcpkgs/xdg-utils/template | 17 ++++++++--------- srcpkgs/xdg-utils/update | 2 -- 2 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 srcpkgs/xdg-utils/update diff --git a/srcpkgs/xdg-utils/template b/srcpkgs/xdg-utils/template index a9ab9801f55..05560cb08bb 100644 --- a/srcpkgs/xdg-utils/template +++ b/srcpkgs/xdg-utils/template @@ -1,19 +1,18 @@ # Template file for 'xdg-utils' pkgname=xdg-utils -_distver=1.1.0 -_patchver=rc2 -version="${_distver}${_patchver}" +version=1.1.1 revision=1 noarch="yes" build_style=gnu-configure +hostmakedepends="xmlto lynx" 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" maintainer="Juan RP " -hostmakedepends="git xmlto lynx" +distfiles="https://portland.freedesktop.org/download/${pkgname}-${version}.tar.gz" +checksum=b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7bc4125 -do_fetch() { - git clone git://anongit.freedesktop.org/xdg/xdg-utils ${pkgname}-${version} - cd ${pkgname}-${version} - git checkout "v${_distver}-${_patchver}" +post_install() { + vlicense LICENSE } + diff --git a/srcpkgs/xdg-utils/update b/srcpkgs/xdg-utils/update deleted file mode 100644 index 59e7c5de86c..00000000000 --- a/srcpkgs/xdg-utils/update +++ /dev/null @@ -1,2 +0,0 @@ -site="http://cgit.freedesktop.org/xdg/xdg-utils/" -pattern='/tag/\?id=\K[\d\w-.]+'