1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
2 # Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
3 # Contributor: Marcus Schulderinsky <mmaacceess at gmail dot com>
8 pkgdesc='Lightweight music player (XMMS2 client)'
10 url='https://lxde.org/'
13 depends=('gtk3' 'libnotify' 'xmms2')
14 makedepends=('intltool')
15 replaces=('lxmusic-gtk3')
16 source=("https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz"
18 '0001-Use-themed-icon.patch')
19 sha256sums=('4933987338eb6e8c77d63b14cea5a8886146e75acbc38a21438c6c3f47bc06ba'
20 '0093885fe76bda60a1b319970bd8d148903a3adb674690d3d9cf9262e053b05b'
21 '9cd869db22ac71c01e90365d9252b72bde64ec9f0a0bad8fecc32319da0a99fe')
26 patch -Np1 -i ../0001-Use-themed-icon.patch
32 ./configure --prefix=/usr --enable-gtk3
38 make DESTDIR="$pkgdir" install
39 install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"