mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 08:37:19 +08:00
rebuild kwooty to get rid of kde-workspace
This commit is contained in:
parent
5cb1e10480
commit
e3bcd05c63
@ -2,25 +2,26 @@
|
||||
|
||||
pkgname=kwooty
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A friendly nzb usenet binary downloader."
|
||||
arch=('x86_64')
|
||||
url="http://kwooty.sourceforge.net/"
|
||||
url="http://kde-apps.org/content/show.php/Kwooty?content=114385"
|
||||
license=('GPL2')
|
||||
depends=('kde-workspace')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
depends=('kde-runtime' 'libkworkspace4')
|
||||
makedepends=('cmake' 'automoc4' 'kde-workspace')
|
||||
optdepends=('unrar: automatic RAR-archive extraction.'
|
||||
'p7zip: automatic zip and 7z archive extraction.'
|
||||
'par2cmdline: automatic file repairing.')
|
||||
categories=('network')
|
||||
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz")
|
||||
source=("http://kde-apps.org/CONTENT/content-files/114385-$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('b572b685c7f07af1a1c1f78b499c8830')
|
||||
install=${pkgname}.install
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
..
|
||||
make
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user