1 # Contributor: Dmytro Kostiuchenko <edio@gmx.us>
2 # Maintainer: Dmytro Kostiuchenko <edio@gmx.us>
7 pkgdesc="RSIBreak simply offers reminders to take a break now and then"
9 url="http://www.rsibreak.org/"
11 depends=('libxss' 'kdelibs' 'oxygen-icons')
12 makedepends=('automoc4' 'subversion')
15 conflicts=('rsibreak')
20 _svntrunk=svn://anonsvn.kde.org/home/kde/trunk/extragear/utils/rsibreak
26 if [ -d $_svnmod/.svn ]; then
27 (cd $_svnmod && svn up -r $pkgver)
29 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
32 msg "Starting make..."
34 cp -r $_svnmod $_svnmod-build
37 cmake -DCMAKE_INSTALL_PREFIX=/usr .
39 make DESTDIR=${pkgdir} install
41 rm -rf ${srcdir}/$_svnmod-build