blob: 2d7b5b9a87665738e40ccdba94b08a8c0ef38aa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Maintainer: Ner0
pkgname=gtk-theme-config
pkgver=1.0
pkgrel=1
pkgdesc="A tool to configure GTK theme colors."
arch=('i686' 'x86_64')
url="https://github.com/satya164/gtk-theme-config"
license=('GPL3')
depends=('gconf' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'gtk3')
makedepends=('vala')
conflicts=('gtk-theme-config-git' 'gtk-theme-preferences-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/satya164/gtk-theme-config/tarball/v$pkgver")
install=gtk-theme-config.install
md5sums=('da1c5bab4a906f0b06da2e18a114268c')
package() {
cd satya164-*
make DESTDIR="$pkgdir/" install
}
# vim:set ts=2 sw=2 et:
|