[arch-commits] Commit in librsvg/repos (8 files)
Ionut Biru
ibiru at archlinux.org
Mon Apr 16 19:52:54 UTC 2012
Date: Monday, April 16, 2012 @ 15:52:53
Author: ibiru
Revision: 156309
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
librsvg/repos/testing-i686/PKGBUILD
(from rev 156308, librsvg/trunk/PKGBUILD)
librsvg/repos/testing-i686/librsvg.install
(from rev 156308, librsvg/trunk/librsvg.install)
librsvg/repos/testing-x86_64/PKGBUILD
(from rev 156308, librsvg/trunk/PKGBUILD)
librsvg/repos/testing-x86_64/librsvg.install
(from rev 156308, 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
--------------------------------+
testing-i686/PKGBUILD | 56 +++++++++++++++++++--------------------
testing-i686/librsvg.install | 22 +++++++--------
testing-x86_64/PKGBUILD | 56 +++++++++++++++++++--------------------
testing-x86_64/librsvg.install | 22 +++++++--------
4 files changed, 78 insertions(+), 78 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2012-04-16 19:51:53 UTC (rev 156308)
+++ testing-i686/PKGBUILD 2012-04-16 19:52:53 UTC (rev 156309)
@@ -1,28 +0,0 @@
-# $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/PKGBUILD (from rev 156308, librsvg/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-04-16 19:52:53 UTC (rev 156309)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.36.1
+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')
+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=('786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: testing-i686/librsvg.install
===================================================================
--- testing-i686/librsvg.install 2012-04-16 19:51:53 UTC (rev 156308)
+++ testing-i686/librsvg.install 2012-04-16 19:52:53 UTC (rev 156309)
@@ -1,11 +0,0 @@
-post_install() {
- usr/bin/gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: librsvg/repos/testing-i686/librsvg.install (from rev 156308, librsvg/trunk/librsvg.install)
===================================================================
--- testing-i686/librsvg.install (rev 0)
+++ testing-i686/librsvg.install 2012-04-16 19:52:53 UTC (rev 156309)
@@ -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 2012-04-16 19:51:53 UTC (rev 156308)
+++ testing-x86_64/PKGBUILD 2012-04-16 19:52:53 UTC (rev 156309)
@@ -1,28 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 156308, librsvg/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-16 19:52:53 UTC (rev 156309)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.36.1
+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')
+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=('786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: testing-x86_64/librsvg.install
===================================================================
--- testing-x86_64/librsvg.install 2012-04-16 19:51:53 UTC (rev 156308)
+++ testing-x86_64/librsvg.install 2012-04-16 19:52:53 UTC (rev 156309)
@@ -1,11 +0,0 @@
-post_install() {
- usr/bin/gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: librsvg/repos/testing-x86_64/librsvg.install (from rev 156308, librsvg/trunk/librsvg.install)
===================================================================
--- testing-x86_64/librsvg.install (rev 0)
+++ testing-x86_64/librsvg.install 2012-04-16 19:52:53 UTC (rev 156309)
@@ -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