desktop/kdeplasma-applets-cwp/PKGBUILD

32 lines
905 B
Bash
Raw Normal View History

# maintainer abveritas@chakra-project.org
pkgname=kdeplasma-applets-cwp
2013-09-20 16:04:26 +08:00
pkgver=1.8.2
2011-02-26 23:53:49 +08:00
pkgrel=1
pkgdesc="cwp, a kdeplasma weather plasmoid with lots of customization"
2012-11-05 07:01:23 +08:00
arch=('x86_64')
url="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
license=('GPL')
2011-09-11 11:02:27 +08:00
depends=('kde-workspace')
makedepends=('make' 'cmake' 'automoc4')
2012-11-05 07:01:23 +08:00
conflicts=('kde-extragear-plasmoids')
replaces=('kdeplasma-addons-cwp')
categories=('accessories')
2012-05-09 23:53:29 +08:00
screenshot=('http://kde-apps.org/CONTENT/content-pre1/98925-1.png')
2012-11-05 07:01:23 +08:00
install='customizable-weather-plasmoid.install'
source=("http://www.kde-look.org/CONTENT/content-files/98925-cwp-$pkgver.tar.bz2")
2013-09-20 16:04:26 +08:00
md5sums=('e12846ecd9d0d7a41f59b5161d2dd5a0')
2012-02-20 05:30:48 +08:00
build() {
cd $srcdir/cwp-$pkgver/
mkdir build
cd build
2012-05-14 02:13:31 +08:00
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
}
package() {
cd $srcdir/cwp-$pkgver/build
make DESTDIR=$pkgdir install
}