summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 832422a507ed..dbcab0bf0c87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gtk-theme-macos-mojave
- pkgdesc = Mojave-like theme for gtk2/gtk3
+ pkgdesc = Mojave-like theme for GTK2/GTK3
pkgver = v1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/julthon/mojave-gtk-theme
arch = any
license = GPL2
depends = gtk3
depends = gtk-engine-murrine
- depends = gnome-shell>=3.30
+ optdepends = gnome-shell>=3.30: theme was specifically tuned for GNOME 3.30
source = gtk-theme-macos-mojave-v1.tar.gz::https://github.com/julthon/gtk-theme-macos-mojave/releases/download/v1/gtk-theme-macos-mojave_v1.tar.gz
- md5sums = 09ef1c28d3af4ef103b88d2f821b14ca
+ sha512sums = f225395d8a742b2325860931e8db78cad4b687700e9af68269c1228ab4b332fb4b291830b089eda76eb9ac77dfb79527b09afdfe580c32dcc4cb96777db337b4
pkgname = gtk-theme-macos-mojave
diff --git a/PKGBUILD b/PKGBUILD
index 49daf4d899c1..24141e3aa27a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Julian Thonhauser <julthon@gmail.com>
pkgname=gtk-theme-macos-mojave
pkgver=v1
-pkgrel=1
-pkgdesc="Mojave-like theme for gtk2/gtk3"
+pkgrel=2
+pkgdesc="Mojave-like theme for GTK2/GTK3"
url="https://github.com/julthon/mojave-gtk-theme"
license=("GPL2")
arch=(any)
-depends=('gtk3' 'gtk-engine-murrine' 'gnome-shell>=3.30')
+depends=('gtk3' 'gtk-engine-murrine')
+optdepends=('gnome-shell>=3.30: theme was specifically tuned for GNOME 3.30')
source=("$pkgname-$pkgver.tar.gz::https://github.com/julthon/gtk-theme-macos-mojave/releases/download/$pkgver/gtk-theme-macos-mojave_$pkgver.tar.gz")
-md5sums=('09ef1c28d3af4ef103b88d2f821b14ca')
+sha512sums=('f225395d8a742b2325860931e8db78cad4b687700e9af68269c1228ab4b332fb4b291830b089eda76eb9ac77dfb79527b09afdfe580c32dcc4cb96777db337b4')
package() {
_instdir="$pkgdir/usr/share/themes"