Date: Wednesday, March 25, 2015 @ 16:35:22
  Author: jgc
Revision: 234831

db-move: moved grilo from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  grilo/repos/testing-i686/
  grilo/repos/testing-i686/PKGBUILD
    (from rev 234786, grilo/repos/gnome-unstable-i686/PKGBUILD)
  grilo/repos/testing-x86_64/
  grilo/repos/testing-x86_64/PKGBUILD
    (from rev 234786, grilo/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  grilo/repos/gnome-unstable-i686/
  grilo/repos/gnome-unstable-x86_64/

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

Copied: grilo/repos/testing-i686/PKGBUILD (from rev 234786, 
grilo/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-03-25 15:35:22 UTC (rev 234831)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=grilo
+pkgver=0.2.12
+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' 'totem-plparser')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('55b4663550bc8185f8db232e96b9ba99fbfa9175e31e7321fa5ccaacf3617b85')
+
+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/testing-x86_64/PKGBUILD (from rev 234786, 
grilo/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-03-25 15:35:22 UTC (rev 234831)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=grilo
+pkgver=0.2.12
+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' 'totem-plparser')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('55b4663550bc8185f8db232e96b9ba99fbfa9175e31e7321fa5ccaacf3617b85')
+
+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