summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-08-27 15:03:37 +0100
committerJonathon Fernyhough2021-08-27 15:03:37 +0100
commit810a67768cbefbe66874d4e9f414d181c565a2db (patch)
treea8d97a2572c18f67d4e60840a2105b17dac79bc1
parent645ccb759bb455242cc260ebb48cf83171d52b4c (diff)
downloadaur-810a67768cbefbe66874d4e9f414d181c565a2db.tar.gz
Remove wallpapers and complexity
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD23
2 files changed, 7 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9d582e303b9..2743c70c79fd 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.07.27.r41.gd89e6e2
+ pkgver = 2021.07.27.r42.g8651607
pkgrel = 1
url = https://github.com/vinceliuice/WhiteSur-gtk-theme
install = whitesur-gtk-theme.install
@@ -8,7 +8,6 @@ pkgbase = whitesur-gtk-theme-git
license = GPL
makedepends = git
makedepends = sassc
- makedepends = setconf
optdepends = gtk-engine-murrine: GTK2 theme support
optdepends = gtk-engines: GTK2 theme support
optdepends = whitesur-icon-theme-git: matching icon theme
@@ -19,8 +18,7 @@ pkgbase = whitesur-gtk-theme-git
provides = whitesur-gtk-theme
conflicts = whitesur-gtk-theme
options = !strip
- source = whitesur-gtk-theme::git+https://github.com/vinceliuice/WhiteSur-gtk-theme.git
- source = wallpapers::git+https://github.com/vinceliuice/WhiteSur-gtk-theme.git#branch=wallpapers
+ source = git+https://github.com/vinceliuice/WhiteSur-gtk-theme.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 525bf5d5de6a..03af1a05155b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=whitesur-gtk-theme-git
-pkgver=2021.07.27.r41.gd89e6e2
+pkgver=2021.07.27.r42.g8651607
pkgrel=1
pkgdesc="MacOS Big Sur like theme for GNOME desktops"
arch=('any')
url="https://github.com/vinceliuice/WhiteSur-gtk-theme"
license=('GPL')
-makedepends=('git' 'sassc' 'setconf')
+makedepends=('git' 'sassc')
optdepends=('gtk-engine-murrine: GTK2 theme support'
'gtk-engines: GTK2 theme support'
'whitesur-icon-theme-git: matching icon theme'
@@ -18,8 +18,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install="${pkgname%-git}.install"
options=('!strip')
-source=("${pkgname%-git}::git+https://github.com/vinceliuice/WhiteSur-gtk-theme.git"
- 'wallpapers::git+https://github.com/vinceliuice/WhiteSur-gtk-theme.git#branch=wallpapers')
+source=(git+$url.git)
sha256sums=('SKIP'
'SKIP')
@@ -28,13 +27,6 @@ pkgver() {
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd "$srcdir/wallpapers"
- setconf install-gnome-backgrounds.sh BACKGROUND_DIR "$pkgdir/usr/share/backgrounds"
- setconf install-gnome-backgrounds.sh PROPERTIES_DIR "$pkgdir/usr/share/gnome-background-properties"
- setconf install-wallpapers.sh WALLPAPER_DIR "$pkgdir/usr/share/backgrounds"
-}
-
package() {
cd "$srcdir/${pkgname%-git}"
install -d "$pkgdir/usr/share/themes"
@@ -42,6 +34,7 @@ package() {
# See for more customization options:
# https://github.com/vinceliuice/WhiteSur-gtk-theme#theres-so-many-customizations-you-can-do
./install.sh \
+ --icon arch \
--alt all \
--theme all \
--dest "$pkgdir/usr/share/themes"
@@ -55,10 +48,4 @@ package() {
# Firefox theme
install -d "$pkgdir/usr/share/docs/$pkgname"
cp -r src/other/firefox "$pkgdir/usr/share/docs/$pkgname"
-
- # Wallpapers
- cd "$srcdir/wallpapers"
- install -d "$pkgdir"/usr/share/{backgrounds,gnome-background-properties}
- ./install-gnome-backgrounds.sh
- ./install-wallpapers.sh
}