New Package: knemo-0.7.7
This commit is contained in:
parent
5e67b34d33
commit
7f671de0d2
3 changed files with 29 additions and 0 deletions
10
srcpkgs/knemo/patches/knemo-gcc6.patch
Normal file
10
srcpkgs/knemo/patches/knemo-gcc6.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/common/utils.cpp 2016-05-07 14:30:45.888889978 +0000
|
||||
+++ src/common/utils.cpp 2016-05-07 14:32:06.985290816 +0000
|
||||
@@ -41,6 +41,7 @@
|
||||
#include <KSharedConfig>
|
||||
#include <Plasma/Theme>
|
||||
#include "data.h"
|
||||
+#include "math.h"
|
||||
#include "utils.h"
|
||||
|
||||
#ifdef __linux__
|
17
srcpkgs/knemo/template
Normal file
17
srcpkgs/knemo/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'knemo'
|
||||
pkgname=knemo
|
||||
version=0.7.7
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="git cmake qt-qmake automoc4"
|
||||
makedepends="kdelibs-devel kde-workspace-devel qt-devel phonon-devel libnl3-devel wireless_tools-devel"
|
||||
homepage="https://www.kde.org/applications/internet/knemo/"
|
||||
short_desc="KNemo - the KDE Network Monitor"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="GPL-2"
|
||||
|
||||
do_fetch() {
|
||||
git clone git://anongit.kde.org/knemo.git ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
git reset --hard v${version}
|
||||
}
|
2
srcpkgs/knemo/update
Normal file
2
srcpkgs/knemo/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="https://quickgit.kde.org/?p=knemo.git"
|
||||
pattern=';t=v\K[\d.]+(?=")'
|
Loading…
Reference in a new issue