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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:54:00 UTC 2014


    Date: Friday, September 26, 2014 @ 12:54:00
  Author: jgc
Revision: 223063

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

Added:
  librsvg/repos/testing-i686/
  librsvg/repos/testing-i686/PKGBUILD
    (from rev 223030, librsvg/repos/gnome-unstable-i686/PKGBUILD)
  librsvg/repos/testing-i686/librsvg.install
    (from rev 223030, librsvg/repos/gnome-unstable-i686/librsvg.install)
  librsvg/repos/testing-x86_64/
  librsvg/repos/testing-x86_64/PKGBUILD
    (from rev 223030, librsvg/repos/gnome-unstable-x86_64/PKGBUILD)
  librsvg/repos/testing-x86_64/librsvg.install
    (from rev 223030, 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 223030, librsvg/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:54:00 UTC (rev 223063)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.40.4
+pkgrel=1
+epoch=1
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk3' 'gobject-introspection' 'vala' 'python2')
+optdepends=('gtk3: for rsvg-view-3')
+options=('!emptydirs')
+url="https://live.gnome.org/LibRsvg"
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db76d5494e867613bbb0664e969f7d03296296495ec117f276ccf8f505cd9573')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: librsvg/repos/testing-i686/librsvg.install (from rev 223030, librsvg/repos/gnome-unstable-i686/librsvg.install)
===================================================================
--- testing-i686/librsvg.install	                        (rev 0)
+++ testing-i686/librsvg.install	2014-09-26 10:54:00 UTC (rev 223063)
@@ -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 223030, librsvg/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:54:00 UTC (rev 223063)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.40.4
+pkgrel=1
+epoch=1
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk3' 'gobject-introspection' 'vala' 'python2')
+optdepends=('gtk3: for rsvg-view-3')
+options=('!emptydirs')
+url="https://live.gnome.org/LibRsvg"
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db76d5494e867613bbb0664e969f7d03296296495ec117f276ccf8f505cd9573')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: librsvg/repos/testing-x86_64/librsvg.install (from rev 223030, librsvg/repos/gnome-unstable-x86_64/librsvg.install)
===================================================================
--- testing-x86_64/librsvg.install	                        (rev 0)
+++ testing-x86_64/librsvg.install	2014-09-26 10:54:00 UTC (rev 223063)
@@ -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