[arch-commits] Commit in zutty/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Sat Jan 1 21:17:20 UTC 2022


    Date: Saturday, January 1, 2022 @ 21:17:20
  Author: arodseth
Revision: 1092008

archrelease: copy trunk to community-x86_64

Added:
  zutty/repos/community-x86_64/PKGBUILD
    (from rev 1092007, zutty/trunk/PKGBUILD)
Deleted:
  zutty/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-01 21:17:15 UTC (rev 1092007)
+++ PKGBUILD	2022-01-01 21:17:20 UTC (rev 1092008)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=zutty
-pkgver=0.10
-pkgrel=1
-pkgdesc='Terminal emulator'
-arch=(x86_64)
-url='https://tomscii.sig7.se/zutty'
-license=(GPL3)
-depends=(freetype2 libglvnd libxmu xorg-fonts-misc)
-makedepends=(git python)
-source=('git+https://github.com/tomszilagyi/zutty#commit=9f30b58cff891475c3bcb56cb8c91db24b71a617') # tag: 0.9
-b2sums=('SKIP')
-
-prepare() {
-  # FS#70372
-  sed -i 's,-march=native,,g;s,-mtune=native,,g' $pkgname/wscript
-}
-
-build() {
-  cd $pkgname
-  python waf configure --prefix=/usr
-  python waf -v build
-}
-
-package() {
-  cd $pkgname
-  python waf --destdir="$pkgdir" install
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -v doc/* "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: zutty/repos/community-x86_64/PKGBUILD (from rev 1092007, zutty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-01 21:17:20 UTC (rev 1092008)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=zutty
+pkgver=0.11
+pkgrel=1
+pkgdesc='Terminal emulator'
+arch=(x86_64)
+url='https://tomscii.sig7.se/zutty'
+license=(GPL3)
+depends=(freetype2 libglvnd libxmu xorg-fonts-misc)
+makedepends=(git python)
+source=('git+https://github.com/tomszilagyi/zutty#commit=369cf95e242324a1a310ff2a888a5a135771a073') # tag: 0.11
+b2sums=('SKIP')
+
+prepare() {
+  # FS#70372
+  sed -i 's,-march=native,,g;s,-mtune=native,,g' $pkgname/wscript
+}
+
+build() {
+  cd $pkgname
+  python waf configure --prefix=/usr
+  python waf -v build
+}
+
+package() {
+  cd $pkgname
+  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