[arch-commits] Commit in grilo/repos (4 files)
Jan Steffens
heftig at archlinux.org
Fri Sep 2 17:34:31 UTC 2011
Date: Friday, September 2, 2011 @ 13:34:31
Author: heftig
Revision: 136898
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
grilo/repos/gnome-unstable-i686/
grilo/repos/gnome-unstable-i686/PKGBUILD
(from rev 136897, grilo/trunk/PKGBUILD)
grilo/repos/gnome-unstable-x86_64/
grilo/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136897, grilo/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: grilo/repos/gnome-unstable-i686/PKGBUILD (from rev 136897, grilo/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2011-09-02 17:34:31 UTC (rev 136898)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=grilo
+pkgver=0.1.16
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia content"
+url="http://www.gnome.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('690dabd2bf0fb5f1f11ec9c69005c7c7b1b7c1585dc9ab7b93d3ee3aab284c74')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i 's/vala-0.12/vala-0.14/g' configure
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: grilo/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136897, grilo/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2011-09-02 17:34:31 UTC (rev 136898)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=grilo
+pkgver=0.1.16
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia content"
+url="http://www.gnome.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('690dabd2bf0fb5f1f11ec9c69005c7c7b1b7c1585dc9ab7b93d3ee3aab284c74')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i 's/vala-0.12/vala-0.14/g' configure
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list