Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / orchis-theme
Commits: 08255666 by Robin Candau at 2025-03-23T02:39:20+01:00 upgpkg: 2024_11_03-4: Enable submenu tweak Allows theme to apply to submenus as well Closes https://gitlab.archlinux.org/archlinux/packaging/packages/orchis-theme/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = orchis-theme pkgdesc = A Material Design theme for GNOME/GTK based desktop environments pkgver = 2024_11_03 - pkgrel = 3 + pkgrel = 4 url = https://github.com/vinceliuice/orchis-theme arch = any license = GPL-3.0-or-later ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=orchis-theme _pkgname="${pkgname^}" pkgver=2024_11_03 _pkgver="${pkgver//_/-}" -pkgrel=3 +pkgrel=4 pkgdesc="A Material Design theme for GNOME/GTK based desktop environments" url="https://github.com/vinceliuice/orchis-theme" arch=('any') @@ -22,5 +22,5 @@ package() { cd "${_pkgname}-${_pkgver}" install -dm 755 "${pkgdir}/usr/share/themes" - ./install.sh --dest "${pkgdir}/usr/share/themes" + ./install.sh --tweaks submenu --dest "${pkgdir}/usr/share/themes" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/orchis-theme/-/commit/08255666fe0ccb7b991729e32d97cb41592389ba -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/orchis-theme/-/commit/08255666fe0ccb7b991729e32d97cb41592389ba You're receiving this email because of your account on gitlab.archlinux.org.
