Author: cactus Date: Mon Feb 6 18:21:37 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 3.5.0
---- Files affected: packages/openbox: openbox.spec (1.80 -> 1.81) , openbox-link.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/openbox/openbox.spec diff -u packages/openbox/openbox.spec:1.80 packages/openbox/openbox.spec:1.81 --- packages/openbox/openbox.spec:1.80 Wed Aug 17 23:10:45 2011 +++ packages/openbox/openbox.spec Mon Feb 6 19:21:32 2012 @@ -6,13 +6,14 @@ Summary: Small and fast window manger for the X Window Summary(pl.UTF-8): Mały i szybki zarządca okien dla X Window Name: openbox -Version: 3.4.11.2 -Release: 3 +Version: 3.5.0 +Release: 1 Epoch: 1 License: GPL v2+ Group: X11/Window Managers Source0: http://openbox.org/releases/%{name}-%{version}.tar.gz -# Source0-md5: 30e669134fa81df810fe7d1dc59cd931 +# Source0-md5: 00441b53cf14c03566c8e82643544ff9 +Patch0: %{name}-link.patch URL: http://openbox.org/ BuildRequires: autoconf >= 2.54 BuildRequires: automake @@ -226,6 +227,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -276,38 +278,41 @@ %{_mandir}/man1/openbox-session.1* %{_mandir}/man1/openbox.1* %dir %{_sysconfdir}/xdg/openbox -%{_sysconfdir}/xdg/openbox/autostart.sh +%{_sysconfdir}/xdg/openbox/autostart +%{_sysconfdir}/xdg/openbox/environment %{_sysconfdir}/xdg/openbox/menu.xml %{_sysconfdir}/xdg/openbox/rc.xml %{?with_gnome2:%{_wmpropsdir}/openbox.desktop} %{_desktopdir}/openbox.desktop %{_pixmapsdir}/openbox.png -%dir %{_libdir}/openbox -%{_libdir}/openbox/xdg-autostart +%attr(755,root,root) %{_libdir}/openbox-autostart +%attr(755,root,root) %{_libdir}/openbox-xdg-autostart %files libs %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libobparser.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libobparser.so.21 %attr(755,root,root) %{_libdir}/libobrender.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libobrender.so.21 +%attr(755,root,root) %ghost %{_libdir}/libobrender.so.27 +%attr(755,root,root) %{_libdir}/libobt.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libobt.so.0 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libobparser.so %attr(755,root,root) %{_libdir}/libobrender.so -%{_libdir}/libobparser.la +%attr(755,root,root) %{_libdir}/libobt.so %{_libdir}/libobrender.la +%{_libdir}/libobt.la %dir %{_includedir}/openbox -%dir %{_includedir}/openbox/3.4.11.2 -%dir %{_includedir}/openbox/3.4.11.2/openbox -%{_includedir}/openbox/3.4.11.2/openbox/*.h -%{_pkgconfigdir}/obparser-3.0.pc -%{_pkgconfigdir}/obrender-3.0.pc +%dir %{_includedir}/openbox/3.5 +%dir %{_includedir}/openbox/3.5/obrender +%{_includedir}/openbox/3.5/obrender/*.h +%dir %{_includedir}/openbox/3.5/obt +%{_includedir}/openbox/3.5/obt/*.h +%{_pkgconfigdir}/obrender-3.5.pc +%{_pkgconfigdir}/obt-3.5.pc %files static %defattr(644,root,root,755) -%{_libdir}/libobparser.a +%{_libdir}/libobt.a %{_libdir}/libobrender.a %files themes-Artwiz-boxed @@ -356,6 +361,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.81 2012/02/06 18:21:32 cactus +- up to 3.5.0 + Revision 1.80 2011/08/17 21:10:45 glen - R: dbus-x11, /etc/xdg/openbox/autostart.sh starts dbus-launch ================================================================ Index: packages/openbox/openbox-link.patch diff -u /dev/null packages/openbox/openbox-link.patch:1.1 --- /dev/null Mon Feb 6 19:21:37 2012 +++ packages/openbox/openbox-link.patch Mon Feb 6 19:21:32 2012 @@ -0,0 +1,12 @@ +--- openbox-3.5.0/Makefile.am.orig 2011-08-01 22:14:58.000000000 +0200 ++++ openbox-3.5.0/Makefile.am 2012-02-06 18:46:11.035139562 +0100 +@@ -83,7 +83,8 @@ + $(PANGO_LIBS) \ + $(GLIB_LIBS) \ + $(IMLIB2_LIBS) \ +- $(XML_LIBS) ++ $(XML_LIBS) \ ++ obt/libobt.la + obrender_libobrender_la_SOURCES = \ + gettext.h \ + obrender/color.h \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openbox/openbox.spec?r1=1.80&r2=1.81&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
