[arch-commits] Commit in librsvg/repos (4 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:35:35 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:35:34
  Author: heftig
Revision: 155205

db-move: moved librsvg from [gnome-unstable] to [testing] (i686)

Added:
  librsvg/repos/testing-i686/
  librsvg/repos/testing-i686/PKGBUILD
    (from rev 155005, librsvg/repos/gnome-unstable-i686/PKGBUILD)
  librsvg/repos/testing-i686/librsvg.install
    (from rev 155005, librsvg/repos/gnome-unstable-i686/librsvg.install)
Deleted:
  librsvg/repos/gnome-unstable-i686/

-----------------+
 PKGBUILD        |   28 ++++++++++++++++++++++++++++
 librsvg.install |   11 +++++++++++
 2 files changed, 39 insertions(+)

Copied: librsvg/repos/testing-i686/PKGBUILD (from rev 155005, librsvg/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:35:34 UTC (rev 155205)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.36.0
+pkgrel=1
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2>=2.24.1-3' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
+optdepends=('gtk3: for rsvg-view-3')
+options=('!libtool' '!emptydirs')
+url="http://librsvg.sourceforge.net/"
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6475e08c73e92c8bc58824e215551bd64ac5e9a492ff8c520b89c01a7ea510a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: librsvg/repos/testing-i686/librsvg.install (from rev 155005, librsvg/repos/gnome-unstable-i686/librsvg.install)
===================================================================
--- testing-i686/librsvg.install	                        (rev 0)
+++ testing-i686/librsvg.install	2012-04-01 11:35:34 UTC (rev 155205)
@@ -0,0 +1,11 @@
+post_install() {
+    usr/bin/gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list