mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 23:07:25 +08:00
Version-up knemo to 0.7.0, daisy to 0.0.4.25
This commit is contained in:
parent
cbe70fe51f
commit
fe4831eb63
@ -8,7 +8,7 @@
|
|||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||||
|
|
||||||
pkgname=kdeplasma-applets-daisy
|
pkgname=kdeplasma-applets-daisy
|
||||||
pkgver=0.0.4.22
|
pkgver=0.0.4.25
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A simple application launcher for Plasma."
|
pkgdesc="A simple application launcher for Plasma."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -19,16 +19,14 @@ makedepends=('gcc' 'cmake' 'automoc4')
|
|||||||
conflicts=('kde-extragear-plasmoids')
|
conflicts=('kde-extragear-plasmoids')
|
||||||
replaces=('plasma-daisy-plasmoid')
|
replaces=('plasma-daisy-plasmoid')
|
||||||
install=daisy.install
|
install=daisy.install
|
||||||
source=("http://daisyplasma.freehostia.com/downloads/plasma-applet-daisy-$pkgver.tar.gz"
|
source=(""http://cdlszm.org/downloads/plasma-applet-daisy-$pkgver.tar.gz"")
|
||||||
"daisy-compile-fix.patch")
|
md5sums=('269fd526453a16066cb704352505f7e9')
|
||||||
md5sums=('ef1bc3dd2e47d04d5a21b6a54dcbd7e9'
|
|
||||||
'01fcd94404c3cc46ae517ad10b9b5c52')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/plasma-applet-daisy-${pkgver}
|
cd $srcdir/plasma-applet-daisy-${pkgver}
|
||||||
|
|
||||||
# Fix compile errors, introduced with GCC 4.5
|
# Fix compile errors, introduced with GCC 4.5
|
||||||
patch -p1 < $srcdir/daisy-compile-fix.patch
|
#patch -p1 < $srcdir/daisy-compile-fix.patch
|
||||||
|
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr .. || return 1
|
cmake -DCMAKE_INSTALL_PREFIX=/usr .. || return 1
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||||
|
|
||||||
pkgname=knemo
|
pkgname=knemo
|
||||||
pkgver=0.6.3
|
pkgver=0.7.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The KDE Network Monitor"
|
pkgdesc="The KDE Network Monitor"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -19,7 +19,7 @@ makedepends=('cmake' 'automoc4')
|
|||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
options=('libtool')
|
options=('libtool')
|
||||||
source=(http://www.kde-apps.org/CONTENT/content-files/12956-$pkgname-$pkgver.tar.bz2)
|
source=(http://www.kde-apps.org/CONTENT/content-files/12956-$pkgname-$pkgver.tar.bz2)
|
||||||
md5sums=('ee21176b15a0ee947d5f3c6dbfa568e4')
|
md5sums=('a69575a151292e2fcc2cb13ce38d85a4')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user