Package: obconf / 1:2.0.4+git20150213-3

Metadata

Package Version Patches format
obconf 1:2.0.4+git20150213-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 freedesktop compliance.patch | (download)

obconf.desktop | 9 8 + 1 - 0 !
x-openbox-theme.desktop | 5 3 + 2 - 0 !
2 files changed, 11 insertions(+), 3 deletions(-)

 fix validation issues


02 update russian translate.patch | (download)

po/ru.po | 85 44 + 41 - 0 !
1 file changed, 44 insertions(+), 41 deletions(-)

 update russian translate
fix spelling error.patch | (download)

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

 fix spelling error
obconf c99.patch | (download)

src/appearance.c | 1 1 + 0 - 0 !
src/desktops.h | 1 1 + 0 - 0 !
src/main.c | 1 1 + 0 - 0 !
3 files changed, 3 insertions(+)

 avoid implicit function declarations

For compatibility with future compilers which do not support them
by default.

Include <ctype.h> for toupper, "moveresize.h" for
moveresize_setup_tab, and add a desktops_setup_tab prototype to
"desktops.h" because it is called from main.c.