Date: Thursday, September 19, 2013 @ 21:13:37
  Author: jgc
Revision: 194624

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 194623, grilo/trunk/PKGBUILD)
  grilo/repos/gnome-unstable-x86_64/
  grilo/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 194623, grilo/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: grilo/repos/gnome-unstable-i686/PKGBUILD (from rev 194623, 
grilo/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD                                (rev 0)
+++ gnome-unstable-i686/PKGBUILD        2013-09-19 19:13:37 UTC (rev 194624)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+pkgname=grilo
+pkgver=0.2.7
+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' 'liboauth')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('4a854ee6f9a220f05e696813949be94780c12a7fb281253f10a545f30ed596d8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
+    --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: grilo/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194623, 
grilo/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2013-09-19 19:13:37 UTC (rev 194624)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+pkgname=grilo
+pkgver=0.2.7
+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' 'liboauth')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('4a854ee6f9a220f05e696813949be94780c12a7fb281253f10a545f30ed596d8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
+    --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to