1 # Contributor: Nick B <Shirakawasuna at gmail dot com>
3 pkgname=quicklauncher-plasmoid-svn
6 pkgdesc="A plasmoid that implements a quicklaunch applet. (Development tree)"
8 url="http://www.kde-look.org/content/show.php/QuickLauncher+Applet?content=78061"
11 makedepends=('automoc4' 'subversion' 'cmake' 'gcc')
12 provides=('quicklauncher-plasmoid')
13 conflicts=('quicklaunhcer-plasmoid')
17 _svntrunk=svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebase/workspace/plasma/applets/quicklaunch
24 if [ -d $_svnmod/.svn ]; then
25 (cd $_svnmod && svn up -r $pkgver)
27 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
30 msg "SVN checkout done or server timeout"
31 msg "Starting make..."
33 cp -r $_svnmod $_svnmod-build
36 cmake -DCMAKE_INSTALL_PREFIX=/usr
38 make DESTDIR=$pkgdir install
40 rm -rf $srcdir/$_svnmod-build