Date: Sunday, May 27, 2012 @ 06:00:11 Author: andrea Revision: 159948
ksplash theme has been split Added: kde-base-artwork/ kde-base-artwork/kde-unstable/ kde-base-artwork/kde-unstable/PKGBUILD kde-base-artwork/repos/ kde-base-artwork/trunk/ Modified: kdebase-workspace/kde-unstable/PKGBUILD -----------------------------------------+ kde-base-artwork/kde-unstable/PKGBUILD | 28 ++++++++++++++++++++++++++++ kdebase-workspace/kde-unstable/PKGBUILD | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) Added: kde-base-artwork/kde-unstable/PKGBUILD =================================================================== --- kde-base-artwork/kde-unstable/PKGBUILD (rev 0) +++ kde-base-artwork/kde-unstable/PKGBUILD 2012-05-27 10:00:11 UTC (rev 159948) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Andrea Scarpino <[email protected]> + +pkgname=kde-base-artwork +pkgver=4.8.80 +pkgrel=1 +pkgdesc="KDE KSplash theme" +arch=('any') +url='http://www.kde.org/' +license=('LGPL') +makedepends=('kdelibs' 'cmake' 'automoc4') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('20d63e4beab84ec5a45418c7bbdfd57dd3261966') + +build() { + cd $srcdir + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Property changes on: kde-base-artwork/kde-unstable/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Modified: kdebase-workspace/kde-unstable/PKGBUILD =================================================================== --- kdebase-workspace/kde-unstable/PKGBUILD 2012-05-27 08:08:09 UTC (rev 159947) +++ kdebase-workspace/kde-unstable/PKGBUILD 2012-05-27 10:00:11 UTC (rev 159948) @@ -18,7 +18,7 @@ 'qimageblitz' 'polkit-kde' 'consolekit' 'xorg-xprop' 'libxdamage' 'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama' 'xorg-xrdb' 'libgles' 'libegl' 'libxres' 'xorg-xrandr' - 'xorg-xmessage' 'libusb-compat') + 'xorg-xmessage' 'libusb-compat' 'kde-base-artwork') makedepends=('cmake' 'automoc4' 'boost' 'kdebindings-python2' 'networkmanager') optdepends=('kde-wallpapers: wallpapers for KDE Plasma Workspaces') install="${pkgname}.install"
