# KDEPlasma Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # include global config source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=kdeplasma-applets-yawp pkgver=0.3.3 pkgrel=1 pkgdesc="A Colorful Kdeplasma weather plasmoid" arch=('i686' 'x86_64') url="http://www.kde-look.org/content/show.php/yaWP+(Yet+Another+Weather+Plasmoid)?content=94106" depends=('kdebase-workspace' 'gettext') makedepends=('cmake' 'make' 'automoc4' 'patch') conflicts=(kde-extragear-plasmoids) install=$pkgname.install source=(http://downloads.sourceforge.net/yawp/yawp-$pkgver.tar.bz2) license=('GPL') md5sums=('82368f30828e66d7f136ba9f39240b25') build() { cd $srcdir/yawp-$pkgver mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. || return 1 make VERBOSE=1 || return 1 make DESTDIR=$pkgdir install || return 1 }