From 462391357aa5e749dc9908c15f3baa0b4416f3d8 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 28 Jan 2014 03:27:16 +0000 Subject: Tue Jan 28 03:22:21 UTC 2014 --- pcr/libibus/PKGBUILD | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 pcr/libibus/PKGBUILD (limited to 'pcr/libibus') diff --git a/pcr/libibus/PKGBUILD b/pcr/libibus/PKGBUILD deleted file mode 100644 index 1a934121a..000000000 --- a/pcr/libibus/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# $Id$ -# Contributor: Felix Yan -# Contributor: Rainy -# Contributor: Lee.MaRS -# Contributor: Daniel J Griffiths -# Contributor: Brad Fanella -# Maintainer : Parabola GNU / Linux-libre Aurélien Desbrières - -_pkgbase=ibus -pkgname=lib$_pkgbase -pkgver=1.4.99.20121109 -pkgrel=1 -pkgdesc="Library for Next Generation Input Bus for Linux" -arch=('i686' 'x86_64') -url="http://ibus.googlecode.com" -license=('LGPL') -depends=('glib2') -makedepends=('gobject-introspection' 'dconf' 'iso-codes' 'intltool' 'gtk2' 'gtk3') -options=('!libtool') -provides=("$_pkgbase=$pkgver") -conflicts=('ibus') -source=(http://ibus.googlecode.com/files/${_pkgbase}-${pkgver}.tar.gz) - -build() { - cd "$srcdir/${_pkgbase}-${pkgver}" - export PYTHON=python2 - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/ibus \ - --sysconfdir=/etc \ - --disable-gconf \ - --enable-dconf \ - --disable-memconf \ - --enable-ui - make -} - -package() { - cd "$srcdir/${_pkgbase}-${pkgver}" - make DESTDIR="${pkgdir}" install-pkgconfigDATA - cd src - make DESTDIR="${pkgdir}" install -} -md5sums=('be482479357210283e91a47f43a0a0fe') -- cgit v1.2.3-54-g00ecf