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

Alexander Rødseth arodseth at archlinux.org
Mon May 3 09:08:16 UTC 2021


    Date: Monday, May 3, 2021 @ 09:08:15
  Author: arodseth
Revision: 926838

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-03 09:08:05 UTC (rev 926837)
+++ PKGBUILD	2021-05-03 09:08:15 UTC (rev 926838)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=zutty
-pkgver=0.8
-pkgrel=2
-pkgdesc='Terminal emulator'
-arch=(x86_64)
-url='https://tomscii.sig7.se/zutty'
-license=(GPL3)
-depends=(freetype2 libglvnd libxmu)
-makedepends=(git python)
-source=('git+https://github.com/tomszilagyi/zutty#commit=56e46c757e18b20510842cbe243f501259a62141') # tag: 0.8
-sha256sums=('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 926837, zutty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-03 09:08:15 UTC (rev 926838)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=zutty
+pkgver=0.9
+pkgrel=1
+pkgdesc='Terminal emulator'
+arch=(x86_64)
+url='https://tomscii.sig7.se/zutty'
+license=(GPL3)
+depends=(freetype2 libglvnd libxmu)
+makedepends=(git python)
+source=('git+https://github.com/tomszilagyi/zutty#commit=9f30b58cff891475c3bcb56cb8c91db24b71a617') # tag: 0.9
+sha256sums=('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