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

Alexander Rødseth arodseth at gemini.archlinux.org
Wed Aug 25 13:36:20 UTC 2021


    Date: Wednesday, August 25, 2021 @ 13:36:19
  Author: arodseth
Revision: 1004718

Add missing fonts, FS#71915

Modified:
  zutty/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-25 13:31:24 UTC (rev 1004717)
+++ PKGBUILD	2021-08-25 13:36:19 UTC (rev 1004718)
@@ -2,15 +2,15 @@
 
 pkgname=zutty
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Terminal emulator'
 arch=(x86_64)
 url='https://tomscii.sig7.se/zutty'
 license=(GPL3)
-depends=(freetype2 libglvnd libxmu)
+depends=(freetype2 libglvnd libxmu xorg-fonts-misc)
 makedepends=(git python)
 source=('git+https://github.com/tomszilagyi/zutty#commit=9f30b58cff891475c3bcb56cb8c91db24b71a617') # tag: 0.9
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 prepare() {
   # FS#70372
@@ -19,13 +19,13 @@
 
 build() {
   cd $pkgname
-  python ./waf configure --prefix=/usr
-  python ./waf -v build
+  python waf configure --prefix=/usr
+  python waf -v build
 }
 
 package() {
   cd $pkgname
-  python ./waf --destdir="$pkgdir" install
+  python waf --destdir="$pkgdir" install
   install -d "$pkgdir/usr/share/doc/$pkgname"
   cp -v doc/* "$pkgdir/usr/share/doc/$pkgname"
 }



More information about the arch-commits mailing list