all repos — openbox @ df948db3be58a544fc54fc634686c0ec80ed51c0

openbox fork - make it a bit more like ryudo

i know we broke backwards compatibility but noone uses it except obconf and it still works, so just leave the pkgconfigs as -3.0, and obconf2 and require version >= 3.3.990 instead.
Dana Jansens danakj@orodu.net
commit

df948db3be58a544fc54fc634686c0ec80ed51c0

parent

4f1bb686a3786ec21b91b37124012927e9b25778

4 files changed, 6 insertions(+), 6 deletions(-)

jump to
M Makefile.amMakefile.am

@@ -351,8 +351,8 @@ nodist_pubinclude_HEADERS = \

version.h nodist_pkgconfig_DATA = \ - render/obrender-3.4.pc \ - parser/obparser-3.4.pc + render/obrender-3.0.pc \ + parser/obparser-3.0.pc ## data ##

@@ -451,8 +451,8 @@ doc/openbox-gnome-session.1.sgml \

doc/openbox-gnome-session.1.in \ doc/openbox-kde-session.1.sgml \ doc/openbox-kde-session.1.in \ - render/obrender-3.4.pc.in \ - parser/obparser-3.4.pc.in \ + render/obrender-3.0.pc.in \ + parser/obparser-3.0.pc.in \ tools/themeupdate/themeupdate.py \ tests/hideshow.py \ tests/Makefile \
M configure.acconfigure.ac

@@ -154,8 +154,8 @@ AC_CONFIG_FILES([

Makefile m4/Makefile po/Makefile.in - render/obrender-3.4.pc - parser/obparser-3.4.pc + render/obrender-3.0.pc + parser/obparser-3.0.pc version.h ]) AC_OUTPUT