Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
kitty


Commits:
9a56e2db by Campbell Jones at 2024-05-27T19:14:44-04:00
upgpkg: 0.35.0-2: Update license, disable LTO for reproducibility

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = kitty
        pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
        pkgver = 0.35.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/kovidgoyal/kitty
        arch = x86_64
-       license = GPL3
+       license = GPL-3.0-only
        makedepends = libxinerama
        makedepends = libxrandr
        makedepends = wayland-protocols
@@ -24,6 +24,7 @@ pkgbase = kitty
        depends = lcms2
        depends = librsync
        depends = xxhash
+       options = !lto
        source = 
kitty-0.35.0.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.35.0/kitty-0.35.0.tar.xz
        source = 
kitty-0.35.0.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.35.0/kitty-0.35.0.tar.xz.sig
        validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C


=====================================
PKGBUILD
=====================================
@@ -6,14 +6,15 @@
 pkgbase=kitty
 pkgname=(kitty kitty-terminfo kitty-shell-integration)
 pkgver=0.35.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')
+license=('GPL-3.0-only')
 depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxcursor' 'libxi'
          'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2' 'librsync' 'xxhash')
 makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde')
+options=("!lto")
 
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";)
 
b2sums=('1c03ed7f3bde0c67790cc47da8afc14d31d21513456004042c48451f4b5fc0891de85e467a16029a1f49b90ba6652f4e356d5101c8d773852b614da3f153692d'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/9a56e2db0fe26cedd089697b235af9f1cb6452d5

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


Reply via email to