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


Commits:
ecdc14d0 by Alexander F. Rødseth at 2023-11-13T21:38:03+01:00
upgpkg: 0.14-2

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = zutty
+       pkgdesc = Terminal emulator
+       pkgver = 0.14
+       pkgrel = 2
+       url = https://tomscii.sig7.se/zutty
+       arch = x86_64
+       license = GPL3
+       makedepends = git
+       makedepends = python
+       depends = freetype2
+       depends = libglvnd
+       depends = libxmu
+       depends = xorg-fonts-misc
+       source = 
git+https://github.com/tomszilagyi/zutty#commit=bc6e0893e91bc0ffd08cb7d15727973de450c3d6
+       b2sums = SKIP
+
+pkgname = zutty


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,9 @@
 # Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
+# Contributor: Kevin Sopp
 
 pkgname=zutty
 pkgver=0.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Terminal emulator'
 arch=(x86_64)
 url='https://tomscii.sig7.se/zutty'
@@ -23,4 +24,10 @@ package() {
   python waf --destdir="$pkgdir" install
   install -d "$pkgdir/usr/share/doc/$pkgname"
   cp -v doc/* "$pkgdir/usr/share/doc/$pkgname"
+  cd icons
+  install -Dm644 zutty.desktop "$pkgdir/usr/share/applications/zutty.desktop"
+  install -Dm644 zutty.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/zutty.svg"
+  for res in 16x16 32x32 48x48 64x64 96x96 128x128; do
+    install -Dm644 zutty_$res.png 
"$pkgdir/usr/share/icons/hicolor/$res/apps/zutty.png"
+  done
 }



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zutty/-/commit/ecdc14d0cfae8372dff399a09cf3cb94de4f9081
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to