New Package: knemo-0.7.7

This commit is contained in:
Helmut Pozimski 2016-10-11 09:07:34 +02:00
parent 5e67b34d33
commit 7f671de0d2
3 changed files with 29 additions and 0 deletions

View 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
View 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
View file

@ -0,0 +1,2 @@
site="https://quickgit.kde.org/?p=knemo.git"
pattern=';t=v\K[\d.]+(?=")'