Skip to content

Commit 4ed19a3

Browse files
committed
release 3.4.1
update translators list
1 parent e592de9 commit 4ed19a3

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Ernesto Avilés Vzqz (Spanish)
1111
Виктор Слободян (Ukrainian)
1212
Steve Lemuel (Chinese)
1313
Mariusz Kocoń (Polish)
14+
Ibnu Daru Aji (Indonesian)
15+
Antonio Vivace (Italian)

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.4.0
5+
pkgver=3.4.1
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=('8097663d06715e7543643de4c77de6b6')
20+
md5sums=('772d1b6955ffe20a1e14c4255d04564b')
2121
backup=('etc/xdg/plasma-dataengine-extsysmon.conf')
2222

2323
prepare() {

sources/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(PROJECT_CONTACT "[email protected]")
1616
set(PROJECT_LICENSE "GPL3")
1717
set(PROJECT_VERSION_MAJOR "3")
1818
set(PROJECT_VERSION_MINOR "4")
19-
set(PROJECT_VERSION_PATCH "0")
19+
set(PROJECT_VERSION_PATCH "1")
2020
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
2121
# append git version if any
2222
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
@@ -19,7 +19,7 @@ X-Plasma-MainScript=ui/main.qml
1919
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
2020
X-KDE-PluginInfo-Email[email protected]
2121
X-KDE-PluginInfo-Name=org.kde.plasma.awesomewidget
22-
X-KDE-PluginInfo-Version=3.4.0
22+
X-KDE-PluginInfo-Version=3.4.1
2323
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
2424
X-KDE-PluginInfo-Category=System Information
2525
X-KDE-PluginInfo-Depends=

sources/desktop-panel/package/metadata.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ X-Plasma-MainScript=ui/main.qml
1919
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
2020
X-KDE-PluginInfo-Email[email protected]
2121
X-KDE-PluginInfo-Name=org.kde.plasma.desktoppanel
22-
X-KDE-PluginInfo-Version=3.4.0
22+
X-KDE-PluginInfo-Version=3.4.1
2323
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
2424
X-KDE-PluginInfo-Category=System Information
2525
X-KDE-PluginInfo-Depends=

sources/version.h.in

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ const char NAME[] = "Awesome Widgets";
77
const char VERSION[] = "@PROJECT_VERSION@";
88
const char COMMIT_SHA[] = "@PROJECT_COMMIT_SHA@";
99
const char AUTHOR[] = "@PROJECT_AUTHOR@";
10-
const char TRANSLATORS[] = "Ernesto Aviles Vzqz (Spanish),Mermouy "
11-
"(French),underr (Brazillian Portuguese),Viktor "
12-
"Slobodyan (Ukrainian),Lemueler (Chinese),Heimen "
13-
"Stoffels (Dutch),Mariusz Kocoń (Polish)";
10+
const char TRANSLATORS[]
11+
= "Ernesto Aviles Vzqz (Spanish),Mermouy "
12+
"(French),underr (Brazillian Portuguese),Viktor "
13+
"Slobodyan (Ukrainian),Lemueler (Chinese),Heimen "
14+
"Stoffels (Dutch),Mariusz Kocoń (Polish),Ibnu "
15+
"Daru Aji (Indonesian),Antonio Vivace (Italian)";
1416
const char EMAIL[] = "@PROJECT_CONTACT@";
1517
const char LICENSE[] = "@PROJECT_LICENSE@";
1618
const char TRDPARTY_LICENSE[] = "QReplyTimeout "

0 commit comments

Comments
 (0)