OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 05-Nov-2002 19:29:01
Branch: HEAD Handle: 2002110518290000
Modified files:
openpkg-src/qt qt.spec
openpkg-web news.txt
Log:
Remove freetype option.
Summary:
Revision Changes Path
1.44 +2 -19 openpkg-src/qt/qt.spec
1.1950 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/qt/qt.spec
============================================================
$ cvs diff -u -r1.43 -r1.44 qt.spec
--- openpkg-src/qt/qt.spec 23 Oct 2002 16:24:19 -0000 1.43
+++ openpkg-src/qt/qt.spec 5 Nov 2002 18:29:00 -0000 1.44
@@ -23,11 +23,6 @@
## SUCH DAMAGE.
##
-# package options
-%ifndef with_freetype
-%define with_freetype no
-%endif
-
# package information
Name: qt
Summary: The Qt Toolkit
@@ -38,7 +33,7 @@
Group: XWindow
License: GPL
Version: 3.0.6
-Release: 20021023
+Release: 20021105
# list of sources
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-free-%{version}.tar.gz
@@ -48,10 +43,6 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, X11, gcc
PreReq: OpenPKG, openpkg >= 20020206, X11
-%if "%{with_freetype}" == "yes"
-BuildPreReq: freetype
-PreReq: freetype
-%endif
AutoReq: no
AutoReqProv: no
@@ -68,9 +59,6 @@
similar to templates in C++, but with influences from component
technology.
- Options:
- --define 'with_freetype %{with_freetype}'
-
%prep
%setup -q -n qt-x11-free-%{version}
@@ -89,12 +77,7 @@
-static -qt-gif -qt-zlib \
-platform $oscomp -thread -stl \
-qt-libpng -qt-libjpeg -qt-libmng \
- -no-nas-sound -no-tablet -no-xkb \
-%if "%{with_freetype}" == "yes"
- -xft \
-%else
- -no-xft \
-%endif
+ -no-nas-sound -no-tablet -no-xkb -no-xft \
-sm -xinerama -xrender \
-L`%{l_prefix}/etc/rc --query x11_libdir` \
-R`%{l_prefix}/etc/rc --query x11_libdir`
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1949 -r1.1950 news.txt
--- openpkg-web/news.txt 5 Nov 2002 16:44:46 -0000 1.1949
+++ openpkg-web/news.txt 5 Nov 2002 18:29:00 -0000 1.1950
@@ -1,3 +1,4 @@
+05-Nov-2002: Upgraded package: P<qt-3.0.6-20021105>
05-Nov-2002: Upgraded package: P<j2se-1.4.1.01-20021105>
05-Nov-2002: Upgraded package: P<treecc-0.1.6-20021105>
05-Nov-2002: Upgraded package: P<perl-gd-20021105-20021105>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]