# Maintainer: mirandir # Old maintainer: Maxime Gauduin pkgname=rhythmbox-plugin-alternative-toolbar-git pkgver=v0.17.3.r147.ge712804 pkgrel=1 pkgdesc='Replace the Rhythmbox large toolbar with a Client-Side Decorated or Compact Toolbar which can be hidden' url='https://github.com/fossfreedom/alternative-toolbar' arch=('any') license=('GPL3') depends=('python-gobject' 'python-lxml' 'rhythmbox') makedepends=('git' 'gettext' 'intltool') provides=('rhythmbox-plugin-alternative-toolbar') conflicts=('rhythmbox-plugin-alternative-toolbar') install='rhythmbox-plugin-alternative-toolbar.install' source=('rhythmbox-plugin-alternative-toolbar::git+https://github.com/fossfreedom/alternative-toolbar.git') sha256sums=('SKIP') pkgver() { cd rhythmbox-plugin-alternative-toolbar git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } package() { cd rhythmbox-plugin-alternative-toolbar ./autogen.sh --prefix=${pkgdir}/usr make make install rm ${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled }