Skip to content

Commit 081f7a3

Browse files
committed
release 3.3.3
1 parent 707fa72 commit 081f7a3

File tree

10 files changed

+46
-35
lines changed

10 files changed

+46
-35
lines changed

.docker/Dockerfile-ubuntu-amd64

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

.docker/Dockerfile-ubuntu renamed to .docker/Dockerfile-ubuntu-i386

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:16.04
1+
FROM multiarch/ubuntu-core:i386-xenial
22

33
RUN apt-get update
44
# toolchain

.docker/build-ubuntu-package.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
Ver.3.3.2:
29
- fix bug with invalid DP colour configuration
310
- fix bug with invalid HTML tags operation

packages/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pkgname=plasma5-applet-awesome-widgets
44
_pkgname=awesome-widgets
5-
pkgver=3.3.2
5+
pkgver=3.3.3
66
pkgrel=1
77
pkgdesc="Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)"
88
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ optdepends=("catalyst: for GPU monitor"
1717
makedepends=('cmake' 'extra-cmake-modules' 'python')
1818
source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
1919
install=${pkgname}.install
20-
md5sums=('490c62c8085e532f9428f7534eff5ddd')
20+
md5sums=('ce2413868cbb230e358e75a15975a1e5')
2121
backup=('etc/xdg/plasma-dataengine-extsysmon.conf')
2222

2323
prepare() {

patches/fix-mpris-engine.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
diff --git a/sources/awdebug.h b/sources/awdebug.h
2-
index 8447c65..9f8e298 100644
2+
index 8447c65..4eef49a 100644
33
--- a/sources/awdebug.h
44
+++ b/sources/awdebug.h
5-
@@ -23,10 +23,14 @@
5+
@@ -23,10 +23,15 @@
66

77
#include "version.h"
88

99
+#ifndef qCInfo
1010
+#define qCInfo qCDebug
1111
+#endif
12+
+
1213
+
1314
namespace AWDebug
1415
{
@@ -19,7 +20,7 @@ index 8447c65..9f8e298 100644
1920
"fatal}FF%{endif}][%{category}][%{function}] "
2021
"%{message}";
2122
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
2324
--- a/sources/awesome-widget/plugin/awkeysaggregator.h
2425
+++ b/sources/awesome-widget/plugin/awkeysaggregator.h
2526
@@ -21,6 +21,7 @@
@@ -28,5 +29,5 @@ index d29672e..f15a729 100644
2829
#include <QObject>
2930
+#include <QStringList>
3031

31-
#include "version.h"
3232

33+
class AWFormatterHelper;

sources/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(PROJECT_CONTACT "esalexeev@gmail.com")
1515
set(PROJECT_LICENSE "GPL3")
1616
set(PROJECT_VERSION_MAJOR "3")
1717
set(PROJECT_VERSION_MINOR "3")
18-
set(PROJECT_VERSION_PATCH "2")
18+
set(PROJECT_VERSION_PATCH "3")
1919
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
2020
# append git version if any
2121
set(PROJECT_COMMIT_SHA "Commit hash" CACHE INTERNAL "")

sources/awesome-widget/package/metadata.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ X-Plasma-RemoteLocation=
2020
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
2121
X-KDE-PluginInfo-Email=esalexeev@gmail.com
2222
X-KDE-PluginInfo-Name=org.kde.plasma.awesomewidget
23-
X-KDE-PluginInfo-Version=3.3.2
23+
X-KDE-PluginInfo-Version=3.3.3
2424
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
2525
X-KDE-PluginInfo-Category=System Information
2626
X-KDE-PluginInfo-Depends=

sources/desktop-panel/package/metadata.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ X-Plasma-RemoteLocation=
2020
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
2121
X-KDE-PluginInfo-Email=esalexeev@gmail.com
2222
X-KDE-PluginInfo-Name=org.kde.plasma.desktoppanel
23-
X-KDE-PluginInfo-Version=3.3.2
23+
X-KDE-PluginInfo-Version=3.3.3
2424
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
2525
X-KDE-PluginInfo-Category=System Information
2626
X-KDE-PluginInfo-Depends=

0 commit comments

Comments
 (0)