desktop/kdeplasma-applets-cwp/PKGBUILD
2012-05-09 15:53:29 +00:00

31 lines
920 B
Bash

#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas@chakra-project.org
pkgname=kdeplasma-applets-cwp
pkgver=1.6.0
pkgrel=1
pkgdesc="cwp, a kdeplasma weather plasmoid with lots of customization"
arch=('i686' 'x86_64')
url="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
license=('GPL')
depends=('kde-workspace')
makedepends=('make' 'cmake' 'automoc4')
conflicts=(kde-extragear-plasmoids)
replaces=('kdeplasma-addons-cwp')
categories=('accessories')
screenshot=('http://kde-apps.org/CONTENT/content-pre1/98925-1.png')
install=customizable-weather-plasmoid.install
source=(http://www.kde-look.org/CONTENT/content-files/98925-cwp-$pkgver.tar.bz2)
md5sums=('e9c7a6e3bbdc1365e0226ce1c8e9c851')
build() {
cd $srcdir/cwp-$pkgver/
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
make DESTDIR=$pkgdir install
}