summaryrefslogtreecommitdiff
path: root/community/gtk-engine-unico/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/gtk-engine-unico/PKGBUILD
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/gtk-engine-unico/PKGBUILD')
-rw-r--r--community/gtk-engine-unico/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/gtk-engine-unico/PKGBUILD b/community/gtk-engine-unico/PKGBUILD
new file mode 100644
index 000000000..23412fb48
--- /dev/null
+++ b/community/gtk-engine-unico/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 79966 2012-11-15 05:43:40Z bpiotrowski $
+# 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=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-139.tar.xz)
+md5sums=('a451cf9e3d6b092a2fbeb424d0436dd3')
+
+build() {
+ cd "~unico-team/unico/trunk"
+ ./autogen.sh --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd "~unico-team/unico/trunk"
+ make DESTDIR=${pkgdir} install
+}