Date: Thursday, October 18, 2012 @ 15:23:45
  Author: jgc
Revision: 169175

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

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

--------------------------------+
 testing-i686/PKGBUILD          |   29 +++++++++++++++++++++++++++++
 testing-i686/librsvg.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD        |   29 +++++++++++++++++++++++++++++
 testing-x86_64/librsvg.install |   11 +++++++++++
 4 files changed, 80 insertions(+)

Copied: librsvg/repos/testing-i686/PKGBUILD (from rev 169138, 
librsvg/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-10-18 19:23:45 UTC (rev 169175)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+pkgname=librsvg
+pkgver=2.36.4
+pkgrel=1
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
+optdepends=('gtk3: for rsvg-view-3'
+            'gtk2: gtk2 SVG engine module')
+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=('1021935204798f4f0ad3004a09b583668ea94a48593461b147fdcff68a18e6c2')
+
+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 169138, 
librsvg/repos/gnome-unstable-i686/librsvg.install)
===================================================================
--- testing-i686/librsvg.install                                (rev 0)
+++ testing-i686/librsvg.install        2012-10-18 19:23:45 UTC (rev 169175)
@@ -0,0 +1,11 @@
+post_install() {
+    gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: librsvg/repos/testing-x86_64/PKGBUILD (from rev 169138, 
librsvg/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-10-18 19:23:45 UTC (rev 169175)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+pkgname=librsvg
+pkgver=2.36.4
+pkgrel=1
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
+optdepends=('gtk3: for rsvg-view-3'
+            'gtk2: gtk2 SVG engine module')
+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=('1021935204798f4f0ad3004a09b583668ea94a48593461b147fdcff68a18e6c2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: librsvg/repos/testing-x86_64/librsvg.install (from rev 169138, 
librsvg/repos/gnome-unstable-x86_64/librsvg.install)
===================================================================
--- testing-x86_64/librsvg.install                              (rev 0)
+++ testing-x86_64/librsvg.install      2012-10-18 19:23:45 UTC (rev 169175)
@@ -0,0 +1,11 @@
+post_install() {
+    gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Reply via email to