summaryrefslogtreecommitdiff
path: root/extra/gnome-themes-standard/PKGBUILD
blob: 0d1fdc0ab243c8667f67b6cac7fcc2ccc232c632 (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
# $Id: PKGBUILD 210488 2014-04-14 20:06:53Z jgc $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>

pkgname=gnome-themes-standard
pkgver=3.12.0
pkgrel=1
pkgdesc="Default themes for the GNOME desktop"
arch=(i686 x86_64)
url="http://www.gnome.org"
license=(GPL2)
depends=(cantarell-fonts ttf-dejavu librsvg)
makedepends=(intltool gtk2 gtk3)
optdepends=('gtk-engines: HighContrast GTK2 theme')
groups=(gnome)
replaces=(gnome-themes)
conflicts=(gnome-themes)
options=('!emptydirs')
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
sha256sums=('a05d1b7ca872b944a69d0c0cc2369408ece32ff4355e37f8594a1b70d13c3217')

build() {
  cd $pkgname-$pkgver
  ./configure --prefix=/usr
  make
}

package() {
  cd $pkgname-$pkgver
  make DESTDIR="${pkgdir}" install
}

# vim:set ts=2 sw=2 et: