summaryrefslogtreecommitdiff
path: root/community/gtk-engine-unico/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gtk-engine-unico/PKGBUILD')
-rw-r--r--community/gtk-engine-unico/PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/community/gtk-engine-unico/PKGBUILD b/community/gtk-engine-unico/PKGBUILD
index 5f2341d1d..714fc29f4 100644
--- a/community/gtk-engine-unico/PKGBUILD
+++ b/community/gtk-engine-unico/PKGBUILD
@@ -1,28 +1,27 @@
-# $Id: PKGBUILD 69736 2012-04-23 09:07:35Z ibiru $
+# $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=1
+pkgrel=3
pkgdesc="Unico GTK3 theme engine"
arch=('i686' 'x86_64' 'mips64el')
url="https://launchpad.net/unico"
license=('GPL')
depends=("gtk3")
+makedepends=("gnome-common")
options=(!libtool)
-source=("http://launchpad.net/unico/1.0/$pkgver/+download/${pkgname#gtk-engine-}-$pkgver.tar.gz")
-md5sums=('19fb3ecc36d4d13b4a76e26a4ebd6412')
-
+source=(gtk-engine-unico-139.tar.gz::http://bazaar.launchpad.net/~unico-team/unico/trunk/tarball/139)
+md5sums=('01a8fcde727bbbdfcbd1572f118d1616')
build() {
- cd ${srcdir}/${pkgname#gtk-engine-}-$pkgver
-
- ./configure --prefix=/usr --disable-static
+ cd "~unico-team/unico/trunk"
+ ./autogen.sh --prefix=/usr --disable-static
make
}
package() {
- cd ${srcdir}/${pkgname#gtk-engine-}-$pkgver
+ cd "~unico-team/unico/trunk"
make DESTDIR=${pkgdir} install
}