diff --git a/README.md b/README.md index d290084..63614c6 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ See [milestones](https://github.com/arcan1s/awesome-widgets/milestones) for more Links ----- -* [Homepage](http://arcanis.name/projects/awesome-widgets/) -* [Migration to 2.*](http://arcanis.name/en/2014/09/04/migration-to-v2/) -* [Scripts and bars](http://arcanis.name/en/2014/12/19/aw-v21-bells-and-whistles/) +* [Homepage](https://arcanis.me/projects/awesome-widgets/) +* [Migration to 2.*](https://arcanis.me/en/2014/09/04/migration-to-v2/) +* [Scripts and bars](https://arcanis.me/en/2014/12/19/aw-v21-bells-and-whistles/) * Plasmoid on [kde-look](http://kde-look.org/content/show.php/Awesome+Widgets?content=157124) * DataEngine on [kde-look](http://kde-look.org/content/show.php/Extended+Systemmonitor+DataEngine?content=158773) * Archlinux [AUR](https://aur.archlinux.org/packages/plasma5-applet-awesome-widgets/) package diff --git a/packages/PKGBUILD b/packages/PKGBUILD index 07e3615..5936b08 100644 --- a/packages/PKGBUILD +++ b/packages/PKGBUILD @@ -6,7 +6,7 @@ pkgver=3.0.1 pkgrel=1 pkgdesc="Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)" arch=('i686' 'x86_64') -url="http://arcanis.name/projects/awesome-widgets" +url="https://arcanis.me/projects/awesome-widgets" license=('GPL3') depends=('plasma-framework') optdepends=("catalyst: for GPU monitor" diff --git a/packages/PKGBUILD-git b/packages/PKGBUILD-git index 3567242..a4835a5 100644 --- a/packages/PKGBUILD-git +++ b/packages/PKGBUILD-git @@ -6,7 +6,7 @@ pkgver=2.2.1.r15.g78931b3 pkgrel=1 pkgdesc="Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor). Git version" arch=('i686' 'x86_64') -url="http://arcanis.name/projects/awesome-widgets" +url="https://arcanis.me/projects/awesome-widgets" license=('GPL3') depends=('plasma-framework') optdepends=("amarok: for music player monitor" diff --git a/sources/awesome-widget/metadata.desktop b/sources/awesome-widget/metadata.desktop index e87c445..52f21e6 100644 --- a/sources/awesome-widget/metadata.desktop +++ b/sources/awesome-widget/metadata.desktop @@ -21,7 +21,7 @@ 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=@PROJECT_VERSION@ -X-KDE-PluginInfo-Website=http://arcanis.name/projects/awesome-widgets/ +X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/ X-KDE-PluginInfo-Category=System Information X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPLv3 diff --git a/sources/awesome-widget/package/contents/ui/widget.qml b/sources/awesome-widget/package/contents/ui/widget.qml index 4a61993..640617e 100644 --- a/sources/awesome-widget/package/contents/ui/widget.qml +++ b/sources/awesome-widget/package/contents/ui/widget.qml @@ -53,7 +53,7 @@ Item { horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter wrapMode: Text.WordWrap - text: i18n("Detailed information may be found on project homepage") + text: i18n("Detailed information may be found on project homepage") onLinkActivated: Qt.openUrlExternally(link); } diff --git a/sources/awesome-widget/package/metadata.desktop b/sources/awesome-widget/package/metadata.desktop index 8983e48..8e057c0 100644 --- a/sources/awesome-widget/package/metadata.desktop +++ b/sources/awesome-widget/package/metadata.desktop @@ -21,7 +21,7 @@ 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.0.1 -X-KDE-PluginInfo-Website=http://arcanis.name/projects/awesome-widgets/ +X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/ X-KDE-PluginInfo-Category=System Information X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPLv3 diff --git a/sources/desktop-panel/metadata.desktop b/sources/desktop-panel/metadata.desktop index 87fa8fa..f18af63 100644 --- a/sources/desktop-panel/metadata.desktop +++ b/sources/desktop-panel/metadata.desktop @@ -21,7 +21,7 @@ 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=@PROJECT_VERSION@ -X-KDE-PluginInfo-Website=http://arcanis.name/projects/awesome-widgets/ +X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/ X-KDE-PluginInfo-Category=System Information X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPLv3 diff --git a/sources/desktop-panel/package/contents/ui/widget.qml b/sources/desktop-panel/package/contents/ui/widget.qml index 99b30a6..cafccbf 100644 --- a/sources/desktop-panel/package/contents/ui/widget.qml +++ b/sources/desktop-panel/package/contents/ui/widget.qml @@ -46,7 +46,7 @@ Item { horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter wrapMode: Text.WordWrap - text: i18n("Detailed information may be found on project homepage") + text: i18n("Detailed information may be found on project homepage") onLinkActivated: Qt.openUrlExternally(link); } diff --git a/sources/desktop-panel/package/metadata.desktop b/sources/desktop-panel/package/metadata.desktop index 3f82376..574ff8d 100644 --- a/sources/desktop-panel/package/metadata.desktop +++ b/sources/desktop-panel/package/metadata.desktop @@ -21,7 +21,7 @@ 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.0.1 -X-KDE-PluginInfo-Website=http://arcanis.name/projects/awesome-widgets/ +X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/ X-KDE-PluginInfo-Category=System Information X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPLv3 diff --git a/sources/packages-recipe.cmake b/sources/packages-recipe.cmake index ba4e857..f133247 100644 --- a/sources/packages-recipe.cmake +++ b/sources/packages-recipe.cmake @@ -21,7 +21,7 @@ set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CP set(CPACK_DEBIAN_PACKAGE_DEPENDS "plasma-framework") set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "Collection of minimalistic Plasmoids which look like Awesome WM widgets (ex-PyTextMonitor)") set(CPACK_DEBIAN_PACKAGE_ENHANCES "mpd, smartmontools") -set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://arcanis.name/projects/awesome-widgets") +set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://arcanis.me/projects/awesome-widgets") set(CPACK_DEBIAN_PACKAGE_SECTION "KDE") # rpm specific @@ -30,7 +30,7 @@ set(CPACK_RPM_PACKAGE_GROUP "User Interface/Desktops") set(CPACK_RPM_PACKAGE_LICENSE "${PROJECT_LICENSE}") set(CPACK_RPM_PACKAGE_REQUIRES "plasma-framework") set(CPACK_RPM_PACKAGE_SUGGESTS "mpd, smartmontools") -set(CPACK_RPM_PACKAGE_URL "https://arcanis.name/projects/awesome-widgets") +set(CPACK_RPM_PACKAGE_URL "https://arcanis.me/projects/awesome-widgets") if (BUILD_DEB_PACKAGE OR BUILD_RPM_PACKAGE) include(CPack) diff --git a/sources/translations/awesome-widgets.pot b/sources/translations/awesome-widgets.pot index 0aa7113..699e068 100644 --- a/sources/translations/awesome-widgets.pot +++ b/sources/translations/awesome-widgets.pot @@ -326,7 +326,7 @@ msgid "Battery inactive color" msgstr "" msgid "" -"Detailed information may be found on project homepage" msgstr "" diff --git a/sources/translations/en.po b/sources/translations/en.po index 7d4abd3..f0cca3e 100644 --- a/sources/translations/en.po +++ b/sources/translations/en.po @@ -329,10 +329,10 @@ msgid "Battery inactive color" msgstr "Battery inactive color" msgid "" -"Detailed information may be found on project homepage" msgstr "" -"Detailed information may be found on project homepage" msgid "AC" diff --git a/sources/translations/es.po b/sources/translations/es.po index 25cc4d9..c767368 100644 --- a/sources/translations/es.po +++ b/sources/translations/es.po @@ -334,10 +334,10 @@ msgid "Battery inactive color" msgstr "Color de la batería inactiva" msgid "" -"Detailed information may be found on project homepage" msgstr "" -"Puedes encontrar información detallada en el sitio del proyecto" msgid "AC" diff --git a/sources/translations/fr.po b/sources/translations/fr.po index c92d48b..9232c36 100644 --- a/sources/translations/fr.po +++ b/sources/translations/fr.po @@ -340,10 +340,10 @@ msgid "Battery inactive color" msgstr "Couleur batterie inactive" msgid "" -"Detailed information may be found on project homepage" msgstr "" -"D'avantage d'informations se trouvent sur la page du projet" msgid "AC" diff --git a/sources/translations/nl.po b/sources/translations/nl.po index 14bf75c..930424b 100644 --- a/sources/translations/nl.po +++ b/sources/translations/nl.po @@ -344,7 +344,7 @@ msgid "Battery inactive color" msgstr "Kleur van inactieve accu" msgid "" -"Detailed information may be found on project homepage" msgstr "" "Gedetailleerde informatie kan worden gevonden op de project homepage" msgstr "" "Informações detalhadas podem ser encontradas na project homepage" msgstr "" -"Подробная информация может быть найдена на домашней странице проекта" msgid "AC" diff --git a/sources/translations/uk.po b/sources/translations/uk.po index b4e20ce..db3932a 100644 --- a/sources/translations/uk.po +++ b/sources/translations/uk.po @@ -343,10 +343,10 @@ msgid "Battery inactive color" msgstr "Колір батарєї, що розряджається" msgid "" -"Detailed information may be found on project homepage" msgstr "" -"Детальна інформація може бути знайдена на домашній сторінці проекту" msgid "AC" diff --git a/sources/translations/zh.po b/sources/translations/zh.po index 2933dc1..4518e3b 100644 --- a/sources/translations/zh.po +++ b/sources/translations/zh.po @@ -341,10 +341,10 @@ msgid "Battery inactive color" msgstr "电池未使用状态提示颜色" msgid "" -"Detailed information may be found on project homepage" msgstr "" -"详情请参照 项目主" +"详情请参照 项目主" "页" msgid "AC" diff --git a/sources/version.h.in b/sources/version.h.in index cf7190e..5587fe9 100644 --- a/sources/version.h.in +++ b/sources/version.h.in @@ -50,7 +50,7 @@ #cmakedefine BUILD_TESTING // links -#define HOMEPAGE "https://arcanis.name/projects/awesome-widgets/" +#define HOMEPAGE "https://arcanis.me/projects/awesome-widgets/" #define REPOSITORY "https://github.com/arcan1s/awesome-widgets" #define RELEASES "https://github.com/arcan1s/awesome-widgets/releases/tag/V." #define VERSION_API \