Balló György pushed to branch main at Arch Linux / Packaging / Packages /
orchis-theme
Commits:
819db645 by Balló György at 2026-01-03T21:31:34+01:00
upgpkg: 2025_04_25-2: Remove dependencies of the GTK2 theme
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,10 @@
pkgbase = orchis-theme
pkgdesc = A Material Design theme for GNOME/GTK based desktop
environments
pkgver = 2025_04_25
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vinceliuice/orchis-theme
arch = any
license = GPL-3.0-or-later
- optdepends = gtk-engine-murrine: for gtk2 themes
- optdepends = gnome-themes-extra: for gtk2 themes
optdepends = tela-circle-icon-theme: recommended icon theme
optdepends = vimix-cursors: recommended cursors theme
options = !strip
=====================================
PKGBUILD
=====================================
@@ -5,14 +5,12 @@ pkgname=orchis-theme
_pkgname="${pkgname^}"
pkgver=2025_04_25
_pkgver="${pkgver//_/-}"
-pkgrel=1
+pkgrel=2
pkgdesc="A Material Design theme for GNOME/GTK based desktop environments"
url="https://github.com/vinceliuice/orchis-theme"
arch=('any')
license=('GPL-3.0-or-later')
-optdepends=('gtk-engine-murrine: for gtk2 themes'
- 'gnome-themes-extra: for gtk2 themes'
- 'tela-circle-icon-theme: recommended icon theme'
+optdepends=('tela-circle-icon-theme: recommended icon theme'
'vimix-cursors: recommended cursors theme')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${_pkgver}.tar.gz")
sha256sums=('d479653415e271fe9f3324f1f4f51cf28b1134164667142c6c6a6db41cf4da9b')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orchis-theme/-/commit/819db64571ebe749d4ed96ca92b32756dced4522
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orchis-theme/-/commit/819db64571ebe749d4ed96ca92b32756dced4522
You're receiving this email because of your account on gitlab.archlinux.org.