summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford (ShayBox)2020-05-07 11:13:45 -0400
committerShayne Hartford (ShayBox)2020-05-07 11:13:45 -0400
commit7f3b066dadd65bd5af5a1c99fedc4177d10e6096 (patch)
tree18717e799a8156ef61680487e82ce943c6cde6ec
parent7082bb9a804106b2128fe850da47c063895a610e (diff)
downloadaur-7f3b066dadd65bd5af5a1c99fedc4177d10e6096.tar.gz
Change pkgdesc and add temp fix for file structure
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cd7c3c4fa44..b18cb277cef7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromeos-kde-git
pkgdesc = ChromeOS theme for kde plasma
- pkgver = r15.b9fe1bd
+ pkgver = r16.0f25681
pkgrel = 1
url = https://github.com/vinceliuice/chromeos-kde
arch = any
@@ -12,7 +12,7 @@ pkgbase = chromeos-kde-git
pkgname = chromeos-kde-git
optdepends = chromeos-gtk-theme: Matching GTK theme
- optdepends = kvantum-theme-chromeos: Layan theme for Kvantum Qt style (recommended)
+ optdepends = kvantum-theme-chromeos: ChromeOS theme for Kvantum Qt style (recommended)
optdepends = tela-icon-theme: Matching icon theme
provides = chromeos-kde
diff --git a/PKGBUILD b/PKGBUILD
index ddd966d2e463..2e06cfe58674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=chromeos-kde-git
pkgname=(chromeos-kde-git kvantum-theme-chromeos-git)
_pkgname=chromeos-kde
-pkgver=r15.b9fe1bd
+pkgver=r16.0f25681
pkgrel=1
pkgdesc="ChromeOS theme for kde plasma"
arch=(any)
@@ -23,7 +23,7 @@ pkgver() {
package_chromeos-kde-git() {
provides=('chromeos-kde')
optdepends=('chromeos-gtk-theme: Matching GTK theme'
- 'kvantum-theme-chromeos: Layan theme for Kvantum Qt style (recommended)'
+ 'kvantum-theme-chromeos: ChromeOS theme for Kvantum Qt style (recommended)'
'tela-icon-theme: Matching icon theme')
cd $_pkgname
@@ -31,6 +31,11 @@ package_chromeos-kde-git() {
install -d "$pkgdir"/usr/share
rm sddm/{README.md,install.sh}
+
+ # Temporary fix for upstream filestructure
+ mv aurorae themes
+ mkdir -p aurorae
+ mv themes aurorae/
cp -r aurorae "$pkgdir"/usr/share
cp -r color-schemes "$pkgdir"/usr/share