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

Jan de Groot jgc at archlinux.org
Wed Nov 19 10:16:35 UTC 2014


    Date: Wednesday, November 19, 2014 @ 11:16:35
  Author: jgc
Revision: 226386

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  grilo-plugins/repos/extra-i686/PKGBUILD
    (from rev 226385, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/extra-x86_64/PKGBUILD
    (from rev 226385, grilo-plugins/trunk/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-i686/PKGBUILD
  grilo-plugins/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   60 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   39 -------------------------------
 extra-x86_64/PKGBUILD |   39 -------------------------------
 3 files changed, 60 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-11-19 10:16:24 UTC (rev 226385)
+++ extra-i686/PKGBUILD	2014-11-19 10:16:35 UTC (rev 226386)
@@ -1,39 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 226385, grilo-plugins/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-11-19 10:16:35 UTC (rev 226386)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo-plugins
+pkgver=0.2.14
+pkgrel=0.1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing)
+makedepends=(intltool itstool gnome-common git yelp-tools)
+optdepends=('dleyna-server: DLNA plugin'
+            'tracker: Tracker plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(git://git.gnome.org/grilo-plugins#commit=e382c86ef4be39cb241a86c83d4c175af329c198)
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-11-19 10:16:24 UTC (rev 226385)
+++ extra-x86_64/PKGBUILD	2014-11-19 10:16:35 UTC (rev 226386)
@@ -1,39 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 226385, grilo-plugins/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-11-19 10:16:35 UTC (rev 226386)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo-plugins
+pkgver=0.2.14
+pkgrel=0.1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing)
+makedepends=(intltool itstool gnome-common git yelp-tools)
+optdepends=('dleyna-server: DLNA plugin'
+            'tracker: Tracker plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(git://git.gnome.org/grilo-plugins#commit=e382c86ef4be39cb241a86c83d4c175af329c198)
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list