desktop/kdeplasma-applets-yawp/PKGBUILD

30 lines
926 B
Bash
Raw Normal View History

2013-03-18 08:39:54 +08:00
# Maintainer: abveritas@chakra-project.org
2010-06-26 18:25:48 +08:00
pkgname=kdeplasma-applets-yawp
pkgver=0.4.5
pkgrel=1
2010-06-26 18:25:48 +08:00
pkgdesc="A Colorful Kdeplasma weather plasmoid"
2013-03-18 08:39:54 +08:00
arch=('x86_64')
2010-06-26 18:25:48 +08:00
url="http://www.kde-look.org/content/show.php/yaWP+(Yet+Another+Weather+Plasmoid)?content=94106"
2011-12-29 13:11:28 +08:00
depends=('kde-workspace' 'gettext')
2010-06-26 18:25:48 +08:00
makedepends=('cmake' 'make' 'automoc4' 'patch')
conflicts=(kde-extragear-plasmoids)
2012-04-19 01:45:12 +08:00
screenshot=('http://kde-apps.org/content/preview.php?preview=1&id=94106&file1=94106-1.png&file2=94106-2.png&file3=94106-3.png&name=yaWP+%28Yet+Another+Weather+Plasmoid%29')
2010-06-26 18:25:48 +08:00
install=$pkgname.install
2013-03-19 00:28:38 +08:00
source=("http://downloads.sourceforge.net/yawp/yawp-$pkgver.tar.bz2")
2010-06-26 18:25:48 +08:00
license=('GPL')
md5sums=('4ceb65c370107409fc07c430bd5a9822')
2010-06-26 18:25:48 +08:00
build() {
cd $srcdir/yawp-$pkgver
mkdir build
cd build
2011-11-14 02:08:46 +08:00
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make VERBOSE=1
2013-03-18 08:39:54 +08:00
}
package() {
2013-03-19 00:28:38 +08:00
cd $srcdir/yawp-$pkgver/build
2011-11-14 02:08:46 +08:00
make DESTDIR=$pkgdir install
2010-06-26 18:25:48 +08:00
}