Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages /
tilda
Commits:
4eed1eaf by Jaroslav Lichtblau at 2026-01-25T20:41:53+01:00
upgpkg: 2.0.0-2 - package license compliance rebuild
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = tilda
pkgdesc = A Gtk based drop down terminal for Linux and Unix
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lanoxx/tilda
changelog = tilda.changelog
arch = x86_64
license = GPL
makedepends = python
+ makedepends = glib2-devel
depends = vte3
depends = confuse
source = https://github.com/lanoxx/tilda/archive/tilda-2.0.0.tar.gz
=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
pkgname=tilda
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Gtk based drop down terminal for Linux and Unix"
arch=('x86_64')
url="https://github.com/lanoxx/tilda"
license=('GPL')
depends=('vte3' 'confuse')
-makedepends=('python')
+makedepends=('python' 'glib2-devel')
changelog=$pkgname.changelog
source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
sha256sums=('ff9364244c58507cd4073ac22e580a4cded048d416c682496c1b1788ee8a30df')
=====================================
REUSE.toml
=====================================
@@ -17,6 +17,7 @@ path = [
"*.timer",
"*.desktop",
"*.hook",
+ "tilda.changelog"
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tilda/-/commit/4eed1eaf53ba72b69d1cea00de7d45f679a6e85f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tilda/-/commit/4eed1eaf53ba72b69d1cea00de7d45f679a6e85f
You're receiving this email because of your account on gitlab.archlinux.org.