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 filePatch | File delta | Description |
---|---|---|
desktop entry lacks keywords entry | (download) |
data/connman-gtk.desktop.in |
1 1 + 0 - 0 ! |
fix desktop-entry-lacks-keywords-entry lintian report |
manpage section mismatch | (download) |
data/connman-gtk.1 |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
fix spelling-error-in-binary lintian report prefered/preferred credintial/credential |
convert fi translation to utf8 | (download) |
po/fi.po |
152 76 + 76 - 0 ! |
convert finnish translation to utf-8 |
add ukrainian translation | (download) |
po/LINGUAS |
3 2 + 1 - 0 ! |
add ukrainian translation |
add polish translation | (download) |
po/LINGUAS |
1 1 + 0 - 0 ! |
add polish translation |
add french translation | (download) |
po/LINGUAS |
1 1 + 0 - 0 ! |
add french translation |
add turkish translation | (download) |
po/LINGUAS |
1 1 + 0 - 0 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
launch to system tray without display app window |
incompatible pointer type | (download) |
src/status.c |
2 1 + 1 - 0 ! |
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. |