File tree 11 files changed +980
-6
lines changed 11 files changed +980
-6
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ Current developers:
2
2
Evgeniy Alekseev aka arcanis <esalexeev (at) gmail (dot) com>
3
3
4
4
Translators:
5
- @Mermouy (french translations)
5
+ @Mermouy (French translations)
6
+ Ernesto Avilés Vzqz (Spanish translations)
Original file line number Diff line number Diff line change
1
+ Ver.1.8.3:
2
+ + added Spanish translation (thanks to Ernesto Avilés Vzqz)
3
+ + added readme to the package
4
+
1
5
Ver.1.8.2:
2
6
+ added different temperature units (Farenheit and Kelvin)
3
7
Original file line number Diff line number Diff line change
1
+ Вер.1.8.3:
2
+ + добавлен испанский перевод (Ernesto Avilés Vzqz)
3
+ + добавлены файлы readme
4
+
1
5
Вер.1.8.2:
2
6
+ добавлены различные температурные единицы (Farenheit и Kelvin)
3
7
Original file line number Diff line number Diff line change 2
2
3
3
pkgname=kdeplasma-applets-pytextmonitor
4
4
_pkgname=pytextmonitor
5
- pkgver=1.8.2
5
+ pkgver=1.8.3
6
6
pkgrel=1
7
7
pkgdesc=" Minimalistic Plasmoid script written on Python2. It looks like widgets in Awesome WM"
8
8
arch=(' i686' ' x86_64' )
@@ -20,7 +20,7 @@ optdepends=("amarok: for music player monitor"
20
20
makedepends=(' automoc4' ' cmake' )
21
21
source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver} /${_pkgname} -${pkgver} -src.tar.xz)
22
22
install=${pkgname} .install
23
- md5sums=(' 2d5f5a2587c32cce3721ea217564a4ec ' )
23
+ md5sums=(' fc23780079bd9ecf29a3b5e8328abbb3 ' )
24
24
backup=(' usr/share/config/extsysmon.conf' )
25
25
26
26
prepare () {
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# update english readme
4
- cp README.md readme/en.md
4
+ cp README.md sources/ readme/en.md
5
5
6
6
SRCDIR=" sources"
7
7
VERSION=$( grep -m1 PROJECT_VERSION_MAJOR sources/CMakeLists.txt | awk ' {print $3}' | cut -c 1) .\
@@ -19,7 +19,7 @@ rm -rf "${ARCHIVE}"
19
19
20
20
# build widget
21
21
ARCHIVE=" pytextmonitor"
22
- FILES=" AUTHORS CHANGELOG CHANGELOG-RU COPYING readme "
22
+ FILES=" AUTHORS CHANGELOG CHANGELOG-RU COPYING"
23
23
IGNORELIST=" build usr"
24
24
# create archive
25
25
[[ -e ${ARCHIVE} -${VERSION} -src.tar.xz ]] && rm -f " ${ARCHIVE} -${VERSION} -src.tar.xz"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cmake_policy (SET CMP0015 NEW)
8
8
project (pytextmonitor)
9
9
set (PROJECT_VERSION_MAJOR 1)
10
10
set (PROJECT_VERSION_MINOR 8)
11
- set (PROJECT_VERSION_PATCH 2 )
11
+ set (PROJECT_VERSION_PATCH 3 )
12
12
set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} )
13
13
14
14
message (STATUS "Version: ${PROJECT_VERSION} " )
@@ -25,3 +25,4 @@ endif ()
25
25
26
26
add_subdirectory (ext -sysmon)
27
27
add_subdirectory (ptm)
28
+ add_subdirectory (readme)
You can’t perform that action at this time.
0 commit comments