[arch-commits] Commit in librsvg/repos (8 files)
Jan Steffens
heftig at nymeria.archlinux.org
Tue Oct 15 14:49:59 UTC 2013
Date: Tuesday, October 15, 2013 @ 16:49:58
Author: heftig
Revision: 196586
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
librsvg/repos/extra-i686/PKGBUILD
(from rev 196585, librsvg/trunk/PKGBUILD)
librsvg/repos/extra-i686/librsvg.install
(from rev 196585, librsvg/trunk/librsvg.install)
librsvg/repos/extra-x86_64/PKGBUILD
(from rev 196585, librsvg/trunk/PKGBUILD)
librsvg/repos/extra-x86_64/librsvg.install
(from rev 196585, librsvg/trunk/librsvg.install)
Deleted:
librsvg/repos/extra-i686/PKGBUILD
librsvg/repos/extra-i686/librsvg.install
librsvg/repos/extra-x86_64/PKGBUILD
librsvg/repos/extra-x86_64/librsvg.install
------------------------------+
/PKGBUILD | 58 +++++++++++++++++++++++++++++++++++++++++
/librsvg.install | 22 +++++++++++++++
extra-i686/PKGBUILD | 30 ---------------------
extra-i686/librsvg.install | 11 -------
extra-x86_64/PKGBUILD | 30 ---------------------
extra-x86_64/librsvg.install | 11 -------
6 files changed, 80 insertions(+), 82 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-10-15 14:49:04 UTC (rev 196585)
+++ extra-i686/PKGBUILD 2013-10-15 14:49:58 UTC (rev 196586)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=librsvg
-pkgver=2.39.0
-pkgrel=2
-epoch=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=('aa47dcde0128eee6e3595d203bc673d9c27389588842f401bf585f31fc65095f')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: librsvg/repos/extra-i686/PKGBUILD (from rev 196585, librsvg/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-15 14:49:58 UTC (rev 196586)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.40.0
+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')
+optdepends=('gtk3: for rsvg-view-3')
+options=('!libtool' '!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=('8f7db31df235813dbd035888035cf862d682e7cc5706c4e7ec05750d3f64a2f9')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-i686/librsvg.install
===================================================================
--- extra-i686/librsvg.install 2013-10-15 14:49:04 UTC (rev 196585)
+++ extra-i686/librsvg.install 2013-10-15 14:49:58 UTC (rev 196586)
@@ -1,11 +0,0 @@
-post_install() {
- gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: librsvg/repos/extra-i686/librsvg.install (from rev 196585, librsvg/trunk/librsvg.install)
===================================================================
--- extra-i686/librsvg.install (rev 0)
+++ extra-i686/librsvg.install 2013-10-15 14:49:58 UTC (rev 196586)
@@ -0,0 +1,11 @@
+post_install() {
+ gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-10-15 14:49:04 UTC (rev 196585)
+++ extra-x86_64/PKGBUILD 2013-10-15 14:49:58 UTC (rev 196586)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=librsvg
-pkgver=2.39.0
-pkgrel=2
-epoch=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=('aa47dcde0128eee6e3595d203bc673d9c27389588842f401bf585f31fc65095f')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 196585, librsvg/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-10-15 14:49:58 UTC (rev 196586)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.40.0
+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')
+optdepends=('gtk3: for rsvg-view-3')
+options=('!libtool' '!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=('8f7db31df235813dbd035888035cf862d682e7cc5706c4e7ec05750d3f64a2f9')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/librsvg.install
===================================================================
--- extra-x86_64/librsvg.install 2013-10-15 14:49:04 UTC (rev 196585)
+++ extra-x86_64/librsvg.install 2013-10-15 14:49:58 UTC (rev 196586)
@@ -1,11 +0,0 @@
-post_install() {
- gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: librsvg/repos/extra-x86_64/librsvg.install (from rev 196585, librsvg/trunk/librsvg.install)
===================================================================
--- extra-x86_64/librsvg.install (rev 0)
+++ extra-x86_64/librsvg.install 2013-10-15 14:49:58 UTC (rev 196586)
@@ -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