Author: glen Date: Thu Dec 6 08:13:14 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2
---- Files affected: SPECS: QtCurve.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: SPECS/QtCurve.spec diff -u SPECS/QtCurve.spec:1.50 SPECS/QtCurve.spec:1.51 --- SPECS/QtCurve.spec:1.50 Thu Dec 6 04:11:07 2007 +++ SPECS/QtCurve.spec Thu Dec 6 09:13:09 2007 @@ -2,8 +2,6 @@ # TODO: # - kde4 # - gtk1 no longer updated. drop? -# - include /usr/share/themes/QtCurve/mozilla somewhere -# - unpackaged: # # Conditional build: %bcond_with gtk # build GTK styles @@ -16,7 +14,7 @@ Summary(pl.UTF-8): Darmowa i poprawiona wersja motywu GTK+/Qt zrobionego przez Red Hata Name: QtCurve Version: 0.55.1 -Release: 1 +Release: 2 License: GPL Group: Themes Source0: http://home.freeuk.com/cpdrummond/%{name}-KDE3-%{kde_ver}.tar.bz2 @@ -135,6 +133,9 @@ %if %{with gtk2} cd %{name}-Gtk2-%{gtk2_ver} %cmake \ + -DQTC_ADD_EVENT_FILTER=true \ + -DQTC_MODIFY_MOZILLA=true \ + -DQTC_MODIFY_MOZILLA_USER_JS=true \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ . %{__make} @@ -157,6 +158,9 @@ DESTDIR=$RPM_BUILD_ROOT %endif +chmod a+x $RPM_BUILD_ROOT%{_datadir}/themes/QtCurve/gtk-2.0/map_kde_icons.pl +chmod a+x $RPM_BUILD_ROOT%{_datadir}/themes/QtCurve/mozilla/mailto.sh + rm -f $RPM_BUILD_ROOT{%{_libdir}/gtk/themes/engines,%{_libdir}/gtk-2.0/*/*}/*.la %clean @@ -183,8 +187,16 @@ %files -n gtk2-theme-QtCurve %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/gtk-2.0/*/*/*.so -%{_datadir}/themes/QtCurve/gtk-2.0 -%{_datadir}/themes/QtCurve/mozilla +%dir %{_datadir}/themes/QtCurve/gtk-2.0 +%{_datadir}/themes/QtCurve/gtk-2.0/gtkrc +%{_datadir}/themes/QtCurve/gtk-2.0/icons3 +%{_datadir}/themes/QtCurve/gtk-2.0/icons4 +%attr(755,root,root) %{_datadir}/themes/QtCurve/gtk-2.0/map_kde_icons.pl +%dir %{_datadir}/themes/QtCurve/mozilla +%{_datadir}/themes/QtCurve/mozilla/QtCurve.css +%{_datadir}/themes/QtCurve/mozilla/firefox-user.js +%{_datadir}/themes/QtCurve/mozilla/preferences-rev.xml +%attr(755,root,root) %{_datadir}/themes/QtCurve/mozilla/mailto.sh %endif %files -n theme-QtCurve-common @@ -198,6 +210,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2007-12-06 08:13:09 glen +- rel 2 + Revision 1.50 2007-12-06 03:11:07 glen - use shell constructs instead of subshells in mozilla mailto.sh wrapper ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/QtCurve.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
