desktop/kdeplasma-applets-daisy/PKGBUILD

35 lines
894 B
Bash
Raw Normal View History

2012-07-16 00:10:29 +08:00
# Apps Packages for Chakra, part of chakra-project.org
2010-06-26 07:11:58 +08:00
#
2012-07-16 00:10:29 +08:00
# Maintainer: Fabian Kosmale <0inkane@googlemail.com>
2010-06-26 07:11:58 +08:00
pkgname=kdeplasma-applets-daisy
2012-07-16 00:10:29 +08:00
pkgver=0.0.4.26
pkgrel=1
2010-06-26 07:11:58 +08:00
pkgdesc="A simple application launcher for Plasma."
2012-04-17 03:15:54 +08:00
screenshot="http://cdlszm.org/media/daisy-round1.jpg"
2012-07-16 00:10:29 +08:00
arch=('i686' 'x86_64')
url="http://lechio.freehostia.com/daisy.html"
2010-06-26 07:11:58 +08:00
license=('GPL')
2012-04-17 03:15:54 +08:00
depends=('kde-workspace')
2010-06-26 07:11:58 +08:00
makedepends=('gcc' 'cmake' 'automoc4')
conflicts=('kde-extragear-plasmoids')
replaces=('plasma-daisy-plasmoid')
2012-03-06 19:37:36 +08:00
categories=('accessories')
2010-06-26 07:11:58 +08:00
install=daisy.install
2012-07-16 00:10:29 +08:00
source=("http://cdlszm.org/downloads/plasma-applet-daisy-$pkgver.tar.gz")
md5sums=('43c1ae617a0216e0780187db8e628cdf')
2010-06-26 07:11:58 +08:00
build() {
cd $srcdir/plasma-applet-daisy-${pkgver}
mkdir build && cd build
2012-07-16 00:10:29 +08:00
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
2012-04-17 03:15:54 +08:00
}
package() {
cd $srcdir/plasma-applet-daisy-${pkgver}/build
make DESTDIR="$pkgdir/" install
2010-06-26 07:11:58 +08:00
}