[arch-commits] Commit in grilo-plugins/repos (4 files)

Jan Steffens heftig at archlinux.org
Tue Sep 23 19:57:12 UTC 2014


    Date: Tuesday, September 23, 2014 @ 21:57:12
  Author: heftig
Revision: 222893

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

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

Copied: grilo-plugins/repos/gnome-unstable-i686/PKGBUILD (from rev 222892, grilo-plugins/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-23 19:57:12 UTC (rev 222893)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo-plugins
+pkgver=0.2.13
+pkgrel=1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo)
+makedepends=(libgdata gmime libtracker-sparql libdmapsharing json-glib intltool avahi itstool
+             libmediaart lua gom gnome-online-accounts)
+optdepends=('avahi: Freebox plugin'
+            'dleyna-server: DLNA plugin'
+            'gmime: Podcasts plugin'
+            'gnome-online-accounts: Flickr plugin'
+            'gom: Bookmarks plugin'
+            'json-glib: TMDb plugin'
+            'libdmapsharing: DMAP sharing plugin'
+            'libgdata: Youtube plugin'
+            'libmediaart: local-metadata plugin'
+            'lua: LUA factory plugin'
+            'tracker: Tracker plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a5544831ba81a4e7caea30da89874fd20142a362d389366e1113d0e64be51201')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 222892, grilo-plugins/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-23 19:57:12 UTC (rev 222893)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo-plugins
+pkgver=0.2.13
+pkgrel=1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo)
+makedepends=(libgdata gmime libtracker-sparql libdmapsharing json-glib intltool avahi itstool
+             libmediaart lua gom gnome-online-accounts)
+optdepends=('avahi: Freebox plugin'
+            'dleyna-server: DLNA plugin'
+            'gmime: Podcasts plugin'
+            'gnome-online-accounts: Flickr plugin'
+            'gom: Bookmarks plugin'
+            'json-glib: TMDb plugin'
+            'libdmapsharing: DMAP sharing plugin'
+            'libgdata: Youtube plugin'
+            'libmediaart: local-metadata plugin'
+            'lua: LUA factory plugin'
+            'tracker: Tracker plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a5544831ba81a4e7caea30da89874fd20142a362d389366e1113d0e64be51201')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list