summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bf11459ca2440efd40a93d5aef58e2754ea051ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: GordonGR <ntheo1979@gmail.com>

pkgname="gtk-theme-ambiance-ds-blue-sb12"
pkgver=2.60
pkgrel=1
pkgdesc="A theme based on Ambiance (gtk2, gtk3, gnome-shell, metacity, unity)"
arch=(any)
#url="http://gnome-look.org/content/show.php/Ambiance+DS+BlueSB12?content=154519"
url="https://www.gnome-look.org/p/1013664/"
license=('GPL')
depends=('gtk-engine-unico' 'gtk-engine-murrine')
conflicts=()

# Hash and Timestamp
_p="var \(hash = '\(.*\)\|timetamp = '\(.*\)\)';"
read _s _t <<< $(echo -n $(curl -s $url | sed -n "s/$_p/\2\3/p"))

source=("https://dl.opendesktop.org/api/files/downloadfile/id/1524565560/s/$_s/t/$_t/u//AmbianceDSBlueSB12.tar.xz")
md5sums=('cb0e9d251304afdab8f1575dc2e9b5b0')
install=()

package() {
# 	bsdtar -xf ${srcdir}/ambiance_blue_theme_suite_by_satya164-d396ttt.zip
mkdir -p ${pkgdir}/usr/share/themes
cp -R ${srcdir}/Ambiance* ${pkgdir}/usr/share/themes/
cd ${pkgdir}/usr/share/themes/
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
}