summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9cf484dd056bb83e369dbe45e264bf1721f70682 (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
# Maintainer: twa022 <twa022 at gmail dot com>
# Contributor: Yannik Stein <yannik.stein [at] gmail.com>

pkgname=rhythmbox-tray-icon
pkgver=0.2_1
pkgrel=4
pkgdesc="Restores the tray icon functionality from the 0.x series. Please \
report PKGBUILD bugs at https://github.com/ystein/archlinux-aur-packages."

arch=('any')
url="http://github.com/palfrey/rhythmbox-tray-icon"
license=('GPL3')
depends=('rhythmbox>=2.90' 'python-cairo' 'gnome-icon-theme')
conflicts=('rhythmbox-git')
changelog=$pkgname.changelog
source=(https://github.com/downloads/palfrey/rhythmbox-tray-icon/rhythmbox-tray-icon_${pkgver//_/-}_all.deb)
sha256sums=('8636241bb6dabb28f4c50959f9e1b4be4a3bacee2e55d0fc59a005bbf7fdaffa')

package() {
  tar xfC "$srcdir/data.tar.gz" "$pkgdir"
  sed -i -e 's/Loader=python/&3/' \
    "$pkgdir/usr/lib/rhythmbox/plugins/tray-icon/tray_icon.plugin"
}