OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Mar-2003 13:59:04
Branch: HEAD Handle: 2003031212590300
Modified files:
openpkg-src/xaw3d xaw3d.spec
Log:
changed description; disabled HAS_WCTYPE_H which caused problems
Summary:
Revision Changes Path
1.8 +7 -3 openpkg-src/xaw3d/xaw3d.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xaw3d/xaw3d.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 xaw3d.spec
--- openpkg-src/xaw3d/xaw3d.spec 10 Mar 2003 12:31:24 -0000 1.7
+++ openpkg-src/xaw3d/xaw3d.spec 12 Mar 2003 12:59:03 -0000 1.8
@@ -33,7 +33,7 @@
Group: XWindow
License: GPL
Version: 1.5
-Release: 20030310
+Release: 20030312
# list of sources
Source0: ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-%{version}.tar.gz
@@ -47,11 +47,15 @@
AutoReqProv: no
%description
- xaw3d is the most badly packaged program in the OpenPKG world.
+ xaw3d is a set of 3D widgets based on the R6.1 Athena Widget set, which
+ adds a three dimensional appearance on some of the widgets of X11
+ applications linked against libXaw3d instead of libXaw.
%prep
%setup -q -c
- %{l_shtool} subst -e 's;^#include <widec.h>;;' xc/lib/Xaw3d/XawI18n.h
+ %{l_shtool} subst \
+ -e 's;^\(#ifdef HAS_WCTYPE_H\)$;\1_DO_NOT_USE;' \
+ xc/lib/Xaw3d/XawI18n.h
%build
cd xc/lib/Xaw3d/
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]