File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change
1
+ Ver.3.2.1:
2
+ + add X-AW-Translate option to DateTime formatter
3
+ + add formatters to configuration export and import
4
+ + add macro fuction to selector
5
+ + add default formatters
6
+ - add translation reinit (fix #102)
7
+ - fix invalid float formatter saving
8
+ - fix missing ApiVersion for formatters
9
+ * use sockets for MPD data
10
+ * translation update
11
+
1
12
Ver.3.2.0:
2
13
+ custom formatters (#91)
3
14
+ add backend tests (#95)
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.2.0
5
+ pkgver=3.2.1
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=(' 81a85890d519bd8c5791d0d99cffc9c1 ' )
20
+ md5sums=(' 73da19c31aa95edd428ff5ce7b541ee1 ' )
21
21
backup=(' etc/xdg/plasma-dataengine-extsysmon.conf' )
22
22
23
23
prepare () {
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 "2" )
18
- set (PROJECT_VERSION_PATCH "0 " )
18
+ set (PROJECT_VERSION_PATCH "1 " )
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.2.0
23
+ X-KDE-PluginInfo-Version =3.2.1
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.2.0
23
+ X-KDE-PluginInfo-Version =3.2.1
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