OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   18-Aug-2003 20:25:03
  Branch: HEAD                             Handle: 2003081819250102

  Added files:
    openpkg-re/vcheck       vc.kde
    openpkg-src/kde         kde.sh kde.spec
  Modified files:
    openpkg-web             news.txt

  Log:
    new package: kde 20030818 (K Desktop Environment (Meta Package))

  Summary:
    Revision    Changes     Path
    1.1         +11 -0      openpkg-re/vcheck/vc.kde
    1.1         +14 -0      openpkg-src/kde/kde.sh
    1.1         +76 -0      openpkg-src/kde/kde.spec
    1.6221      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.kde
  ============================================================================
  $ cvs diff -u -r0 -r1.1 vc.kde
  --- /dev/null 2003-08-18 20:25:01.000000000 +0200
  +++ vc.kde    2003-08-18 20:25:01.000000000 +0200
  @@ -0,0 +1,11 @@
  +config = {
  +}
  +
  +prog kde = {
  +  disabled
  +  comment = "no source at all"
  +  version = 0
  +  url     = http://www.example.com/
  +  regex   = .*
  +}
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/kde/kde.sh
  ============================================================================
  $ cvs diff -u -r0 -r1.1 kde.sh
  --- /dev/null 2003-08-18 20:25:03.000000000 +0200
  +++ kde.sh    2003-08-18 20:25:03.000000000 +0200
  @@ -0,0 +1,14 @@
  +#!/bin/sh
  +##
  +##  kde.sh -- OpenPKG startup script for K Desktop Environment
  +##
  +
  +PATH="@l_prefix@/libexec/kde:$PATH"
  +export PATH
  +
  +if [ $# -gt 0 ]; then
  +    exec "$@"
  +else
  +    exec startkde
  +fi
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/kde/kde.spec
  ============================================================================
  $ cvs diff -u -r0 -r1.1 kde.spec
  --- /dev/null 2003-08-18 20:25:03.000000000 +0200
  +++ kde.spec  2003-08-18 20:25:03.000000000 +0200
  @@ -0,0 +1,76 @@
  +##
  +##  kde.spec -- OpenPKG RPM Specification
  +##  Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
  +##  Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package information
  +Name:         kde
  +Summary:      K Desktop Environment (Meta Package)
  +URL:          http://www.kde.org/
  +Vendor:       KDE Project
  +Packager:     The OpenPKG Project
  +Distribution: OpenPKG [EVAL]
  +Group:        KDE
  +License:      GPL
  +Version:      20030818
  +Release:      20030818
  +
  +#   list of sources
  +Source0:      kde.sh
  +
  +#   build information
  +Prefix:       %{l_prefix}
  +BuildRoot:    %{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20030701
  +PreReq:       OpenPKG, openpkg >= 20030701
  +BuildPreReq:  X11, kde-qt, kde-arts, kde-libs, kde-base
  +PreReq:       X11, kde-qt, kde-arts, kde-libs, kde-base
  +AutoReq:      no
  +AutoReqProv:  no
  +
  +%description
  +    KDE is a powerful Open Source graphical desktop environment for Unix
  +    workstations. It combines ease of use, contemporary functionality,
  +    and outstanding graphical design with the technological superiority
  +    of the Unix operating system.
  +
  +    This part is the KDE Meta Package.
  +
  +%prep
  +    %setup -q -c -T
  +
  +%build
  +
  +%install
  +    rm -rf $RPM_BUILD_ROOT
  +    %{l_shtool} mkdir -f -p -m 755 \
  +        $RPM_BUILD_ROOT%{l_prefix}/bin
  +    %{l_shtool} install -c -m 755 %{l_value -s -a} \
  +        %{SOURCE kde.sh} $RPM_BUILD_ROOT%{l_prefix}/bin/kde
  +    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +    rm -rf $RPM_BUILD_ROOT
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6220 -r1.6221 news.txt
  --- openpkg-web/news.txt      18 Aug 2003 18:23:29 -0000      1.6220
  +++ openpkg-web/news.txt      18 Aug 2003 18:25:01 -0000      1.6221
  @@ -1,3 +1,4 @@
  +18-Aug-2003: New package: P<kde-20030818-20030818>
   18-Aug-2003: New package: P<kde-base-3.1.3-20030818>
   18-Aug-2003: New package: P<kde-libs-3.1.3a-20030818>
   18-Aug-2003: New package: P<kde-arts-1.1.3-20030818>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to