mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 10:17:15 +08:00
updated daisy to version from master
This commit is contained in:
parent
7885922c6a
commit
b41e763f83
@ -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
|
pkgname=kdeplasma-applets-daisy
|
||||||
pkgver=0.0.4.25
|
pkgver=0.0.4.26
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="A simple application launcher for Plasma."
|
pkgdesc="A simple application launcher for Plasma."
|
||||||
arch=('i686' 'x86_64')
|
|
||||||
url="http://cdlszm.org/"
|
|
||||||
screenshot="http://cdlszm.org/media/daisy-round1.jpg"
|
screenshot="http://cdlszm.org/media/daisy-round1.jpg"
|
||||||
|
arch=('i686' 'x86_64')
|
||||||
|
url="http://lechio.freehostia.com/daisy.html"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('kde-workspace')
|
depends=('kde-workspace')
|
||||||
makedepends=('gcc' 'cmake' 'automoc4')
|
makedepends=('gcc' 'cmake' 'automoc4')
|
||||||
@ -16,14 +17,11 @@ conflicts=('kde-extragear-plasmoids')
|
|||||||
replaces=('plasma-daisy-plasmoid')
|
replaces=('plasma-daisy-plasmoid')
|
||||||
categories=('accessories')
|
categories=('accessories')
|
||||||
install=daisy.install
|
install=daisy.install
|
||||||
source=("http://cdlszm.org/downloads/plasma-applet-daisy-$pkgver.tar.gz"
|
source=("http://cdlszm.org/downloads/plasma-applet-daisy-$pkgver.tar.gz")
|
||||||
"patch.diff")
|
md5sums=('43c1ae617a0216e0780187db8e628cdf')
|
||||||
md5sums=('269fd526453a16066cb704352505f7e9'
|
|
||||||
'0a36cfe275cb2c981c26e8e467d0fd57')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/plasma-applet-daisy-${pkgver}
|
cd $srcdir/plasma-applet-daisy-${pkgver}
|
||||||
patch -Np1 -i "${srcdir}/patch.diff"
|
|
||||||
|
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
@ -34,4 +32,3 @@ package() {
|
|||||||
cd $srcdir/plasma-applet-daisy-${pkgver}/build
|
cd $srcdir/plasma-applet-daisy-${pkgver}/build
|
||||||
make DESTDIR="$pkgdir/" install
|
make DESTDIR="$pkgdir/" install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user