Date: Tuesday, February 25, 2014 @ 13:25:36
  Author: jgc
Revision: 206404

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  grilo-plugins/repos/gnome-unstable-i686/
  grilo-plugins/repos/gnome-unstable-i686/PKGBUILD
    (from rev 206403, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/gnome-unstable-x86_64/
  grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 206403, grilo-plugins/trunk/PKGBUILD)

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

Copied: grilo-plugins/repos/gnome-unstable-i686/PKGBUILD (from rev 206403, 
grilo-plugins/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD                                (rev 0)
+++ gnome-unstable-i686/PKGBUILD        2014-02-25 12:25:36 UTC (rev 206404)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+pkgname=grilo-plugins
+pkgver=0.2.11
+pkgrel=2
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo sqlite libgcrypt)
+makedepends=(gupnp-av libgdata gmime libtracker-sparql libdmapsharing
+             json-glib intltool avahi itstool)
+optdepends=('gupnp-av: uPnP plugin'
+            'libgdata: Youtube plugin'
+            'gnome-online-accounts: Flickr plugin'
+            'gmime: Podcasts plugin'
+            'libtracker-sparql: Tracker plugin'
+            'libdmapsharing: DMAP sharing plugin'
+            'json-glib: TMDb plugin'
+            'avahi: Freebox plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a2ac4ad28f3ead53d00d99653b2fb2d19cd5d9cfc33a16e7e82477223d089944')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+    --enable-shoutcast --disable-pocket
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206403, 
grilo-plugins/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2014-02-25 12:25:36 UTC (rev 206404)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+pkgname=grilo-plugins
+pkgver=0.2.11
+pkgrel=2
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo sqlite libgcrypt)
+makedepends=(gupnp-av libgdata gmime libtracker-sparql libdmapsharing
+             json-glib intltool avahi itstool)
+optdepends=('gupnp-av: uPnP plugin'
+            'libgdata: Youtube plugin'
+            'gnome-online-accounts: Flickr plugin'
+            'gmime: Podcasts plugin'
+            'libtracker-sparql: Tracker plugin'
+            'libdmapsharing: DMAP sharing plugin'
+            'json-glib: TMDb plugin'
+            'avahi: Freebox plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a2ac4ad28f3ead53d00d99653b2fb2d19cd5d9cfc33a16e7e82477223d089944')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+    --enable-shoutcast --disable-pocket
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to