summaryrefslogtreecommitdiff
path: root/community/gtk-engine-unico/PKGBUILD
blob: 41cf27d0989f6323d77dcc82598f2862cdc14255 (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
# $Id: PKGBUILD 79137 2012-10-31 01:06:06Z heftig $
# Maintainer:  Bartlomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Hilinus <itahilinus[at]hotmail[dot]it>

pkgname=gtk-engine-unico
pkgver=1.0.2
pkgrel=3
pkgdesc="Unico GTK3 theme engine"
arch=('i686' 'x86_64')
url="https://launchpad.net/unico"
license=('GPL')
depends=("gtk3")
makedepends=("gnome-common")
options=(!libtool)
source=(gtk-engine-unico-139.tar.gz::http://bazaar.launchpad.net/~unico-team/unico/trunk/tarball/139)
md5sums=('01a8fcde727bbbdfcbd1572f118d1616')

build() {
  cd "~unico-team/unico/trunk"
  ./autogen.sh --prefix=/usr --disable-static
  make
}

package() {
  cd "~unico-team/unico/trunk"
  make DESTDIR=${pkgdir} install
}