From 36f8b1b80a89fac1a20b8d88056503ce5ea7b87d Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 19 Nov 2020 23:57:05 +0200 Subject: [PATCH] kupfer: update to 320, xlint fixes. --- srcpkgs/kupfer/patches/py38.patch | 18 ------------------ srcpkgs/kupfer/template | 14 +++++++------- 2 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/kupfer/patches/py38.patch diff --git a/srcpkgs/kupfer/patches/py38.patch b/srcpkgs/kupfer/patches/py38.patch deleted file mode 100644 index b4fd5b51f25..00000000000 --- a/srcpkgs/kupfer/patches/py38.patch +++ /dev/null @@ -1,18 +0,0 @@ -commit 167c895b28df8f9be619dd5a7ed1e2e3f31dd4d8 -Author: q66 -Date: Sun Jan 5 22:23:53 2020 +0100 - - Fix waflib on python 3.8 - -diff --git waflib/Node.py waflib/Node.py -index c86c4c1..a81779a 100644 ---- waflib/Node.py -+++ waflib/Node.py -@@ -487,7 +487,6 @@ class Node(object): - if maxdepth: - for k in node.ant_iter(accept=accept, maxdepth=maxdepth - 1, pats=npats, dir=dir, src=src, remove=remove): - yield k -- raise StopIteration - - def ant_glob(self, *k, **kw): - """ diff --git a/srcpkgs/kupfer/template b/srcpkgs/kupfer/template index 03e80e9fdc9..47ed773cbf1 100644 --- a/srcpkgs/kupfer/template +++ b/srcpkgs/kupfer/template @@ -1,11 +1,9 @@ # Template file for 'kupfer' pkgname=kupfer -version=319 -revision=2 -archs=noarch +version=320 +revision=1 +create_wrksrc=yes build_style=waf3 -wrksrc="${pkgname}-v${version}" -python_version=3 pycompile_dirs="usr/share/kupfer/kupfer" configure_args="--no-update-mime --no-update-icon-cache" hostmakedepends="intltool python3-docutils" @@ -15,5 +13,7 @@ short_desc="Interface for quick and convenient access to applications" maintainer="Enno Boland " license="GPL-3.0-or-later" homepage="https://kupferlauncher.github.io/" -distfiles="https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.xz" -checksum=22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31 +changelog="https://raw.githubusercontent.com/kupferlauncher/kupfer/master/Documentation/VersionHistory.rst" +distfiles="https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.gz" +checksum=3f686092897862483e28440fafb5e323482fac47c4101abee1e2839b45af7da3 +python_version=3