From b2c353d874b85e06f355a9419852e2616613c7d0 Mon Sep 17 00:00:00 2001 From: Parabola Date: Fri, 4 May 2012 20:00:41 +0000 Subject: Fri May 4 20:00:31 UTC 2012 --- community-testing/gtk-engine-unico/PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 community-testing/gtk-engine-unico/PKGBUILD (limited to 'community-testing/gtk-engine-unico') diff --git a/community-testing/gtk-engine-unico/PKGBUILD b/community-testing/gtk-engine-unico/PKGBUILD deleted file mode 100644 index dfcf116e0..000000000 --- a/community-testing/gtk-engine-unico/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 69673 2012-04-22 10:47:36Z bpiotrowski $ -# Maintainer: Bartlomiej Piotrowski -# Contributor: Hilinus - -pkgname=gtk-engine-unico -pkgver=1.0.2 -pkgrel=1 -pkgdesc="Unico GTK3 theme engine" -arch=('i686' 'x86_64') -url="https://launchpad.net/unico" -license=('GPL') -depends=("gtk3") -options=(!libtool) -source=("http://launchpad.net/unico/1.0/$pkgver/+download/${pkgname#gtk-engine-}-$pkgver.tar.gz") -md5sums=('19fb3ecc36d4d13b4a76e26a4ebd6412') - - -build() { - cd ${srcdir}/${pkgname#gtk-engine-}-$pkgver - - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd ${srcdir}/${pkgname#gtk-engine-}-$pkgver - make DESTDIR=${pkgdir} install -} -- cgit v1.2.3-54-g00ecf