Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
zutty


Commits:
014ce723 by Alexander F. Rødseth at 2024-05-05T23:17:39+02:00
upgpkg: 0.15-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,18 @@
 pkgbase = zutty
        pkgdesc = Terminal emulator
        pkgver = 0.15
-       pkgrel = 1
+       pkgrel = 2
        url = https://tomscii.sig7.se/zutty
        arch = x86_64
        license = GPL3
        makedepends = git
        makedepends = python
+       makedepends = waf
        depends = freetype2
        depends = libglvnd
        depends = libxmu
        depends = xorg-fonts-misc
        source = 
git+https://git.hq.sig7.se/zutty.git#commit=7e481c04507e9b5cacfe67fe2b96bdb449b08726
-       b2sums = SKIP
+       b2sums = 
a298699acf09ad599f0a7c921b546f398416698d9d92765667fa3b280c00e3fa745300d45dfaab0bc2aa468837cfc0a22da4c4bdc5188542c2daebdab73de8bb
 
 pkgname = zutty


=====================================
PKGBUILD
=====================================
@@ -3,25 +3,30 @@
 
 pkgname=zutty
 pkgver=0.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Terminal emulator'
 arch=(x86_64)
 url='https://tomscii.sig7.se/zutty'
 license=(GPL3)
 depends=(freetype2 libglvnd libxmu xorg-fonts-misc)
-makedepends=(git python)
+makedepends=(git python waf)
 
source=('git+https://git.hq.sig7.se/zutty.git#commit=7e481c04507e9b5cacfe67fe2b96bdb449b08726')
 # tag: 0.15
-b2sums=('SKIP')
+b2sums=('a298699acf09ad599f0a7c921b546f398416698d9d92765667fa3b280c00e3fa745300d45dfaab0bc2aa468837cfc0a22da4c4bdc5188542c2daebdab73de8bb')
+
+prepare() {
+  cd $pkgname
+  rm -rv waf
+}
 
 build() {
   cd $pkgname
-  python waf configure --prefix=/usr
-  python waf -v build
+  waf configure --prefix=/usr
+  waf -v build
 }
 
 package() {
   cd $pkgname
-  python waf --destdir="$pkgdir" install
+  waf --destdir="$pkgdir" install
   install -d "$pkgdir/usr/share/doc/$pkgname"
   cp -v doc/* "$pkgdir/usr/share/doc/$pkgname"
   cd icons



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zutty/-/commit/014ce723e9d41dce1e1eb6f040a66048b903214b

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


Reply via email to