OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Oct-2005 17:13:53
Branch: HEAD Handle: 2005100216135300
Modified files:
openpkg-src/mldonkey mldonkey.spec
Log:
switch to Gtk2 UI and add dependencies for graphical statistics
Summary:
Revision Changes Path
1.13 +6 -6 openpkg-src/mldonkey/mldonkey.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mldonkey/mldonkey.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 mldonkey.spec
--- openpkg-src/mldonkey/mldonkey.spec 4 Sep 2005 07:26:59 -0000
1.12
+++ openpkg-src/mldonkey/mldonkey.spec 2 Oct 2005 15:13:53 -0000
1.13
@@ -33,7 +33,7 @@
Group: Network
License: MLdonkey/GPL
Version: 2.6.4
-Release: 20050904
+Release: 20051002
# package options
%option with_gui yes
@@ -48,11 +48,11 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, make
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: ocaml
-PreReq: ocaml
+BuildPreReq: ocaml, gd, png, jpeg
+PreReq: ocaml, gd, png, jpeg
%if "%{with_gui}" == "yes"
-BuildPreReq: X11, ocaml-gtk, ocaml-gtk::with_gtk1 = yes
-PreReq: X11, ocaml-gtk, ocaml-gtk::with_gtk1 = yes
+BuildPreReq: X11, ocaml-gtk, ocaml-gtk::with_gtk2 = yes
+PreReq: X11, ocaml-gtk, ocaml-gtk::with_gtk2 = yes
%endif
AutoReq: no
AutoReqProv: no
@@ -93,7 +93,7 @@
--enable-multinet \
--enable-ocamlver=3 \
%if "%{with_gui}" == "yes"
- --enable-gui
+ --enable-gui=newgui2
%else
--disable-gui
%endif
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]