Skip to content

Commit

Permalink
Release 0.9.5 (#240)
Browse files Browse the repository at this point in the history
* update ukrainian localization (#232)

* rm fedora info from readme

* Update README.md

* update_uk

Co-authored-by: Stanisław <[email protected]>

* Update Debian version of libwingpanel (#238)

* Update Debian version of libwingpanel

* Change section to one that is allowed by Debian/Ubuntu (#239)

* Change section to one that is allowed by Debian/Ubuntu
* Changed maintainer

* removed bamf dep; compile with wingpanel-3.0;

Co-authored-by: Ihor Hordiichuk <[email protected]>
Co-authored-by: stsdc
Co-authored-by: Kristopher Ives <[email protected]>
  • Loading branch information
3 people authored Aug 30, 2021
1 parent a649efe commit b57e828
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 93 deletions.
5 changes: 5 additions & 0 deletions data/com.github.stsdc.monitor.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
<url type="help">https://github.com/stsdc/monitor/issues</url>

<releases>
<release version="0.9.5" date="2021-08-30">
​ <description>
​ <p>Uses Wingpanel v3; New *.deb package maintainer: Kristopher Ives </p>
​ </description>
​ </release>
<release version="0.9.4" date="2021-04-23">
​ <description>
​ <p>🐛 Should fix empty Indicator. Please reboot after installation ⚡️</p>
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: com.github.stsdc.monitor
Section: system
Section: util
Priority: extra
Maintainer: Stanisław Dac <stanislaw.dac@gmail.com>
Maintainer: Kristopher Ives <kristopher.ives@gmail.com>
Build-Depends: meson,
appstream,
debhelper (>= 9),
Expand All @@ -12,7 +12,7 @@ Build-Depends: meson,
libbamf3-dev,
libwnck-3-dev,
libgtop2-dev,
libwingpanel-2.0-dev
libwingpanel-3.0-dev
Standards-Version: 4.1.1

Package: com.github.stsdc.monitor
Expand Down
8 changes: 3 additions & 5 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.9.2')
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.9.5')

# these are Meson modules
gnome = import('gnome')
Expand All @@ -21,10 +21,9 @@ gtk = dependency('gtk+-3.0')
gee = dependency('gee-0.8')
gio = dependency('gio-2.0')
gobject = dependency('gobject-2.0')
bamf = dependency('libbamf3') # to remove
gtop = dependency('libgtop-2.0')
wnck = dependency('libwnck-3.0')
wingpanel = dependency('wingpanel-2.0')
wingpanel = dependency('wingpanel', version: '>=2.1.0')
gdk_x11 = dependency('gdk-x11-3.0')

config_data = configuration_data()
Expand Down Expand Up @@ -93,7 +92,7 @@ executable(
'src/Models/TreeViewModel.vala',

# Other
'src/Managers/AppManager.vala',
# 'src/Managers/AppManager.vala',
'src/Managers/ProcessManager.vala',
'src/Managers/Process.vala',
'src/Managers/ProcessStructs.vala',
Expand All @@ -120,7 +119,6 @@ executable(
gee,
gio,
gobject,
bamf, # to remove
gtop,
wnck,
gdk_x11,
Expand Down
21 changes: 13 additions & 8 deletions po/extra/uk.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,50 @@ msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-20 22:25+0900\n"
"PO-Revision-Date: 2018-10-20 22:25+0900\n"
"Last-Translator: Automatically generated\n"
"PO-Revision-Date: 2021-07-08 02:51+0300\n"
"Last-Translator: Ihor Hordiichuk <[email protected]>\n"
"Language-Team: none\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Poedit 3.0\n"

#: data/com.github.stsdc.monitor.appdata.xml.in:7
#: data/com.github.stsdc.monitor.desktop.in:3
msgid "Monitor"
msgstr ""
msgstr "Монітор"

#: data/com.github.stsdc.monitor.appdata.xml.in:8
msgid "Manage processes and monitor system resources"
msgstr ""
msgstr "Керування процесами та спостереження за системними ресурсами"

#: data/com.github.stsdc.monitor.appdata.xml.in:10
msgid "Display usage of system resources, filter and manage processes."
msgstr ""
"Показ використовування системних ресурсів, фільтрування та керування "
"процесами."

#: data/com.github.stsdc.monitor.appdata.xml.in:22
msgid "Stanisław Dac"
msgstr ""
msgstr "Stanisław Dac"

#: data/com.github.stsdc.monitor.desktop.in:4
msgid "System Monitor"
msgstr ""
msgstr "Системний монітор"

#: data/com.github.stsdc.monitor.desktop.in:6
msgid "Manage processes and monitor resource usage of the system"
msgstr ""
msgstr "Керування процесами та спостереження за системними ресурсами"

#: data/com.github.stsdc.monitor.desktop.in:10
msgid "com.github.stsdc.monitor"
msgstr ""
msgstr "com.github.stsdc.monitor"

#: data/com.github.stsdc.monitor.desktop.in:14
msgid "System monitor;System usage;Task manager;"
msgstr ""
"Системний монітор; Використовування системи; Диспетчер завдань;System "
"monitor;System usage;Task manager;"
Loading

0 comments on commit b57e828

Please sign in to comment.