summaryrefslogtreecommitdiff
path: root/community/gtk-engine-unico
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gtk-engine-unico
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gtk-engine-unico')
-rw-r--r--community/gtk-engine-unico/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/gtk-engine-unico/PKGBUILD b/community/gtk-engine-unico/PKGBUILD
deleted file mode 100644
index 23412fb48..000000000
--- a/community/gtk-engine-unico/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $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
-}