From 0be822175bb3cef0534b9a0597e84ae1ee6374ec Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 4 Sep 2014 01:57:36 -0300 Subject: remove nonprism suffix and add complex pkgrel on nonprism packages --- nonprism/grilo-plugins-nonprism/PKGBUILD | 42 -------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 nonprism/grilo-plugins-nonprism/PKGBUILD (limited to 'nonprism/grilo-plugins-nonprism/PKGBUILD') diff --git a/nonprism/grilo-plugins-nonprism/PKGBUILD b/nonprism/grilo-plugins-nonprism/PKGBUILD deleted file mode 100644 index f2b675538..000000000 --- a/nonprism/grilo-plugins-nonprism/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# $Id: PKGBUILD 210323 2014-04-14 09:05:45Z jgc $ -# Maintainer (Arch): Jan Alexander Steffens (heftig) -# Maintainer: André Silva - -_pkgname=grilo-plugins -pkgname=grilo-plugins-nonprism -pkgver=0.2.12 -pkgrel=2 -pkgdesc="Plugins for Grilo, without libgdata support and gnome-online-accounts recommendation" -url="http://www.gnome.org" -arch=(i686 x86_64) -license=(LGPL) -replaces=($_pkgname) -conflicts=($_pkgname) -provides=($_pkgname=$pkgver) -depends=(grilo sqlite libgcrypt) -makedepends=(gupnp-av gmime libtracker-sparql libdmapsharing - json-glib intltool avahi itstool libmediaart lua) -optdepends=('gupnp-av: uPnP plugin' - 'gmime: Podcasts plugin' - 'tracker: Tracker plugin' - 'libdmapsharing: DMAP sharing plugin' - 'json-glib: TMDb plugin' - 'avahi: Freebox plugin' - 'libmediaart: local-metadata plugin' - 'lua: LUA factory plugin') -options=('!emptydirs') -groups=('gnome') -source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgname}/${pkgver:0:3}/${_pkgname}-${pkgver}.tar.xz) -sha256sums=('15bed8a633c81b251920ab677d455433e641388f605277ca88e549cc89012b48') - -build() { - cd $_pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --disable-static \ - --enable-shoutcast --disable-pocket --enable-lua-factory - make -} - -package() { - cd $_pkgname-$pkgver - make DESTDIR="$pkgdir" install -} -- cgit v1.2.3-54-g00ecf