As stated in the thread on outdated PKGBUILD, this is an email with an
updated PKGBUILD for gmpc which is 2 releases behind the current one
available on the project site.
--
slubman
site: http://www.slubman.info/
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Maintainer: tobias <tobias@xxxxxxxxxxxxx>
# Contributor: Tobias Kieslich <tobias@xxxxxxxxxxxxx>
# Contributor: Nicolas Doualot <public@xxxxxxxxxxxx>
pkgname=gmpc
pkgver=0.18.0
pkgrel=1
pkgdesc="a GNOME based GUI client tool for MPD"
arch=(i686 x86_64)
url="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
license=("GPL")
depends=('libglade' 'libmpd>=0.18.0' 'libsoup' 'curl' 'libsexy' 'libsm')
options=(!libtool)
source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
build() {
cd ${startdir}/src
mv index.php* ./${pkgname}-${pkgver}.tar.gz
tar xzf ${pkgname}-${pkgver}.tar.gz
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
sed -i 's|GNOME;Application;AudioVideo;|GTK;Application;AudioVideo;Player;|' \
data/${pkgname}.desktop
make DESTDIR=${startdir}/pkg install
}
md5sums=('4a0d3a4bd03686f4e51b23110186cba0')
sha256sums=('7bb7bfebf6782f6bb3f9d586cb6a35a4340ef69f43b52ad0e06959b141a7db81')