Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
cool-retro-term
Commits:
bb266545 by Sven-Hendrik Haase at 2026-01-29T10:01:15+01:00
upgpkg: 2.0.0beta1-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,18 @@
pkgbase = cool-retro-term
pkgdesc = A good looking terminal emulator which mimics the old cathode
display
pkgver = 2.0.0beta1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Swordfish90/cool-retro-term
arch = x86_64
license = GPL-3.0-or-later
makedepends = git
depends = qmltermwidget
+ depends = qt6-base
+ depends = qt6-declarative
depends = hicolor-icon-theme
- source =
git+https://github.com/Swordfish90/cool-retro-term.git#commit=2.0.0-beta1
+ depends = gcc-libs
+ depends = glibc
+ source =
git+https://github.com/Swordfish90/cool-retro-term.git#tag=2.0.0-beta1
source = git+https://github.com/KDAB/KDSingleApplication.git
sha256sums =
3890cefa0453f7d63d228457998abb9291297d915d5e5a65c5af28509e64fabf
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -6,14 +6,14 @@
pkgname=cool-retro-term
pkgver=2.0.0beta1
_pkgver=2.0.0-beta1
-pkgrel=1
+pkgrel=2
pkgdesc='A good looking terminal emulator which mimics the old cathode display'
arch=('x86_64')
url='https://github.com/Swordfish90/cool-retro-term'
license=('GPL-3.0-or-later')
-depends=('qmltermwidget' 'hicolor-icon-theme')
+depends=('qmltermwidget' 'qt6-base' 'qt6-declarative' 'hicolor-icon-theme'
'gcc-libs' 'glibc')
makedepends=('git')
-source=("git+https://github.com/Swordfish90/cool-retro-term.git#commit=$_pkgver"
+source=("git+https://github.com/Swordfish90/cool-retro-term.git#tag=$_pkgver"
"git+https://github.com/KDAB/KDSingleApplication.git")
sha256sums=('3890cefa0453f7d63d228457998abb9291297d915d5e5a65c5af28509e64fabf'
'SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cool-retro-term/-/commit/bb266545997b52d04307a63615877d9e24bf3087
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cool-retro-term/-/commit/bb266545997b52d04307a63615877d9e24bf3087
You're receiving this email because of your account on gitlab.archlinux.org.