summaryrefslogtreecommitdiff
path: root/community-testing/gtk-engine-unico
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-28 22:36:26 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-28 22:36:26 +0200
commit92116b44c20c9b8e3ee49b794084d08d22e87cd3 (patch)
treeebfcd9f003924e328dd0ccdb16197c7e38c61dcf /community-testing/gtk-engine-unico
parentc89124d6a88f4cfffaba4492922c86091f2c8516 (diff)
parent00f77ef3b2b7856520daba393370f67b773c2184 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/gnustep-base/PKGBUILD community-testing/gtranslator/PKGBUILD community-testing/parrot/PKGBUILD community/chmsee/PKGBUILD core/lvm2/PKGBUILD extra/php/PKGBUILD extra/samba/PKGBUILD multilib/lib32-openssl/PKGBUILD staging/php/PKGBUILD staging/php/php-fpm.conf.in.patch staging/php/php.ini.patch testing/cairo/PKGBUILD testing/eog-plugins/PKGBUILD testing/eog/PKGBUILD testing/gedit/PKGBUILD testing/gjs/PKGBUILD testing/glib2/PKGBUILD testing/gnome-documents/PKGBUILD testing/gnome-shell/PKGBUILD testing/gobject-introspection/PKGBUILD testing/libpeas/PKGBUILD testing/mutter/PKGBUILD testing/openssl/PKGBUILD testing/pygobject/PKGBUILD testing/python/PKGBUILD testing/rhythmbox/PKGBUILD testing/ruby/PKGBUILD testing/ruby/ruby.install testing/sushi/PKGBUILD testing/totem/PKGBUILD
Diffstat (limited to 'community-testing/gtk-engine-unico')
-rw-r--r--community-testing/gtk-engine-unico/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
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 <nospam@bpiotrowski.pl>
-# Contributor: Hilinus <itahilinus[at]hotmail[dot]it>
-
-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
-}