summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 683f3a6b999110e9407a777fb2ba9151b3d862e3 (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
# Maintainer: Teteros <teteros -at- openmailbox -dot- org>
_pkgname=E17gtk
pkgname=gtk-theme-e17gtk-git
pkgver=V3.22.0.r5.g05b9dca
pkgrel=1
pkgdesc="A dark GTK2/GTK3 theme with sharp corners, which is designed for use in Enlightenment and gives the elegant look of Enlightenment to GTK widgets."
arch=('any')
url="https://github.com/tsujan/${_pkgname}"
license=('GPL')
optdepends=('enlightenment'
			'qt5-styleplugins: GTK+ rendering for QT5')
makedepends=('git')
source=("${_pkgname}::git+https://github.com/tsujan/${_pkgname}")
md5sums=('SKIP')

pkgver() {
  cd "${_pkgname}"
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

package() {
  mkdir -p "${pkgdir}/usr/share/themes"
  mv "${_pkgname}" "${pkgdir}/usr/share/themes/${_pkgname}"
}