Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
orchis-theme
Commits:
183e7917 by Robin Candau at 2024-11-04T20:15:54+01:00
upgpkg: 2024_11_03-3: Style changes in PKGBUILD
- - - - -
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 = 2
+ pkgrel = 3
url = https://github.com/vinceliuice/orchis-theme
arch = any
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,10 @@
# Contributor: Alan Sartorio
pkgname=orchis-theme
-_pkgname=Orchis-theme
+_pkgname="${pkgname^}"
pkgver=2024_11_03
-pkgrel=2
+_pkgver="${pkgver//_/-}"
+pkgrel=3
pkgdesc="A Material Design theme for GNOME/GTK based desktop environments"
url="https://github.com/vinceliuice/orchis-theme"
arch=('any')
@@ -13,13 +14,13 @@ optdepends=('gtk-engine-murrine: for gtk2 themes'
'gnome-themes-extra: for gtk2 themes'
'tela-circle-icon-theme: recommended icon theme'
'vimix-cursors: recommended cursors theme')
-options=(!strip)
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver//_/-}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${_pkgver}.tar.gz")
sha256sums=('0089ab3a17b054309b32904c5b2ebf3b432f28ede6f456132c47495012038ee9')
+options=(!strip)
package() {
- cd "${_pkgname}-${pkgver//_/-}"
-
- install -dm 755 "${pkgdir}/usr/share/themes"
- ./install.sh --dest "${pkgdir}/usr/share/themes"
+ cd "${_pkgname}-${_pkgver}"
+
+ install -dm 755 "${pkgdir}/usr/share/themes"
+ ./install.sh --dest "${pkgdir}/usr/share/themes"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orchis-theme/-/commit/183e79174899b02eae529acce5d6d675a620738a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orchis-theme/-/commit/183e79174899b02eae529acce5d6d675a620738a
You're receiving this email because of your account on gitlab.archlinux.org.