summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1525416da72d7e7de1fed22b773c244737e4572c (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
30
31
32
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
# Submitter: L <alaviss0@gmail.com>

pkgname=gnome-shell-theme-elegance-colors-git
_pkgname=elegance-colors
pkgver=238.ca44e2f
pkgrel=4
pkgdesc="A chameleon theme for Gnome Shell which can change colors according to the current GTK theme, current wallpaper (uses imagemagick to get color) or a user defined color."
arch=('i686' 'x86_64')
url="https://github.com/satya164/elegance-colors"
license=('GPL3')
depends=('gnome-shell>=3.6' 'imagemagick')
makedepends=('vala')
provides=('gnome-shell-themes-elegance-colors')
conflicts=('gnome-shell-themes-elegance-colors')
install="${_pkgname}.install"
source=(${_pkgname}::'git+https://github.com/satya164/elegance-colors.git')
sha512sums=('SKIP')

pkgver() {
	cd "${srcdir}/${_pkgname}"
	echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
}


build() {
	make -C "${srcdir}/${_pkgname}"
}

package() {
	make -C "${srcdir}/${_pkgname}" DESTDIR="${pkgdir}" install
}