packages: earth3d/earth3d.spec, earth3d/gcc.patch (NEW) - missing headers f...
glen
glen at pld-linux.org
Thu Jun 23 10:21:41 CEST 2011
Author: glen Date: Thu Jun 23 08:21:41 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- missing headers for g++
---- Files affected:
packages/earth3d:
earth3d.spec (1.1 -> 1.2) , gcc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/earth3d/earth3d.spec
diff -u packages/earth3d/earth3d.spec:1.1 packages/earth3d/earth3d.spec:1.2
--- packages/earth3d/earth3d.spec:1.1 Thu Jun 23 10:13:11 2011
+++ packages/earth3d/earth3d.spec Thu Jun 23 10:21:36 2011
@@ -7,6 +7,7 @@
Group: Applications/Graphics
Source0: http://downloads.sourceforge.net/earth3d/%{name}_client-%{version}-src.tar.bz2
# Source0-md5: d273437a473f66401b01acf7521808c3
+Patch0: gcc.patch
URL: http://www.earth3d.org/
BuildRequires: ImageMagick-devel
BuildRequires: qt-devel
@@ -18,6 +19,7 @@
%prep
%setup -q -n %{name}
+%patch0 -p1
%build
export QTDIR=/usr
@@ -45,5 +47,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2011/06/23 08:21:36 glen
+- missing headers for g++
+
Revision 1.1 2011/06/23 08:13:11 glen
- new, does not compile currently
================================================================
Index: packages/earth3d/gcc.patch
diff -u /dev/null packages/earth3d/gcc.patch:1.1
--- /dev/null Thu Jun 23 10:21:41 2011
+++ packages/earth3d/gcc.patch Thu Jun 23 10:21:36 2011
@@ -0,0 +1,10 @@
+--- earth3d/listViewServiceItem.cpp~ 2005-08-20 06:44:35.000000000 +0300
++++ earth3d/listViewServiceItem.cpp 2011-06-23 11:20:34.264065874 +0300
+@@ -1,6 +1,7 @@
+ #include "listViewServiceItem.h"
+ #include <qdom.h>
+ #include <qpixmap.h>
++#include <stdlib.h>
+
+ ListViewServiceItem::ListViewServiceItem ( QListViewItem *parent, QListViewItem *after, QDomNode text, const char *connection, const char *sender, int countParts, struct part_t *parts, ConnectNetworkService *cns, QString form )
+ : QListViewItem(parent, after) {
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/earth3d/earth3d.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list