updated daisy to version from master

This commit is contained in:
Fabian 2012-07-15 16:10:29 +00:00
parent 7885922c6a
commit b41e763f83
2 changed files with 11 additions and 1753 deletions

View File

@ -1,14 +1,15 @@
# Apps Packages for Chakra, part of chakra-project.org
#
# KDEPlasma Packages for Chakra, part of chakra-project.org
#
# Maintainer: Fabian Kosmale <0inkane@googlemail.com>
pkgname=kdeplasma-applets-daisy
pkgver=0.0.4.25
pkgrel=4
pkgver=0.0.4.26
pkgrel=1
pkgdesc="A simple application launcher for Plasma."
arch=('i686' 'x86_64')
url="http://cdlszm.org/"
screenshot="http://cdlszm.org/media/daisy-round1.jpg"
arch=('i686' 'x86_64')
url="http://lechio.freehostia.com/daisy.html"
license=('GPL')
depends=('kde-workspace')
makedepends=('gcc' 'cmake' 'automoc4')
@ -16,14 +17,11 @@ conflicts=('kde-extragear-plasmoids')
replaces=('plasma-daisy-plasmoid')
categories=('accessories')
install=daisy.install
source=("http://cdlszm.org/downloads/plasma-applet-daisy-$pkgver.tar.gz"
"patch.diff")
md5sums=('269fd526453a16066cb704352505f7e9'
'0a36cfe275cb2c981c26e8e467d0fd57')
source=("http://cdlszm.org/downloads/plasma-applet-daisy-$pkgver.tar.gz")
md5sums=('43c1ae617a0216e0780187db8e628cdf')
build() {
cd $srcdir/plasma-applet-daisy-${pkgver}
patch -Np1 -i "${srcdir}/patch.diff"
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
@ -34,4 +32,3 @@ package() {
cd $srcdir/plasma-applet-daisy-${pkgver}/build
make DESTDIR="$pkgdir/" install
}

File diff suppressed because it is too large Load Diff