blob: 634e30b4d33222ffa8cabfb2fc1f3f5339750710 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=vimix-gtk-themes
pkgver=2020.02.24
_pkgver=2020-02-24
pkgrel=1
pkgdesc="A flat Material Design theme for GTK 3, GTK 2, GNOME Shell, etc."
arch=('any')
url="https://vinceliuice.github.io/theme-vimix.html"
license=('GPL3')
depends=('gtk3' 'gtk-engine-murrine' 'gtk-engines')
optdepends=('kvantum-theme-vimix: Matching Kvantum theme'
'vimix-icon-theme: Matching icon theme'
'vimix-cursors: Matching cursor theme'
'tela-icon-theme: Recommended icon theme')
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/vinceliuice/$pkgname/archive/$_pkgver.tar.gz")
sha256sums=('5630d7bfb09820978459b2ce2f7db6cacbb2a34a4c8f73ca3b706301310927bd')
package() {
cd "$pkgname-$_pkgver"
install -dm755 "$pkgdir/usr/share/themes"
./install.sh -d "$pkgdir/usr/share/themes"
}
|