From fbf89f61b499c191db96420f2bb0013766756253 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Sat, 9 Jul 2016 17:01:56 +0300 Subject: [PATCH] Release 3.2.0 --- CHANGELOG | 14 ++++++++++++++ packages/PKGBUILD | 4 ++-- sources/CMakeLists.txt | 4 ++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1146b1e..2695bf6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +Ver.3.2.0: ++ custom formatters (#91) ++ add backend tests (#95) ++ add OWM weather provider for ExtWeather. It can be switched by using X-AW-Provider (ApiVer 3) ++ add DBus timeout for calls (#96) ++ add macros support (`$aw_macro` and `$aw_macro_*` for calls) +- fix vertical alignment (#94) +- fix bug with invalid updates on `X-AW-Interval=1` for ExtScript and ExtUpgrade +- fix bug with missing derivate vaules in ExtQuotes +- fix possible plasma crash (#96) +- fix possible undefined behaviour if no extensions was found by name +* split dataengine sources to own library +* allow to use screened double brakets inside functions + Ver.3.1.2: + add standalone widget configuration example + new tag tstime diff --git a/packages/PKGBUILD b/packages/PKGBUILD index fcd3b80..5d167ed 100644 --- a/packages/PKGBUILD +++ b/packages/PKGBUILD @@ -2,7 +2,7 @@ pkgname=plasma5-applet-awesome-widgets _pkgname=awesome-widgets -pkgver=3.1.2 +pkgver=3.2.0 pkgrel=1 pkgdesc="Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ optdepends=("catalyst: for GPU monitor" makedepends=('cmake' 'extra-cmake-modules' 'python') source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz) install=${pkgname}.install -md5sums=('99514bf6d1a5ca8660dd0210ee58af28') +md5sums=('6d9c98b040c89d9c4ec8fc17ae35eecd') backup=('etc/xdg/plasma-dataengine-extsysmon.conf') prepare() { diff --git a/sources/CMakeLists.txt b/sources/CMakeLists.txt index 8a415f7..f3b9921 100644 --- a/sources/CMakeLists.txt +++ b/sources/CMakeLists.txt @@ -14,8 +14,8 @@ set(PROJECT_AUTHOR "Evgeniy Alekseev") set(PROJECT_CONTACT "esalexeev@gmail.com") set(PROJECT_LICENSE "GPL3") set(PROJECT_VERSION_MAJOR "3") -set(PROJECT_VERSION_MINOR "1") -set(PROJECT_VERSION_PATCH "2") +set(PROJECT_VERSION_MINOR "2") +set(PROJECT_VERSION_PATCH "0") set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") # append git version if any set(PROJECT_COMMIT_SHA "Commit hash" CACHE INTERNAL "")