Author: glen Date: Thu Dec 6 02:50:33 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - really copy user.js
---- Files affected: SPECS: QtCurve.spec (1.48 -> 1.49) ---- Diffs: ================================================================ Index: SPECS/QtCurve.spec diff -u SPECS/QtCurve.spec:1.48 SPECS/QtCurve.spec:1.49 --- SPECS/QtCurve.spec:1.48 Thu Dec 6 03:19:53 2007 +++ SPECS/QtCurve.spec Thu Dec 6 03:50:28 2007 @@ -25,6 +25,7 @@ # Source1-md5: 0d5eeb45990c3ecf060daa68a2ed2e6f Source2: http://home.freeuk.com/cpdrummond/%{name}-Gtk1-%{gtk1_ver}.tar.gz # Source2-md5: 8219f58493ca4e65a8fe61ee76eca522 +Patch0: %{name}-Gtk2-userjs.patch URL: http://www.kde-look.org/content/show.php?content=40492 BuildRequires: autoconf BuildRequires: automake @@ -103,6 +104,11 @@ %prep %setup -q -c %{?with_gtk2:-a1} %{?with_gtk:-a2} +%if %{with gtk2} +cd %{name}-Gtk2-%{gtk2_ver} +%patch0 -p1 +cd - +%endif %build cd %{name}-KDE3-%{kde_ver} @@ -190,6 +196,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.49 2007-12-06 02:50:28 glen +- really copy user.js + Revision 1.48 2007-12-06 02:19:53 glen - build switched to cmake ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/QtCurve.spec?r1=1.48&r2=1.49&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
