Package: connman-gtk / 1.1.1+git20180626.b72c6ab-4

Metadata

Package Version Patches format
connman-gtk 1.1.1+git20180626.b72c6ab-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
desktop entry lacks keywords entry | (download)

data/connman-gtk.desktop.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix desktop-entry-lacks-keywords-entry lintian report
manpage section mismatch | (download)

data/connman-gtk.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix manpage-section-mismatch lintian report
 As a user-executable program, connman-gtk belongs in manpage section 1.
 (the manapage is already shipped with a .1 extension)
package contains documentation outside usr share doc | (download)

meson.build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix package-contains-documentation-outside-usr-share-doc lintian report
 By default, the README/CHANGELOG files are moved out of the rootdir during a build
spelling error in binary | (download)

src/openconnect_helper.c | 2 1 + 1 - 0 !
src/settings.c | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix spelling-error-in-binary lintian report
 prefered/preferred
 credintial/credential
convert fi translation to utf8 | (download)

po/fi.po | 152 76 + 76 - 0 !
1 file changed, 76 insertions(+), 76 deletions(-)

 convert finnish translation to utf-8
add ukrainian translation | (download)

po/LINGUAS | 3 2 + 1 - 0 !
po/uk_UA.po | 748 748 + 0 - 0 !
2 files changed, 750 insertions(+), 1 deletion(-)

 add ukrainian translation
add polish translation | (download)

po/LINGUAS | 1 1 + 0 - 0 !
po/pl.po | 752 752 + 0 - 0 !
2 files changed, 753 insertions(+)

 add polish translation
add french translation | (download)

po/LINGUAS | 1 1 + 0 - 0 !
po/fr.po | 747 747 + 0 - 0 !
2 files changed, 748 insertions(+)

 add french translation
add turkish translation | (download)

po/LINGUAS | 1 1 + 0 - 0 !
po/tr.po | 753 753 + 0 - 0 !
2 files changed, 754 insertions(+)

 add turkish translation
 Available as a commit in a fork of connman-gtk
 https://github.com/yasarciv/connman-gtk/commit/b89ccd58e232b2e98c83938a69d1a7c8286379ba
fix i18n configuration | (download)

meson.build | 4 3 + 1 - 0 !
po/POTFILES.in | 7 3 + 4 - 0 !
po/meson.build | 26 1 + 25 - 0 !
3 files changed, 7 insertions(+), 30 deletions(-)

 fix broken i18n support
 Upstream's migration to meson, prior to the repository being archived, broke
 i18n support, such that starting connman-gtk with any supported LC_LANG
 would fail to load the relevant translation.
refresh connman gtk pot | (download)

po/connman-gtk.pot | 370 199 + 171 - 0 !
1 file changed, 199 insertions(+), 171 deletions(-)

 refresh connman-gtk.pot source translations file
 Follows update of outdated POTFILES.in and addition of new translations
refresh translations | (download)

po/es.po | 380 207 + 173 - 0 !
po/fi.po | 380 203 + 177 - 0 !
po/fr.po | 381 208 + 173 - 0 !
po/pl.po | 374 203 + 171 - 0 !
po/pt.po | 370 201 + 169 - 0 !
po/ru.po | 370 201 + 169 - 0 !
po/tr.po | 370 201 + 169 - 0 !
po/uk_UA.po | 383 209 + 174 - 0 !
8 files changed, 1633 insertions(+), 1375 deletions(-)

 refresh translations with new/moved source strings
 Follows update of outdated POTFILES.in and regeneration of connman-gtk.pot
update meson config | (download)

meson.build | 137 99 + 38 - 0 !
1 file changed, 99 insertions(+), 38 deletions(-)

 update upstream meson config
 Add some structure to the configuration file and add additional information
 in the build summary
enable status icon | (download)

data/net.connman.gtk.gschema.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 enable status icon by default
 There is the --no-icon option to disable it, but it doesn't appear by default
fix launch to tray | (download)

data/net.connman.gtk.gschema.xml | 2 1 + 1 - 0 !
src/main.c | 20 13 + 7 - 0 !
2 files changed, 14 insertions(+), 8 deletions(-)

 launch to system tray without display app window
incompatible pointer type | (download)

src/status.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with gcc-14 (incompatible pointer types)
 GCC-14 no longer allows implicitly casting all pointer types to all other
 pointer types. This now causes an error when compiling src/status.c
 .
 Therefore, explicitly cast the first argument in gtk_widget_set_sensitive()
 call to GTK_WIDGET, which is what it expects.
 .
 Upstream project is archived, so we do not upstream the patch.