Skip to content

Commit

Permalink
fix gnome-music
Browse files Browse the repository at this point in the history
  • Loading branch information
lubosz committed Feb 26, 2014
1 parent 42419f8 commit 0753cad
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -39,6 +39,12 @@ Following non GNOME packages were added as a dependency:

* packagekit 0.8.12

== Same version as extra, but need to be rebuilt ==

grilo
grilo-plugins
clutter-gst

All other packages were taken from the extra repo and updated


5 changes: 3 additions & 2 deletions gnome-documents/PKGBUILD
@@ -1,8 +1,9 @@
# $Id: PKGBUILD 199483 2013-11-13 12:08:21Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Lubosz Sarnecki <lubosz@gmail.com>

pkgname=gnome-documents
pkgver=3.10.1
pkgver=3.11.90
pkgrel=1
pkgdesc="Documents Manager for GNOME"
arch=(i686 x86_64)
Expand All @@ -15,7 +16,7 @@ makedepends=(intltool gobject-introspection itstool docbook-xsl)
optdepends=('unoconv: Support for Libreoffice document types')
install=gnome-documents.install
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('26f8234fa74c00afb323f76de7028655b82d285acce057dd07b6ed98943951b2')
sha256sums=('be2191d9451219451f32feb0243dab2fd10d59c394b101f83aa45ff83fa7057d')

build() {
cd $pkgname-$pkgver
Expand Down
37 changes: 37 additions & 0 deletions grilo-plugins/PKGBUILD
@@ -0,0 +1,37 @@
# $Id: PKGBUILD 206113 2014-02-18 14:55:38Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>

pkgname=grilo-plugins
pkgver=0.2.11
pkgrel=1
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
}
28 changes: 28 additions & 0 deletions grilo/PKGBUILD
@@ -0,0 +1,28 @@
# $Id: PKGBUILD 206111 2014-02-18 14:34:10Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>

pkgname=grilo
pkgver=0.2.9
pkgrel=1
pkgdesc="Framework that provides access to various sources of multimedia content"
url="http://www.gnome.org"
arch=('i686' 'x86_64')
license=('LGPL')
depends=('gtk3' 'libxml2' 'libsoup' 'liboauth' 'totem-plparser')
makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
optdepends=('grilo-plugins: Plugins for grilo')
options=('!emptydirs')
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('e51e937ae1ceee31d3f07fd459cd67e17d5c4497e32b30eb883830a0995df935')

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug \
--libdir=/usr/lib
make
}

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}

0 comments on commit 0753cad

Please sign in to comment.