File tree Expand file tree Collapse file tree 6 files changed +13
-9
lines changed Expand file tree Collapse file tree 6 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ Ernesto Avilés Vzqz (Spanish)
11
11
Виктор Слободян (Ukrainian)
12
12
Steve Lemuel (Chinese)
13
13
Mariusz Kocoń (Polish)
14
+ Ibnu Daru Aji (Indonesian)
15
+ Antonio Vivace (Italian)
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.4.0
5
+ pkgver=3.4.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=(' 8097663d06715e7543643de4c77de6b6 ' )
20
+ md5sums=(' 772d1b6955ffe20a1e14c4255d04564b ' )
21
21
backup=(' etc/xdg/plasma-dataengine-extsysmon.conf' )
22
22
23
23
prepare () {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ set(PROJECT_CONTACT "esalexeev@gmail.com")
16
16
set (PROJECT_LICENSE "GPL3" )
17
17
set (PROJECT_VERSION_MAJOR "3" )
18
18
set (PROJECT_VERSION_MINOR "4" )
19
- set (PROJECT_VERSION_PATCH "0 " )
19
+ set (PROJECT_VERSION_PATCH "1 " )
20
20
set (PROJECT_VERSION "${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} " )
21
21
# append git version if any
22
22
set (PROJECT_COMMIT_SHA "Commit hash" CACHE INTERNAL "" )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ X-Plasma-MainScript=ui/main.qml
19
19
X-KDE-PluginInfo-Author =Evgeniy Alekseev aka arcanis
20
20
X-KDE-PluginInfo-Email =esalexeev@gmail.com
21
21
X-KDE-PluginInfo-Name =org.kde.plasma.awesomewidget
22
- X-KDE-PluginInfo-Version =3.4.0
22
+ X-KDE-PluginInfo-Version =3.4.1
23
23
X-KDE-PluginInfo-Website =https://arcanis.me/projects/awesome-widgets/
24
24
X-KDE-PluginInfo-Category =System Information
25
25
X-KDE-PluginInfo-Depends =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ X-Plasma-MainScript=ui/main.qml
19
19
X-KDE-PluginInfo-Author =Evgeniy Alekseev aka arcanis
20
20
X-KDE-PluginInfo-Email =esalexeev@gmail.com
21
21
X-KDE-PluginInfo-Name =org.kde.plasma.desktoppanel
22
- X-KDE-PluginInfo-Version =3.4.0
22
+ X-KDE-PluginInfo-Version =3.4.1
23
23
X-KDE-PluginInfo-Website =https://arcanis.me/projects/awesome-widgets/
24
24
X-KDE-PluginInfo-Category =System Information
25
25
X-KDE-PluginInfo-Depends =
Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ const char NAME[] = "Awesome Widgets";
7
7
const char VERSION [] = "@PROJECT_VERSION@" ;
8
8
const char COMMIT_SHA [] = "@PROJECT_COMMIT_SHA@" ;
9
9
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)" ;
14
16
const char EMAIL [] = "@PROJECT_CONTACT@" ;
15
17
const char LICENSE [] = "@PROJECT_LICENSE@" ;
16
18
const char TRDPARTY_LICENSE [] = "QReplyTimeout "
You can’t perform that action at this time.
0 commit comments