[arch-commits] Commit in kupfer/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:00:00
  Author: foutrelis
Revision: 752162

upgpkg: kupfer 320-2: Python 3.9 rebuild

Modified:
  kupfer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:00:00 UTC (rev 752161)
+++ PKGBUILD2020-11-12 17:00:00 UTC (rev 752162)
@@ -5,7 +5,7 @@
 
 pkgname=kupfer
 pkgver=320
-pkgrel=1
+pkgrel=2
 pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
 arch=('any')
 url="https://kupferlauncher.github.io/";


[arch-commits] Commit in kupfer/trunk (PKGBUILD)

2019-03-19 Thread Balló György via arch-commits
Date: Wednesday, March 20, 2019 @ 00:08:43
  Author: bgyorgy
Revision: 442828

Add optional dependencies (FS#62066)

Modified:
  kupfer/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 21:06:07 UTC (rev 442827)
+++ PKGBUILD2019-03-20 00:08:43 UTC (rev 442828)
@@ -12,6 +12,8 @@
 license=('GPL3')
 depends=('libkeybinder3' 'libwnck3' 'python-cairo' 'python-dbus' 
'python-gobject' 'python-xdg')
 makedepends=('gnome-doc-utils' 'intltool' 'python-docutils')
+optdepends=('gvfs: Trash plugin'
+'xautomation: Send Keys plugin')
 
source=(https://github.com/kupferlauncher/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.xz{,.sig})
 validpgpkeys=('2578ABA1F9023159DFF211B7368712C4D7A5') # Ulrik Sverdrup
 sha256sums=('22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31'


[arch-commits] Commit in kupfer/trunk (PKGBUILD)

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 21:06:58
  Author: arojas
Revision: 409888

PIE rebuild

Modified:
  kupfer/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 21:00:31 UTC (rev 409887)
+++ PKGBUILD2018-11-26 21:06:58 UTC (rev 409888)
@@ -5,7 +5,7 @@
 
 pkgname=kupfer
 pkgver=319
-pkgrel=2
+pkgrel=3
 pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
 arch=('any')
 url="https://kupferlauncher.github.io/";
@@ -17,6 +17,11 @@
 sha256sums=('22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31'
 'SKIP')
 
+prepare() {
+  cd $pkgname-v$pkgver
+  sed -e 's|raise StopIteration|return|g' -i waflib/Node.py # Fix build with 
Python 3.7
+}
+
 build() {
   cd $pkgname-v$pkgver
   ./waf configure --prefix=/usr \