summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-05-28 10:09:14 -0600
committerMark Wagie2021-05-28 10:09:14 -0600
commitb730f89440128832804c27f869592127b0b5ca96 (patch)
treebc9b35824d84cff3f512000938f251562b45e18e
parentfd47897611b34b698a6ab8a2822d123aee4e7e00 (diff)
downloadaur-b730f89440128832804c27f869592127b0b5ca96.tar.gz
adjustments for easier customization
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a731f674bb13..808294c0ab82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whitesur-gtk-theme-git
pkgdesc = MacOS Big Sur like theme for GNOME desktops
- pkgver = 2021.05.05.r14.g19e1366
+ pkgver = 2021.05.05.r68.g474b0ec
pkgrel = 1
url = https://github.com/vinceliuice/WhiteSur-gtk-theme
arch = any
@@ -17,6 +17,8 @@ pkgbase = whitesur-gtk-theme-git
optdepends = whitesur-cursor-theme-git: matching cursor theme
optdepends = whitesur-kvantum-theme: matching Kvantum theme
optdepends = plank: for included plank theme
+ optdepends = gnome-shell-extension-dash-to-dock: recommended GNOME extension
+ optdepends = gnome-shell-extension-blur-my-shell: recommended GNOME extension
provides = whitesur-gtk-theme
conflicts = whitesur-gtk-theme
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index c88b1939bd0a..f876d5d4f299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=whitesur-gtk-theme-git
-pkgver=2021.05.05.r14.g19e1366
+pkgver=2021.05.05.r68.g474b0ec
pkgrel=1
pkgdesc="MacOS Big Sur like theme for GNOME desktops"
arch=('any')
@@ -12,7 +12,9 @@ optdepends=('gtk-engine-murrine: GTK2 theme support'
'whitesur-icon-theme-git: matching icon theme'
'whitesur-cursor-theme-git: matching cursor theme'
'whitesur-kvantum-theme: matching Kvantum theme'
- 'plank: for included plank theme')
+ 'plank: for included plank theme'
+ 'gnome-shell-extension-dash-to-dock: recommended GNOME extension'
+ 'gnome-shell-extension-blur-my-shell: recommended GNOME extension')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
options=('!strip')
@@ -27,7 +29,13 @@ pkgver() {
package() {
cd "$srcdir/${pkgname%-git}"
install -d "$pkgdir/usr/share/themes"
- ./install.sh -a all -t all -d "$pkgdir/usr/share/themes"
+
+ # See for more customization options:
+ # https://github.com/vinceliuice/WhiteSur-gtk-theme#theres-so-many-customizations-you-can-do
+ ./install.sh \
+ --alt all \
+ --theme all \
+ --dest "$pkgdir/usr/share/themes"
install -Dm644 src/other/plank/theme-dark/* -t \
"$pkgdir/usr/share/plank/themes/WhiteSur-dark"