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

Jan de Groot jgc at archlinux.org
Wed Oct 15 07:38:05 UTC 2014


    Date: Wednesday, October 15, 2014 @ 09:38:05
  Author: jgc
Revision: 224368

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  librsvg/repos/testing-i686/PKGBUILD
    (from rev 224367, librsvg/trunk/PKGBUILD)
  librsvg/repos/testing-i686/librsvg.install
    (from rev 224367, librsvg/trunk/librsvg.install)
  librsvg/repos/testing-x86_64/PKGBUILD
    (from rev 224367, librsvg/trunk/PKGBUILD)
  librsvg/repos/testing-x86_64/librsvg.install
    (from rev 224367, librsvg/trunk/librsvg.install)
Deleted:
  librsvg/repos/testing-i686/PKGBUILD
  librsvg/repos/testing-i686/librsvg.install
  librsvg/repos/testing-x86_64/PKGBUILD
  librsvg/repos/testing-x86_64/librsvg.install

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-10-15 07:37:54 UTC (rev 224367)
+++ testing-i686/PKGBUILD	2014-10-15 07:38:05 UTC (rev 224368)
@@ -1,29 +0,0 @@
-# $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/PKGBUILD (from rev 224367, librsvg/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-10-15 07:38:05 UTC (rev 224368)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.40.5
+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=('d14d7b3e25023ce34302022fd7c9b3a468629c94dff6c177874629686bfc71a7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/librsvg.install
===================================================================
--- testing-i686/librsvg.install	2014-10-15 07:37:54 UTC (rev 224367)
+++ testing-i686/librsvg.install	2014-10-15 07:38:05 UTC (rev 224368)
@@ -1,11 +0,0 @@
-post_install() {
-    gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: librsvg/repos/testing-i686/librsvg.install (from rev 224367, librsvg/trunk/librsvg.install)
===================================================================
--- testing-i686/librsvg.install	                        (rev 0)
+++ testing-i686/librsvg.install	2014-10-15 07:38:05 UTC (rev 224368)
@@ -0,0 +1,11 @@
+post_install() {
+    gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-10-15 07:37:54 UTC (rev 224367)
+++ testing-x86_64/PKGBUILD	2014-10-15 07:38:05 UTC (rev 224368)
@@ -1,29 +0,0 @@
-# $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/PKGBUILD (from rev 224367, librsvg/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-10-15 07:38:05 UTC (rev 224368)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.40.5
+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=('d14d7b3e25023ce34302022fd7c9b3a468629c94dff6c177874629686bfc71a7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/librsvg.install
===================================================================
--- testing-x86_64/librsvg.install	2014-10-15 07:37:54 UTC (rev 224367)
+++ testing-x86_64/librsvg.install	2014-10-15 07:38:05 UTC (rev 224368)
@@ -1,11 +0,0 @@
-post_install() {
-    gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: librsvg/repos/testing-x86_64/librsvg.install (from rev 224367, librsvg/trunk/librsvg.install)
===================================================================
--- testing-x86_64/librsvg.install	                        (rev 0)
+++ testing-x86_64/librsvg.install	2014-10-15 07:38:05 UTC (rev 224368)
@@ -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