diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/librsvg/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/librsvg/PKGBUILD')
-rw-r--r-- | abs/core-testing/librsvg/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/abs/core-testing/librsvg/PKGBUILD b/abs/core-testing/librsvg/PKGBUILD deleted file mode 100644 index 6a702aa..0000000 --- a/abs/core-testing/librsvg/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 13073 2008-09-25 20:24:43Z jgc $ -# Maintainer: Jan de Groot <jgc@archlinux.org> - -pkgname=librsvg -pkgver=2.22.3 -pkgrel=1 -pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf" -arch=(i686 x86_64) -license=('LGPL') -depends=('gtk2>=2.14.3' 'libcroco>=0.6.1' 'libgsf>=1.14.8') -makedepends=('perlxml' 'pkgconfig') -options=('!libtool') -url="http://librsvg.sourceforge.net/" -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.22/${pkgname}-${pkgver}.tar.bz2) -install=librsvg.install -md5sums=('c4ec4fdb2b1842e221ca39127e85682d') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --libexecdir=/usr/lib/${pkgname} \ - --with-croco \ - --disable-mozilla-plugin --with-svgz - make || return 1 - make DESTDIR="${pkgdir}" install - rm -rf "${pkgdir}/usr/lib/mozilla" - rm ${pkgdir}/usr/lib/gtk-2.0/*/{engines,loaders}/*.a -} |