mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 13:47:15 +08:00
spideroak & cwp update
This commit is contained in:
parent
9ddf26f872
commit
718740de11
@ -8,24 +8,24 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kdeplasma-applets-cwp
|
||||
pkgver=1.5.4
|
||||
pkgver=1.5.5
|
||||
pkgrel=1
|
||||
pkgdesc="cwp, a kdeplasma weather plasmoid with lots of customization"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
|
||||
license=('GPL')
|
||||
depends=('kdebase-workspace')
|
||||
depends=('kde-workspace')
|
||||
makedepends=('make' 'cmake' 'automoc4')
|
||||
conflicts=(kde-extragear-plasmoids)
|
||||
replaces=('kdeplasma-addons-cwp')
|
||||
install=customizable-weather-plasmoid.install
|
||||
source=(http://www.kde-look.org/CONTENT/content-files/98925-cwp-$pkgver.tar.bz2)
|
||||
md5sums=('46b9cbfd51093d153806b17883e10f9b')
|
||||
md5sums=('b14961f1bf210f67e2de80a4f341f4fb')
|
||||
build() {
|
||||
cd $srcdir/cwp-$pkgver/
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. || return 1
|
||||
make || return 1
|
||||
make DESTDIR=$pkgdir install || return 1
|
||||
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
|
||||
make
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
# Contributor: Neo Kolokotronis <tetris4@gmail.com>
|
||||
|
||||
pkgname=spideroak
|
||||
pkgver=4.0.9830
|
||||
pkgver=4.0.9849
|
||||
pkgrel=1
|
||||
pkgdesc="Secure and consolidated free online backup, storage, access, sharing & sync tool for Windows, Mac OS X, and Linux."
|
||||
url="https://spideroak.com/"
|
||||
@ -20,7 +20,7 @@ _source_arch="i386"
|
||||
[ "$CARCH" = "x86_64" ] && _source_arch="x86_64"
|
||||
source=("spideroak_${pkgver}_${_source_arch}.deb::https://spideroak.com/directdownload?platform=ubuntumaverick&arch=${_source_arch}")
|
||||
md5sums=('2a3eb042ce89e2c592ce0ab93e6090d9')
|
||||
[ "$CARCH" = "x86_64" ] && md5sums=('a4bcf594a24085dc23ff51f6e2a24b95')
|
||||
[ "$CARCH" = "x86_64" ] && md5sums=('cd7262c1bf5ae3c66df41d9ef439212b')
|
||||
|
||||
arch=('i686' 'x86_64')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user