File tree Expand file tree Collapse file tree 10 files changed +46
-35
lines changed Expand file tree Collapse file tree 10 files changed +46
-35
lines changed Original file line number Diff line number Diff line change
1
+ FROM multiarch/ubuntu-core:amd64-xenial
2
+
3
+ RUN apt-get update
4
+ # toolchain
5
+ RUN apt-get install -y cmake extra-cmake-modules g++ git gettext
6
+ # kf5 and qt5 libraries
7
+ RUN apt-get install -y libkf5i18n-dev libkf5notifications-dev libkf5service-dev \
8
+ libkf5windowsystem-dev plasma-framework-dev qtbase5-dev qtdeclarative5-dev \
9
+ plasma-framework
10
+
11
+ # required by tests
12
+ RUN apt-get install -y xvfb
Original file line number Diff line number Diff line change 1
- FROM ubuntu:16.04
1
+ FROM multiarch/ ubuntu-core:i386-xenial
2
2
3
3
RUN apt-get update
4
4
# toolchain
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ set -e
4
+
5
+ rm -rf build-ubuntu
6
+ mkdir build-ubuntu
7
+
8
+ # patches
9
+ git apply patches/qt5.6-qversionnumber.patch
10
+ git apply patches/qt5.5-qstringlist-and-qinfo.patch
11
+
12
+ # build
13
+ cd build-ubuntu
14
+ cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_BUILD_TYPE=Optimization -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_FUTURE=ON -DBUILD_DEB_PACKAGE=ON ../sources
15
+ make package
16
+
Original file line number Diff line number Diff line change
1
+ Ver.3.3.3:
2
+ + add custom keys support (#101)
3
+ * DBus interface improvements
4
+ * rename tags (up|down|ps)total.* to (up|down|ps)tot.*
5
+ - fix issue with invalid (up|down)total($|kb) calculation (#127)
6
+ - fix issue with wrong applet identation (#125)
7
+
1
8
Ver.3.3.2:
2
9
- fix bug with invalid DP colour configuration
3
10
- fix bug with invalid HTML tags operation
Original file line number Diff line number Diff line change 2
2
3
3
pkgname=plasma5-applet-awesome-widgets
4
4
_pkgname=awesome-widgets
5
- pkgver=3.3.2
5
+ pkgver=3.3.3
6
6
pkgrel=1
7
7
pkgdesc=" Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)"
8
8
arch=(' i686' ' x86_64' )
@@ -17,7 +17,7 @@ optdepends=("catalyst: for GPU monitor"
17
17
makedepends=(' cmake' ' extra-cmake-modules' ' python' )
18
18
source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver} /${_pkgname} -${pkgver} -src.tar.xz)
19
19
install=${pkgname} .install
20
- md5sums=(' 490c62c8085e532f9428f7534eff5ddd ' )
20
+ md5sums=(' ce2413868cbb230e358e75a15975a1e5 ' )
21
21
backup=(' etc/xdg/plasma-dataengine-extsysmon.conf' )
22
22
23
23
prepare () {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
diff --git a/sources/awdebug.h b/sources/awdebug.h
2
- index 8447c65..9f8e298 100644
2
+ index 8447c65..4eef49a 100644
3
3
--- a/sources/awdebug.h
4
4
+++ b/sources/awdebug.h
5
- @@ -23,10 +23,14 @@
5
+ @@ -23,10 +23,15 @@
6
6
7
7
#include "version.h"
8
8
9
9
+ #ifndef qCInfo
10
10
+ #define qCInfo qCDebug
11
11
+ #endif
12
+ +
12
13
+
13
14
namespace AWDebug
14
15
{
@@ -19,7 +20,7 @@ index 8447c65..9f8e298 100644
19
20
"fatal}FF%{endif}][%{category}][%{function}] "
20
21
"%{message}";
21
22
diff --git a/sources/awesome-widget/plugin/awkeysaggregator.h b/sources/awesome-widget/plugin/awkeysaggregator.h
22
- index d29672e..f15a729 100644
23
+ index d6d5d1a..ee301df 100644
23
24
--- a/sources/awesome-widget/plugin/awkeysaggregator.h
24
25
+++ b/sources/awesome-widget/plugin/awkeysaggregator.h
25
26
@@ -21,6 +21,7 @@
@@ -28,5 +29,5 @@ index d29672e..f15a729 100644
28
29
#include <QObject>
29
30
+ #include <QStringList>
30
31
31
- #include "version.h"
32
32
33
+ class AWFormatterHelper;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set(PROJECT_CONTACT "esalexeev@gmail.com")
15
15
set (PROJECT_LICENSE "GPL3" )
16
16
set (PROJECT_VERSION_MAJOR "3" )
17
17
set (PROJECT_VERSION_MINOR "3" )
18
- set (PROJECT_VERSION_PATCH "2 " )
18
+ set (PROJECT_VERSION_PATCH "3 " )
19
19
set (PROJECT_VERSION "${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} " )
20
20
# append git version if any
21
21
set (PROJECT_COMMIT_SHA "Commit hash" CACHE INTERNAL "" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ X-Plasma-RemoteLocation=
20
20
X-KDE-PluginInfo-Author =Evgeniy Alekseev aka arcanis
21
21
X-KDE-PluginInfo-Email =esalexeev@gmail.com
22
22
X-KDE-PluginInfo-Name =org.kde.plasma.awesomewidget
23
- X-KDE-PluginInfo-Version =3.3.2
23
+ X-KDE-PluginInfo-Version =3.3.3
24
24
X-KDE-PluginInfo-Website =https://arcanis.me/projects/awesome-widgets/
25
25
X-KDE-PluginInfo-Category =System Information
26
26
X-KDE-PluginInfo-Depends =
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ X-Plasma-RemoteLocation=
20
20
X-KDE-PluginInfo-Author =Evgeniy Alekseev aka arcanis
21
21
X-KDE-PluginInfo-Email =esalexeev@gmail.com
22
22
X-KDE-PluginInfo-Name =org.kde.plasma.desktoppanel
23
- X-KDE-PluginInfo-Version =3.3.2
23
+ X-KDE-PluginInfo-Version =3.3.3
24
24
X-KDE-PluginInfo-Website =https://arcanis.me/projects/awesome-widgets/
25
25
X-KDE-PluginInfo-Category =System Information
26
26
X-KDE-PluginInfo-Depends =
You can’t perform that action at this time.
0 commit comments