Package: fbxkb / 0.6-3

Metadata

Package Version Patches format
fbxkb 0.6-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian changes 0.6 1.1.patch | (download)

eggtrayicon.c | 8 4 4 - 0 !
fbxkb.c | 4 2 2 - 0 !
man/Makefile | 7 3 4 - 0 !
man/fbxkb.1 | 65 10 55 - 0 !
4 files changed, 19 insertions( ), 65 deletions(-)

 changes in version 0.6-1.1
 * Non-maintainer upload. (Patch by Mnica Ramrez Arceda <[email protected]>)
 * eggtrayicon.c, fbxkb.c: Replace deprecated gdk_display and GDK_DISPLAY()
   with gdk_x11_get_default_xdisplay().
 * Link to X11 to build with binutils-gold. (Closes: #554280)
show us flag.patch | (download)

fbxkb.c | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix parsing of keyboard info, to show proper "us" flag
use g_strdup.patch | (download)

fbxkb.c | 6 1 5 - 0 !
1 file changed, 1 insertion( ), 5 deletions(-)

 use g_strdup() to pass strings to g_hash_table_insert()
 Otherwise use-after-free happens soon.
replace deprecated gtk.patch | (download)

eggtrayicon.c | 10 5 5 - 0 !
fbxkb.c | 3 1 2 - 0 !
2 files changed, 6 insertions( ), 7 deletions(-)

 remove deprecated gtk functions
 Remove gtk_set_locale() and change gdk_window_lookup() to gdk_x11_window_lookup_for_display().
 Fixes "pointer-trouble-at-implicit" and "pointer-from-integer" warnings.
spelling.patch | (download)

fbxkb.c | 10 5 5 - 0 !
1 file changed, 5 insertions( ), 5 deletions(-)

 correct spelling
dont forcibly strip.patch | (download)

Makefile | 3 0 3 - 0 !
1 file changed, 3 deletions(-)

---
respect dpkg buildflags.patch | (download)

Makefile.common | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 respect default {c,cpp}flags from dpkg-buildflags
drop extra deps.patch | (download)

Makefile | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 use --as-needed linker flag to avoid unnecessary dependencies
fix for dh.patch | (download)

Makefile.common | 6 5 1 - 0 !
1 file changed, 5 insertions( ), 1 deletion(-)

 some fixes to make it work with default debian/rules
 Adjust PREFIX if DESTDIR is defined - for dh_install* to work correctly
 Linker option -lX11 moved here from debian/rules
cross.patch | (download)

Makefile.common | 5 3 2 - 0 !
1 file changed, 3 insertions( ), 2 deletions(-)

---