blob: 8f318223836b97824d49291d1eedfca117ba12c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# Maintainer: Santiago Burgos <santiago.burgos1089@gmail.com>
pkgname=rhythmbox-plugin-alternative-toolbar
pkgver=0.20.4
pkgrel=1
pkgdesc='Modern, minimal and music-focused interface for Rhythmbox'
arch=('any')
url="https://github.com/fossfreedom/alternative-toolbar"
license=(GPL3)
depends=(
libkeybinder3
python-gobject
python-lxml
rhythmbox
)
makedepends=(
git
gettext
intltool
)
conflicts=(
rhythmbox-plugin-alternative-toolbar-git
)
install='rhythmbox-plugin-alternative-toolbar.install'
_commit='269ae059f729afaa495c80fa2e352db76da5002e'
source=("${pkgname}::git+${url}#commit=${_commit}")
sha256sums=('SKIP')
package() {
cd rhythmbox-plugin-alternative-toolbar
./autogen.sh --prefix=${pkgdir}/usr
make
make install
rm ${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled
}
|