[arch-commits] Commit in librsvg/repos (6 files)
Jan Steffens
heftig at archlinux.org
Thu Sep 24 19:45:14 UTC 2015
Date: Thursday, September 24, 2015 @ 21:45:13
Author: heftig
Revision: 247282
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
librsvg/repos/gnome-unstable-i686/
librsvg/repos/gnome-unstable-i686/PKGBUILD
(from rev 247281, librsvg/trunk/PKGBUILD)
librsvg/repos/gnome-unstable-i686/librsvg.install
(from rev 247281, librsvg/trunk/librsvg.install)
librsvg/repos/gnome-unstable-x86_64/
librsvg/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247281, librsvg/trunk/PKGBUILD)
librsvg/repos/gnome-unstable-x86_64/librsvg.install
(from rev 247281, librsvg/trunk/librsvg.install)
---------------------------------------+
gnome-unstable-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
gnome-unstable-i686/librsvg.install | 11 +++++++++++
gnome-unstable-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
gnome-unstable-x86_64/librsvg.install | 11 +++++++++++
4 files changed, 78 insertions(+)
Copied: librsvg/repos/gnome-unstable-i686/PKGBUILD (from rev 247281, librsvg/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2015-09-24 19:45:13 UTC (rev 247282)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.40.10
+pkgrel=1
+epoch=1
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+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=('965c807438ce90b204e930ff80c92eba1606a2f6fd5ccfd09335c99896dd3479')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static --enable-vala
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: librsvg/repos/gnome-unstable-i686/librsvg.install (from rev 247281, librsvg/trunk/librsvg.install)
===================================================================
--- gnome-unstable-i686/librsvg.install (rev 0)
+++ gnome-unstable-i686/librsvg.install 2015-09-24 19:45:13 UTC (rev 247282)
@@ -0,0 +1,11 @@
+post_install() {
+ gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: librsvg/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247281, librsvg/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2015-09-24 19:45:13 UTC (rev 247282)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=librsvg
+pkgver=2.40.10
+pkgrel=1
+epoch=1
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+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=('965c807438ce90b204e930ff80c92eba1606a2f6fd5ccfd09335c99896dd3479')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static --enable-vala
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: librsvg/repos/gnome-unstable-x86_64/librsvg.install (from rev 247281, librsvg/trunk/librsvg.install)
===================================================================
--- gnome-unstable-x86_64/librsvg.install (rev 0)
+++ gnome-unstable-x86_64/librsvg.install 2015-09-24 19:45:13 UTC (rev 247282)
@@ -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