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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:14:00 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:14:00
  Author: heftig
Revision: 182554

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

Added:
  librsvg/repos/testing-i686/
  librsvg/repos/testing-i686/PKGBUILD
    (from rev 182430, librsvg/repos/staging-i686/PKGBUILD)
  librsvg/repos/testing-i686/librsvg.install
    (from rev 182430, librsvg/repos/staging-i686/librsvg.install)
  librsvg/repos/testing-x86_64/
  librsvg/repos/testing-x86_64/PKGBUILD
    (from rev 182430, librsvg/repos/staging-x86_64/PKGBUILD)
  librsvg/repos/testing-x86_64/librsvg.install
    (from rev 182430, librsvg/repos/staging-x86_64/librsvg.install)
Deleted:
  librsvg/repos/staging-i686/
  librsvg/repos/staging-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 182430, librsvg/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:14:00 UTC (rev 182554)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.37.0
+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="https://live.gnome.org/LibRsvg"
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('06c57dbcb29369d147b4e6ff4257c42ae5120c504c30fb567a27034ee30fd835')
+
+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 182430, librsvg/repos/staging-i686/librsvg.install)
===================================================================
--- testing-i686/librsvg.install	                        (rev 0)
+++ testing-i686/librsvg.install	2013-04-10 19:14:00 UTC (rev 182554)
@@ -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 182430, librsvg/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:14:00 UTC (rev 182554)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.37.0
+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="https://live.gnome.org/LibRsvg"
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('06c57dbcb29369d147b4e6ff4257c42ae5120c504c30fb567a27034ee30fd835')
+
+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 182430, librsvg/repos/staging-x86_64/librsvg.install)
===================================================================
--- testing-x86_64/librsvg.install	                        (rev 0)
+++ testing-x86_64/librsvg.install	2013-04-10 19:14:00 UTC (rev 182554)
@@ -0,0 +1,11 @@
+post_install() {
+    gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list