You are not logged in.
I cant post an 100% syntax correct PKGBUILD cause he says every time the url variable is missing but the url variable is 100% there
its the same PKGBUILD than 1version before (i just changed the Version)
Offline
Offline
# Contributor: Vamp898 <vamp898@web.de>
pkgname=amarok2-devel
pkgver=2.0.90
pkgrel=1
pkgdesc="Amarok2 - a media player for KDE (latest Developement Version"
arch=('i686' 'x86_64')
url="http://amarok.kde.org"
license=('GPL')
depends=('kdelibs>=4.2' 'kdebase-runtime>=4.2' 'phonon>=4.1' 'taglib>=1.5' 'taglib-extras>=0.1' 'qt>=4.5' 'mysql>=5.0')
optdepends=('libgpod>=0.6.0' 'libmtp>=0.3.0' 'loudmouth>=1.0')
makedepends=('cmake>=2.6.2' 'qtscriptgenerator>=0.1' 'qca' 'automoc4' 'subversion')
conflicts=('amarok' 'amarok-base' 'amarok-engine-xine' 'amarok2')
source=( "ftp://ftp.kde.org/pub/kde/unstable/amar … r}.tar.bz2" )
md5sums=()
build() {
cd "$srcdir/amarok-$pkgver"
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DQTDIR=`kde4-config --qt-prefix` -DCMAKE_INCLUDE_PATH=/usr/bin/include/mysql -DCMAKE_LIBRARY_PATH=/usr/lib/mysql -DCMAKE_BUILD_TYPE=RELWITHDEBINF -DWITH_Mtp=OFF
make || return 1
make DESTDIR=$pkgdir install || return 1
}
Offline
The PKGBUILD works perfekt and the amarok beta works too (better than any version before) and you can compile it out of the box (until now compiling of amarok2 was terrible) so i would miss this PKGBUILD in AUR
and in my eyes this PKGBUILD is fully working
Offline
ok got it, he wanted the ) in the Description -.-
Offline
You should probably take the pkgname out of the pkgdesc, as it's already there in the pkgname.
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline