mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 07:27:21 +00:00
release 3.4.1
update translators list
This commit is contained in:
parent
e592de9555
commit
4ed19a38d9
2
AUTHORS
2
AUTHORS
@ -11,3 +11,5 @@ Ernesto Avilés Vzqz (Spanish)
|
||||
Виктор Слободян (Ukrainian)
|
||||
Steve Lemuel (Chinese)
|
||||
Mariusz Kocoń (Polish)
|
||||
Ibnu Daru Aji (Indonesian)
|
||||
Antonio Vivace (Italian)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=plasma5-applet-awesome-widgets
|
||||
_pkgname=awesome-widgets
|
||||
pkgver=3.4.0
|
||||
pkgver=3.4.1
|
||||
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=('8097663d06715e7543643de4c77de6b6')
|
||||
md5sums=('772d1b6955ffe20a1e14c4255d04564b')
|
||||
backup=('etc/xdg/plasma-dataengine-extsysmon.conf')
|
||||
|
||||
prepare() {
|
||||
|
@ -16,7 +16,7 @@ set(PROJECT_CONTACT "esalexeev@gmail.com")
|
||||
set(PROJECT_LICENSE "GPL3")
|
||||
set(PROJECT_VERSION_MAJOR "3")
|
||||
set(PROJECT_VERSION_MINOR "4")
|
||||
set(PROJECT_VERSION_PATCH "0")
|
||||
set(PROJECT_VERSION_PATCH "1")
|
||||
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 "")
|
||||
|
@ -19,7 +19,7 @@ X-Plasma-MainScript=ui/main.qml
|
||||
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
|
||||
X-KDE-PluginInfo-Email=esalexeev@gmail.com
|
||||
X-KDE-PluginInfo-Name=org.kde.plasma.awesomewidget
|
||||
X-KDE-PluginInfo-Version=3.4.0
|
||||
X-KDE-PluginInfo-Version=3.4.1
|
||||
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
|
||||
X-KDE-PluginInfo-Category=System Information
|
||||
X-KDE-PluginInfo-Depends=
|
||||
|
@ -19,7 +19,7 @@ X-Plasma-MainScript=ui/main.qml
|
||||
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
|
||||
X-KDE-PluginInfo-Email=esalexeev@gmail.com
|
||||
X-KDE-PluginInfo-Name=org.kde.plasma.desktoppanel
|
||||
X-KDE-PluginInfo-Version=3.4.0
|
||||
X-KDE-PluginInfo-Version=3.4.1
|
||||
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
|
||||
X-KDE-PluginInfo-Category=System Information
|
||||
X-KDE-PluginInfo-Depends=
|
||||
|
@ -7,10 +7,12 @@ const char NAME[] = "Awesome Widgets";
|
||||
const char VERSION[] = "@PROJECT_VERSION@";
|
||||
const char COMMIT_SHA[] = "@PROJECT_COMMIT_SHA@";
|
||||
const char AUTHOR[] = "@PROJECT_AUTHOR@";
|
||||
const char TRANSLATORS[] = "Ernesto Aviles Vzqz (Spanish),Mermouy "
|
||||
"(French),underr (Brazillian Portuguese),Viktor "
|
||||
"Slobodyan (Ukrainian),Lemueler (Chinese),Heimen "
|
||||
"Stoffels (Dutch),Mariusz Kocoń (Polish)";
|
||||
const char TRANSLATORS[]
|
||||
= "Ernesto Aviles Vzqz (Spanish),Mermouy "
|
||||
"(French),underr (Brazillian Portuguese),Viktor "
|
||||
"Slobodyan (Ukrainian),Lemueler (Chinese),Heimen "
|
||||
"Stoffels (Dutch),Mariusz Kocoń (Polish),Ibnu "
|
||||
"Daru Aji (Indonesian),Antonio Vivace (Italian)";
|
||||
const char EMAIL[] = "@PROJECT_CONTACT@";
|
||||
const char LICENSE[] = "@PROJECT_LICENSE@";
|
||||
const char TRDPARTY_LICENSE[] = "QReplyTimeout "
|
||||
|
Loading…
Reference in New Issue
Block a user