Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kupfer


Commits:
cf4c00b7 by Antonio Rojas at 2024-05-06T00:21:35+02:00
upgpkg: 327-1: Update to 327, unbundle waf

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = kupfer
        pkgdesc = Launcher application written in python. Similar to Gnome-Do / 
Launchy
-       pkgver = 326
+       pkgver = 327
        pkgrel = 1
        url = https://kupferlauncher.github.io/
        arch = any
@@ -8,6 +8,7 @@ pkgbase = kupfer
        makedepends = intltool
        makedepends = itstool
        makedepends = python-docutils
+       makedepends = waf
        depends = libkeybinder3
        depends = libwnck3
        depends = python-cairo
@@ -17,7 +18,7 @@ pkgbase = kupfer
        depends = python-xdg
        optdepends = gvfs: Trash plugin
        optdepends = xautomation: Send Keys plugin
-       source = 
https://github.com/kupferlauncher/kupfer/archive/v326/kupfer-326.tar.gz
-       sha256sums = 
c7be7fceae78de3e7d87d49172bbbf9e741ffc6840eb25db718da9805ecd401b
+       source = 
https://github.com/kupferlauncher/kupfer/archive/v327/kupfer-327.tar.gz
+       sha256sums = 
a2b1d263df902a3f9ec931a1a0fba1919cfa8946cd24c98459f54843ff5295ad
 
 pkgname = kupfer


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Asa Marco <marcoasa90[at]gmail[.]com>
 
 pkgname=kupfer
-pkgver=326
+pkgver=327
 pkgrel=1
 pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
 arch=('any')
@@ -12,22 +12,23 @@ url="https://kupferlauncher.github.io/";
 license=('GPL3')
 depends=('libkeybinder3' 'libwnck3' 'python-cairo' 'python-dbus' 
'python-gobject'
          'python-setproctitle' 'python-xdg')
-makedepends=('intltool' 'itstool' 'python-docutils')
+makedepends=('intltool' 'itstool' 'python-docutils' 'waf')
 optdepends=('gvfs: Trash plugin'
             'xautomation: Send Keys plugin')
 
source=(https://github.com/kupferlauncher/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 #validpgpkeys=('2578ABA1F9023159DFF211B7368712C4D7A44445') # Ulrik Sverdrup
-sha256sums=('c7be7fceae78de3e7d87d49172bbbf9e741ffc6840eb25db718da9805ecd401b')
+sha256sums=('a2b1d263df902a3f9ec931a1a0fba1919cfa8946cd24c98459f54843ff5295ad')
 
 build() {
   cd $pkgname-$pkgver
-  ./waf configure --prefix=/usr \
+  rm -r waf waflib
+  waf configure --prefix=/usr \
                   --no-update-mime \
                   --no-update-icon-cache
-  ./waf
+  waf
 }
 
 package() {
   cd $pkgname-$pkgver
-  ./waf install --destdir="$pkgdir"
+  waf install --destdir="$pkgdir"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kupfer/-/commit/cf4c00b708ed228a03eca3d8ed6dae101f67403a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kupfer/-/commit/cf4c00b708ed228a03eca3d8ed6dae101f67403a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to