mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
kupfer: update to 321.
This commit is contained in:
parent
1563e25615
commit
73efc28f86
2 changed files with 4 additions and 22 deletions
|
@ -1,18 +0,0 @@
|
||||||
commit 167c895b28df8f9be619dd5a7ed1e2e3f31dd4d8
|
|
||||||
Author: q66 <daniel@octaforge.org>
|
|
||||||
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):
|
|
||||||
"""
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kupfer'
|
# Template file for 'kupfer'
|
||||||
pkgname=kupfer
|
pkgname=kupfer
|
||||||
version=319
|
version=321
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="${pkgname}-v${version}"
|
wrksrc="${pkgname}-v${version}"
|
||||||
build_style=waf3
|
build_style=waf3
|
||||||
pycompile_dirs="usr/share/kupfer/kupfer"
|
pycompile_dirs="usr/share/kupfer/kupfer"
|
||||||
|
@ -14,6 +14,6 @@ short_desc="Interface for quick and convenient access to applications"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://kupferlauncher.github.io/"
|
homepage="https://kupferlauncher.github.io/"
|
||||||
distfiles="https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.xz"
|
distfiles="https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.bz2"
|
||||||
checksum=22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31
|
checksum=8781a43acd703ab1fe5641ee28edca47a58e174367ca9bffd37bf637cc954f59
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
Loading…
Add table
Reference in a new issue