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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon May 2 12:36:52 UTC 2022


    Date: Monday, May 2, 2022 @ 12:36:52
  Author: svenstaro
Revision: 1192229

upgpkg: kitty 0.25.0-2: Add deps (Fixes FS#74136)

Modified:
  kitty/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 12:34:34 UTC (rev 1192228)
+++ PKGBUILD	2022-05-02 12:36:52 UTC (rev 1192229)
@@ -6,14 +6,14 @@
 pkgbase=kitty
 pkgname=(kitty kitty-terminfo kitty-shell-integration)
 pkgver=0.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
 arch=('x86_64')
 url="https://github.com/kovidgoyal/kitty"
 license=('GPL3')
 depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x11' 'libxi'
-         'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2')
-makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'librsync')
+         'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2' 'librsync')
+makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols')
 source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz"
         "${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig")
 sha512sums=('fed8d66a9f7f2117f4b495305db0d56d8b85ef03bf7ef24a7dca31e63e16fc90e026aa8022237ad45678efb026f11fdd8aa377eb53917fd8ec885f2ccea721f8'
@@ -28,6 +28,7 @@
 package_kitty() {
   depends+=('kitty-terminfo' 'kitty-shell-integration')
   optdepends=('imagemagick: viewing images with icat'
+              'python-pygments: syntax highlighting in kitty +kitten diff'
               'libcanberra: playing "bell" sound on terminal bell')
 
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list