summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c282e695e7cfcefd50d5ec79dbc72840b7c2665a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: sh4nks <https://github.com/sh4nks/pkgbuilds>
# Author: KEIII <gnome-look.org>
pkgname=adwaita-x-dark-and-light-theme
pkgver=1.3
pkgrel=2
pkgdesc="Adwaita-X dark and light theme pack (GTK3, GTK2, Mutter, Metacity, Xfwm4)"
arch=('any')
url="http://gnome-look.org/content/show.php?action=content&content=150905"
license=('GPL')
depends=('gtk-engine-murrine' 'gtk-engines' 'gnome-themes-standard')
optdepends=('ttf-droid: General-purpose fonts released by Google as part of Android')
#source=("http://gnome-look.org/CONTENT/content-files/150905-adwaita-x-dark-light-$pkgver.zip")
source=("150905-adwaita-x-dark-light-$pkgver.zip::https://dl.opendesktop.org/api/files/download?id=1460761610");
# checksum is different every time it downloads
md5sums=('SKIP')

package() {
    cd $srcdir
    for i in Adwaita-X*; do
        find "$i" -type f -not -name *~ -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
    done
}