[arch-commits] Commit in grilo-plugins/repos (4 files)
Jan de Groot
jgc at archlinux.org
Thu Sep 24 11:12:20 UTC 2015
Date: Thursday, September 24, 2015 @ 13:12:20
Author: jgc
Revision: 247242
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 247241, grilo-plugins/trunk/PKGBUILD)
grilo-plugins/repos/gnome-unstable-x86_64/
grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247241, grilo-plugins/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: grilo-plugins/repos/gnome-unstable-i686/PKGBUILD (from rev 247241, grilo-plugins/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2015-09-24 11:12:20 UTC (rev 247242)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo-plugins
+pkgver=0.2.16
+pkgrel=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 yelp-tools)
+optdepends=('dleyna-server: DLNA 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=('80b4571f9db6df0d5f0873d30f2ee475204f5831d2974b89c58423d6ffac5203')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+# make -k check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247241, grilo-plugins/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2015-09-24 11:12:20 UTC (rev 247242)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo-plugins
+pkgver=0.2.16
+pkgrel=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 yelp-tools)
+optdepends=('dleyna-server: DLNA 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=('80b4571f9db6df0d5f0873d30f2ee475204f5831d2974b89c58423d6ffac5203')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+# make -k check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list