summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-06 17:46:48 -0700
committerMark Wagie2023-03-06 17:46:48 -0700
commit7b787bb55e98328664e313ee6c82988dfde963f7 (patch)
tree65bb0036e66f37ed4801ff026f1ebb70eab5a7f1
parent447c4b072fd32f66b3406fc6700f7e678da68f00 (diff)
downloadaur-7b787bb55e98328664e313ee6c82988dfde963f7.tar.gz
drop deprecated kvantum theme optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27f98085fc54..c7467893d58f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matcha-gtk-theme
pkgdesc = A flat design theme for GTK 3, GTK 2 and GNOME Shell
pkgver = 2022.11.15
- pkgrel = 1
+ pkgrel = 2
url = https://vinceliuice.github.io/theme-matcha.html
install = matcha-gtk-theme.install
arch = any
@@ -9,7 +9,6 @@ pkgbase = matcha-gtk-theme
optdepends = gtk-engine-murrine: GTK2 theme support
optdepends = gtk-engines: GTK2 theme support
optdepends = qogir-icon-theme: Recommended icon theme
- optdepends = kvantum-theme-matcha: Matching Kvantum theme
options = !strip
source = matcha-gtk-theme-2022-11-15.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/2022-11-15.tar.gz
sha256sums = bd6f46607fc5c7ff97a7b5ee8cb061bc4dfc45978c86181247da163c0a3d3968
diff --git a/PKGBUILD b/PKGBUILD
index 6956fcd05166..834a9b0ebb12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,14 @@
pkgname=matcha-gtk-theme
_pkgver=2022-11-15
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="A flat design theme for GTK 3, GTK 2 and GNOME Shell"
arch=('any')
url="https://vinceliuice.github.io/theme-matcha.html"
license=('GPL3')
optdepends=('gtk-engine-murrine: GTK2 theme support'
'gtk-engines: GTK2 theme support'
- 'qogir-icon-theme: Recommended icon theme'
- 'kvantum-theme-matcha: Matching Kvantum theme')
+ 'qogir-icon-theme: Recommended icon theme')
options=('!strip')
install="$pkgname.install"
source=("$pkgname-$_pkgver.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/$_pkgver.tar.gz")