[Lunar-commits] <crater> update it to the last moonbase versions.

Florin Braescu florin at lunar-linux.org
Sat Jan 2 15:08:47 CET 2010


commit 74f53d905c2c48843ae8e2bc96703324962bb1ec
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jan 2 16:08:47 2010 +0200

    update it to the last moonbase versions.
---
 science/rkward/DETAILS                             |    8 +-
 x11-apps/openoffice-src-pl/BUILD                   |   13 ++
 x11-apps/openoffice-src-pl/DEPENDS                 |    1 +
 x11-apps/openoffice-src-pl/DETAILS                 |   21 +++
 x11-apps/openoffice-src-pl/POST_INSTALL            |    1 +
 x11-apps/openoffice-src/BUILD                      |  135 ++++++++++++++++++++
 x11-apps/openoffice-src/BUILD.x86_64               |  135 ++++++++++++++++++++
 x11-apps/openoffice-src/CONFLICTS                  |    1 +
 x11-apps/openoffice-src/DEPENDS                    |  102 +++++++++++++++
 x11-apps/openoffice-src/DETAILS                    |   38 ++++++
 x11-apps/openoffice-src/DETAILS.x86_64             |   38 ++++++
 x11-apps/openoffice-src/PRE_BUILD                  |    8 +
 .../openoffice-src/profile.d/openoffice-src.rc     |    4 +
 zbeta/kdebluetooth/DEPENDS                         |    1 +
 14 files changed, 502 insertions(+), 4 deletions(-)

diff --git a/science/rkward/DETAILS b/science/rkward/DETAILS
index 1b708fd..7e8c9f1 100644
--- a/science/rkward/DETAILS
+++ b/science/rkward/DETAILS
@@ -1,16 +1,16 @@
           MODULE=rkward
-         VERSION=0.4.9
+         VERSION=0.4.9a
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/$MODULE
    MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
-      SOURCE_VFY=sha1:b17da76bd94aa42a0d472d5516ce3333d5c1edea
+      SOURCE_VFY=sha1:dde67a14414d346d0cd273d450b1e2d3acb945d2
         WEB_SITE=http://rkward.sourceforge.net/
          ENTERED=20060819
-         UPDATED=20080114
+         UPDATED=20080708
            SHORT="transparent frontend to the R-language"
 
-cat <<EOF
+cat << EOF
 RKWard is meant to become an easy to use, transparent frontend to the
 R-language, a very powerful, yet hard-to-get-into scripting-language with
 a strong focus on statistic functions. It will not only provide a convenient
diff --git a/x11-apps/openoffice-src-pl/BUILD b/x11-apps/openoffice-src-pl/BUILD
new file mode 100644
index 0000000..eb69e44
--- /dev/null
+++ b/x11-apps/openoffice-src-pl/BUILD
@@ -0,0 +1,13 @@
+(
+
+  for file in `ls *.rpm`; do rpmunpack $file; done &&
+  rm -f *.rpm &&
+  gunzip *.gz &&
+  for file in `ls *.cpio`; do cpio -idvI $file; done &&
+  rm -f *.cpio &&
+  prepare_install &&
+  cp -a opt/* /opt/lunar/openoffice-src &&
+  install -m644 $SOURCE_CACHE/$SOURCE2 /opt/lunar/openoffice-src/openoffice.org3/share/extension/install/dict-pl.oxt &&
+  rm -f $SOURCE_CACHE/$SOURCE2
+
+) > $C_FIFO 2>&1
diff --git a/x11-apps/openoffice-src-pl/DEPENDS b/x11-apps/openoffice-src-pl/DEPENDS
new file mode 100644
index 0000000..1ddf4ff
--- /dev/null
+++ b/x11-apps/openoffice-src-pl/DEPENDS
@@ -0,0 +1 @@
+depends openoffice-src
diff --git a/x11-apps/openoffice-src-pl/DETAILS b/x11-apps/openoffice-src-pl/DETAILS
new file mode 100644
index 0000000..62877e4
--- /dev/null
+++ b/x11-apps/openoffice-src-pl/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=openoffice-src-pl
+         VERSION=3.1.1
+         RELEASE=9420
+       MILESTONE=m19
+        LANGUAGE=pl
+          SOURCE=OOo_${VERSION}_LinuxIntel_langpack_${LANGUAGE}.tar.gz
+         SOURCE2=pl-dict.oxt
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO310_${MILESTONE}_native_packed-1_${LANGUAGE}.${RELEASE}/RPMS
+      SOURCE_URL=http://mirror.icis.pcz.pl/OOO/localized/$LANGUAGE/$VERSION/
+     SOURCE2_URL=http://extensions.services.openoffice.org/files/806/4/
+      SOURCE_VFY=sha1:9cbb2a2b20060fd3e329c4d1f549675ba7564d9f
+     SOURCE2_VFY=sha1:d5704efc735f5492284e8b9cd2ea717a700033c3
+        WEB_SITE=http://www.openoffice.org
+         ENTERED=20080706
+         UPDATED=20091009
+           SHORT="OpenOffice.org Office - Polish localization"
+cat << EOF
+OpenOffice.org Office Suite - Polish localization pack for:
+* user interface,
+* help documentation,
+EOF
diff --git a/x11-apps/openoffice-src-pl/POST_INSTALL b/x11-apps/openoffice-src-pl/POST_INSTALL
new file mode 100644
index 0000000..0582c82
--- /dev/null
+++ b/x11-apps/openoffice-src-pl/POST_INSTALL
@@ -0,0 +1 @@
+rm -rf $BUILD_DIRECTORY/OOO3*
diff --git a/x11-apps/openoffice-src/BUILD b/x11-apps/openoffice-src/BUILD
new file mode 100644
index 0000000..376729d
--- /dev/null
+++ b/x11-apps/openoffice-src/BUILD
@@ -0,0 +1,135 @@
+(
+
+# This sedit is needed for the configure to complete with current db.
+  sedit "s:seq 1 7:seq 1 8:" configure.in &&
+
+  cd $SOURCE_DIRECTORY &&
+  for file in `find . -name \*.patch -type f -exec grep -l '
$' {} \;`; do sedit 's/
$//' $file; done &&
+  cd apache-commons/download &&
+  tar -xzpf commons-codec-1.3-src.tar.gz &&
+  tar -xzpf commons-logging-1.1.1-src.tar.gz &&
+  cd - &&
+  for file in `find . -name build.xml -type f -exec grep -l '
$' {} \;`; do sedit 's/
$//' $file; done &&
+  cd apache-commons/download &&
+  tar -czf commons-codec-1.3-src.tar.gz commons-codec-1.3 &&
+  tar -czf commons-logging-1.1.1-src.tar.gz commons-logging-1.1.1-src &&
+  rm -rf commons-codec-1.3 commons-logging-1.1.1-src &&
+  cd - &&
+
+  if module_installed qt3; then
+   . /etc/profile.d/qt3.rc
+  fi &&
+
+  if module_installed kdelibs3; then
+   . /etc/profile.d/kde3.rc
+  fi &&
+
+  . /etc/profile.d/pkgconfig.rc &&
+
+  OO_DIR="/opt/lunar/openoffice-src"
+
+  RM_DESK_TOP="math extension printeradmin base calc draw impress writer"
+
+  # There are symlinks left over if openoffice-bin is installed and
+  # they do not get removed and the BUILD will tank near the end of
+  # the compile, this takes care of that.
+  for FILE in ${RM_DESK_TOP} ; do
+      rm -f /usr/share/applications/${FILE}.desktop || exit 1
+    done &&
+
+  sedit "/^ARCH_FLAGS\*=/d" solenv/inc/unxlngi{4,6}.mk &&
+  ARCH_FLAGS=$CXXFLAGS
+
+  # All of the options have been carefully chosen. Don't edit them unless you
+  # really know what you're doing
+
+  OPTS="$OPTS --prefix=$OO_DIR --enable-dbus --disable-dbgutil --disable-static-gtk \
+              --disable-fontooo --disable-odk --disable-debug --enable-opengl  \
+              --disable-mathmldtd --enable-cairo --with-mozilla-version=1.7.5  \
+              --enable-mozilla --enable-binfilter --enable-xrender-link        \
+              --without-fonts --without-ppds --without-afms   \
+              --with-system-stdlibs --with-system-zlib --enable-minimizer      \
+              --with-system-jpeg --with-system-expat --with-system-freetype    \
+              --with-system-libxml --with-system-db --disable-symbols --enable-Xaw \
+              --with-system-xrender-headers --with-epm=internal --enable-pdfimport \
+              --with-use-shell=bash --with-x --with-package-format=native      \
+              --with-build-version=LunarLinux --enable-presenter-console \
+              --enable-wiki-publisher --enable-ogltrans --enable-report-builder \
+              --with-system-cairo --with-lang=en --with-dict=ENUS" &&
+
+  if module_installed sane-backends ; then
+    OPTS="$OPTS --with-system-sane-header";
+  fi &&
+
+  if module_installed sun-jdk ; then
+    OPTS="$OPTS --with-jdk-home=$JAVA_HOME";
+   else
+    if  module_installed j2sdk ; then
+    OPTS="$OPTS --with-jdk-home=$JAVA_HOME";
+    fi
+  fi &&
+
+  # Apply mandatory and optional patches
+
+  patch_it $SOURCE2 0 &&
+# A glibc related patch.
+  patch_it $SOURCE_CACHE/$SOURCE8 0 &&
+# Another glibc related patch.
+  patch_it $SOURCE_CACHE/$SOURCE9 0 &&
+
+  # As long as OOo-src does not compile against nss it needs its own mozilla
+  # tarball (and it also compiles its own mozilla)
+  mkdir -p $SOURCE_DIRECTORY/moz/download &&
+  cp $SOURCE_CACHE/$SOURCE3 $SOURCE_DIRECTORY/moz/download/ &&
+
+  autoreconf &&
+  default_config &&
+
+  # OOo might fail if those are set to some strange values
+  umask 0022 &&
+  unset LANG LC_ALL &&
+
+  cd $SOURCE_DIRECTORY &&
+
+  ./bootstrap &&
+  sedit "s/-lxml2/-lxml2\ -lexpat/g" LinuxX86Env.Set.sh &&
+  source LinuxX86Env.Set.sh &&
+  dmake &&
+
+  prepare_install &&
+
+  # make install is not reliable
+  # FIXME: How do we detect this directory in an elegant way?
+  cd instsetoo_native/unxlngi6.pro/OpenOffice/native/install/en-US/linux-2.6-intel/buildroot/opt &&
+
+  rm -rf $OO_DIR &&
+  mkdir -p $OO_DIR &&
+  cp -rv openoffice.org* $OO_DIR &&
+
+  # Install icons for the .desktop files
+  mkdir -p -m0755 /usr/share/icons &&
+  cd $SOURCE_DIRECTORY/sysui/desktop/icons &&
+  (find . -name CVS -type d -exec rm -rf {} \; &> /dev/null || true) &&
+  cp -rv locolor /usr/share/icons &&
+  cp -rv hicolor /usr/share/icons &&
+  gtk-update-icon-cache --force /usr/share/icons/hicolor &&
+
+  # Desktop integration
+  mkdir -p -m0755 /usr/share/applications &&
+  cd $OO_DIR/openoffice.org3/share/xdg &&
+  rm -f qstart.desktop &&
+
+  for file in *.desktop ; do
+    sedit '/Exec/d' $file;
+    echo "Exec=$OO_DIR/openoffice.org3/program/s`echo $file | sed 's/.desktop//'`" >> $file;
+    sedit '/Icon/d' $file;
+    echo "Icon=`echo ${file}.png | sed 's/.desktop//'`" >> $file;
+    install -m644 $file /usr/share/applications;
+  done &&
+
+  sedit 's/sprinteradmin$/spadmin/' printeradmin.desktop &&
+  install -m644 printeradmin.desktop /usr/share/applications &&
+
+  update-desktop-database
+
+) > $C_FIFO 2>&1
diff --git a/x11-apps/openoffice-src/BUILD.x86_64 b/x11-apps/openoffice-src/BUILD.x86_64
new file mode 100644
index 0000000..914d4d3
--- /dev/null
+++ b/x11-apps/openoffice-src/BUILD.x86_64
@@ -0,0 +1,135 @@
+(
+
+# This sedit is needed for the configure to complete with current db.
+  sedit "s:seq 1 7:seq 1 8:" configure.in &&
+
+  cd $SOURCE_DIRECTORY &&
+  for file in `find . -name \*.patch -type f -exec grep -l '
$' {} \;`; do sedit 's/
$//' $file; done &&
+  cd apache-commons/download &&
+  tar -xzpf commons-codec-1.3-src.tar.gz &&
+  tar -xzpf commons-logging-1.1.1-src.tar.gz &&
+  cd - &&
+  for file in `find . -name build.xml -type f -exec grep -l '
$' {} \;`; do sedit 's/
$//' $file; done &&
+  cd apache-commons/download &&
+  tar -czf commons-codec-1.3-src.tar.gz commons-codec-1.3 &&
+  tar -czf commons-logging-1.1.1-src.tar.gz commons-logging-1.1.1-src &&
+  rm -rf commons-codec-1.3 commons-logging-1.1.1-src &&
+  cd - &&
+
+  if module_installed qt3; then
+   . /etc/profile.d/qt3.rc
+  fi &&
+
+  if module_installed kdelibs3; then
+   . /etc/profile.d/kde3.rc
+  fi &&
+
+  . /etc/profile.d/pkgconfig.rc &&
+
+  OO_DIR="/opt/lunar/openoffice-src"
+
+  RM_DESK_TOP="math extension printeradmin base calc draw impress writer"
+
+  # There are symlinks left over if openoffice-bin is installed and
+  # they do not get removed and the BUILD will tank near the end of
+  # the compile, this takes care of that.
+  for FILE in ${RM_DESK_TOP} ; do
+      rm -f /usr/share/applications/${FILE}.desktop || exit 1
+    done &&
+
+  sedit "/^ARCH_FLAGS\*=/d" solenv/inc/unxlngi{4,6}.mk &&
+  ARCH_FLAGS=$CXXFLAGS
+
+  # All of the options have been carefully chosen. Don't edit them unless you
+  # really know what you're doing
+
+  OPTS="$OPTS --prefix=$OO_DIR --enable-dbus --disable-dbgutil --disable-static-gtk \
+              --disable-fontooo --disable-odk --disable-debug --enable-opengl \
+              --disable-mathmldtd --enable-cairo --with-mozilla-version=1.7.5 \
+              --enable-mozilla --enable-binfilter --enable-xrender-link       \
+              --without-fonts --without-ppds --without-afms   \
+              --with-system-stdlibs --with-system-zlib --enable-minimizer     \
+              --with-system-jpeg --with-system-expat --with-system-freetype   \
+              --with-system-libxml --with-system-db --disable-symbols --enable-Xaw \
+              --with-system-xrender-headers --with-epm=internal --enable-pdfimport   \
+              --with-use-shell=bash --with-x --with-package-format=native     \
+              --with-build-version=LunarLinux --enable-presenter-console \
+              --enable-wiki-publisher --enable-ogltrans --enable-report-builder \
+              --with-system-cairo --with-lang=en --with-dict=ENUS" &&
+
+  if module_installed sane-backends ; then
+    OPTS="$OPTS --with-system-sane-header";
+  fi &&
+
+  if module_installed sun-jdk ; then
+    OPTS="$OPTS --with-jdk-home=$JAVA_HOME";
+   else
+    if  module_installed j2sdk ; then
+    OPTS="$OPTS --with-jdk-home=$JAVA_HOME";
+    fi
+  fi &&
+
+  # Apply mandatory and optional patches
+
+  patch_it $SOURCE2 0 &&
+# A glibc related patch.
+  patch_it $SOURCE_CACHE/$SOURCE8 0 &&
+# Another glibc related patch.
+  patch_it $SOURCE_CACHE/$SOURCE9 0 &&
+
+  # As long as OOo-src does not compile against nss it needs its own mozilla
+  # tarball (and it also compiles its own mozilla)
+  mkdir -p $SOURCE_DIRECTORY/moz/download &&
+  cp $SOURCE_CACHE/$SOURCE3 $SOURCE_DIRECTORY/moz/download/ &&
+
+  autoreconf &&
+  default_config &&
+
+  # OOo might fail if those are set to some strange values
+  umask 0022 &&
+  unset LANG LC_ALL &&
+
+  cd $SOURCE_DIRECTORY &&
+
+  ./bootstrap &&
+ # sedit "s/-lxml2/-lxml2\ -lexpat/g" LinuxX86Env.Set.sh &&
+  source LinuxX86-64Env.Set.sh &&
+  dmake &&
+
+  prepare_install &&
+
+  # make install is not reliable
+  # FIXME: How do we detect this directory in an elegant way?
+  cd instsetoo_native/unxlngx6.pro/OpenOffice/native/install/en-US/linux-2.6-x86_64/buildroot/opt &&
+
+  rm -rf $OO_DIR &&
+  mkdir -p $OO_DIR &&
+  cp -rv openoffice.org* $OO_DIR &&
+
+  # Install icons for the .desktop files
+  mkdir -p -m0755 /usr/share/icons &&
+  cd $SOURCE_DIRECTORY/sysui/desktop/icons &&
+  (find . -name CVS -type d -exec rm -rf {} \; &> /dev/null || true) &&
+  cp -rv locolor /usr/share/icons &&
+  cp -rv hicolor /usr/share/icons &&
+  gtk-update-icon-cache --force /usr/share/icons/hicolor &&
+
+  # Desktop integration
+  mkdir -p -m0755 /usr/share/applications &&
+  cd $OO_DIR/openoffice.org3/share/xdg &&
+  rm -f qstart.desktop &&
+
+  for file in *.desktop ; do
+    sedit '/Exec/d' $file;
+    echo "Exec=$OO_DIR/openoffice.org3/program/s`echo $file | sed 's/.desktop//'`" >> $file;
+    sedit '/Icon/d' $file;
+    echo "Icon=`echo ${file}.png | sed 's/.desktop//'`" >> $file;
+    install -m644 $file /usr/share/applications;
+  done &&
+
+  sedit 's/sprinteradmin$/spadmin/' printeradmin.desktop &&
+  install -m644 printeradmin.desktop /usr/share/applications &&
+
+  update-desktop-database
+
+) > $C_FIFO 2>&1
diff --git a/x11-apps/openoffice-src/CONFLICTS b/x11-apps/openoffice-src/CONFLICTS
new file mode 100644
index 0000000..4f3fd28
--- /dev/null
+++ b/x11-apps/openoffice-src/CONFLICTS
@@ -0,0 +1 @@
+conflicts openoffice-bin
diff --git a/x11-apps/openoffice-src/DEPENDS b/x11-apps/openoffice-src/DEPENDS
new file mode 100644
index 0000000..7091d27
--- /dev/null
+++ b/x11-apps/openoffice-src/DEPENDS
@@ -0,0 +1,102 @@
+depends %JAVA_SDK
+depends apache-ant
+depends libIDL
+depends XML-Parser
+depends libxml2
+depends gtk+-2
+depends Archive-Zip
+depends Compress-Zlib
+depends unzip
+depends zip
+depends which
+depends desktop-file-utils
+depends hicolor-icon-theme
+depends IO-Compress-Zlib
+depends gperf
+depends jpeg
+depends expat
+
+optional_depends "libxslt"                  \
+                 "--with-system-libxslt"    \
+                 "--without-system-libxslt" \
+                 "For xslt support"
+
+optional_depends "%JAVA_SDK"      \
+                 "--with-java"    \
+                 "--without-java" \
+                 "For java components, applets, XML filters support"
+
+optional_depends "openssl"                  \
+                 "--with-system-openssl"    \
+                 "--without-system-openssl" \
+                 "For openssl support"
+
+optional_depends "libwpd"                  \
+                 "--with-system-libwpd"    \
+                 "--without-system-libwpd" \
+                 "For WordPerfect support"
+
+optional_depends "icu4c"                  \
+                 "--with-system-icu"    \
+                 "--without-system-icu" \
+                 "For icu support"
+
+optional_depends "boost"                  \
+                 "--with-system-boost"    \
+                 "--without-system-boost" \
+                 "For boost support"
+
+optional_depends "cups"                                   \
+                 "--enable-cups"                          \
+                 "--disable-cups"                         \
+                 "enable the OpenOffice printing backend"
+
+optional_depends "curl"                                    \
+                 "--with-system-curl"                      \
+                 "--without-system-curl"                   \
+                 "to link against the system cURL library"
+
+optional_depends "neon"                             \
+                 "--enable-neon --with-system-neon" \
+                 "--disable-neon"                   \
+                 "for webdav support"
+
+optional_depends "openldap"        \
+                 "--with-openldap" \
+                 "--disable-ldap"  \
+                 "for LDAP support"
+
+optional_depends "Python"                   \
+                 "--with-system-python"     \
+                 "--without-system-python"  \
+                 "for native Python support"
+
+optional_depends "evolution-data-server"            \
+                 "--enable-evolution2"              \
+                 "--disable-evolution2"             \
+                 "for Evolution addressbook support"
+
+optional_depends "GConf"                \
+                 "--enable-gconf"       \
+                 "--disable-gconf"      \
+                 "for GConf integration"
+
+optional_depends "gnome-vfs"                             \
+                 "--enable-gnome-vfs --enable-lockdown --disable-gio"   \
+                 "--disable-gnome-vfs --disable-lockdown --enable-gio" \
+                 "for GNOME-vfs integration"
+
+optional_depends "kdelibs3"             \
+                 "--enable-kde --enable-kdeab"   \
+                 "--disable-kde --disable-kdeab" \
+                 "to enable KDE support"
+
+optional_depends "Linux-PAM"            \
+                 "--enable-pam-link"    \
+                 "--disable-pam"        \
+                 "for Linux-PAM support"
+
+optional_depends "vigra"                         \
+                 "--with-system-vigra"           \
+                 "--without-system-vigra"        \
+                 "For generic algorithm support"
diff --git a/x11-apps/openoffice-src/DETAILS b/x11-apps/openoffice-src/DETAILS
new file mode 100644
index 0000000..6e318c7
--- /dev/null
+++ b/x11-apps/openoffice-src/DETAILS
@@ -0,0 +1,38 @@
+          MODULE=openoffice-src
+         VERSION=3.1.1
+          SOURCE=OOo_${VERSION}_src_core.tar.bz2
+         SOURCE2=$MODULE-2.2.0-xauth.patch
+         SOURCE3=mozilla-source-1.7.5.tar.gz
+         SOURCE4=OOo_${VERSION}_src_l10n.tar.bz2
+         SOURCE5=OOo_${VERSION}_src_system.tar.bz2
+         SOURCE6=OOo_${VERSION}_src_extensions.tar.bz2
+         SOURCE7=OOo_${VERSION}_src_binfilter.tar.bz2
+         SOURCE8=soltools-mkdepend-getline.diff
+         SOURCE9=buildfix-sw-printf.diff
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO310_m19
+      SOURCE_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
+     SOURCE2_URL=$PATCH_URL/
+     SOURCE3_URL=ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/
+     SOURCE4_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
+     SOURCE5_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
+     SOURCE6_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
+     SOURCE7_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
+     SOURCE8_URL=$PATCH_URL
+     SOURCE9_URL=$PATCH_URL
+      SOURCE_VFY=sha1:e4e68570d488061e7e2e513e33916ce192dd1348
+     SOURCE2_VFY=sha1:58c824ef969b017be5fcd7e4290d7681453aa354
+     SOURCE3_VFY=sha1:bb2a89b95d7626a63a3787208e0abb99ea595d24
+     SOURCE4_VFY=sha1:24ceb884c9d97722a2359e5ffe6a24e118a3918d
+     SOURCE5_VFY=sha1:c8a6348a2259ae8df30a0bc3a72d09280a57988c
+     SOURCE6_VFY=sha1:dba308a76a75320507c0d67a4cf5d2dac3dd01b0
+     SOURCE7_VFY=sha1:3b4d0d312a1bed9bdb1bbdfb172fa7361533b498
+     SOURCE8_VFY=sha1:d2e91ae7c374214dcd59a6fbdd732386a2040855
+     SOURCE9_VFY=sha1:768ab295dc5bac786abe00cbb5bf8b2eaa85efe0
+        WEB_SITE=http://www.openoffice.org
+         ENTERED=20030805
+         UPDATED=20090909
+           PSAFE=no
+           SHORT="OpenOffice.org Office Suite"
+cat << EOF
+OpenOffice.org Office Suite
+EOF
diff --git a/x11-apps/openoffice-src/DETAILS.x86_64 b/x11-apps/openoffice-src/DETAILS.x86_64
new file mode 100644
index 0000000..6e318c7
--- /dev/null
+++ b/x11-apps/openoffice-src/DETAILS.x86_64
@@ -0,0 +1,38 @@
+          MODULE=openoffice-src
+         VERSION=3.1.1
+          SOURCE=OOo_${VERSION}_src_core.tar.bz2
+         SOURCE2=$MODULE-2.2.0-xauth.patch
+         SOURCE3=mozilla-source-1.7.5.tar.gz
+         SOURCE4=OOo_${VERSION}_src_l10n.tar.bz2
+         SOURCE5=OOo_${VERSION}_src_system.tar.bz2
+         SOURCE6=OOo_${VERSION}_src_extensions.tar.bz2
+         SOURCE7=OOo_${VERSION}_src_binfilter.tar.bz2
+         SOURCE8=soltools-mkdepend-getline.diff
+         SOURCE9=buildfix-sw-printf.diff
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO310_m19
+      SOURCE_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
+     SOURCE2_URL=$PATCH_URL/
+     SOURCE3_URL=ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/
+     SOURCE4_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
+     SOURCE5_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
+     SOURCE6_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
+     SOURCE7_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
+     SOURCE8_URL=$PATCH_URL
+     SOURCE9_URL=$PATCH_URL
+      SOURCE_VFY=sha1:e4e68570d488061e7e2e513e33916ce192dd1348
+     SOURCE2_VFY=sha1:58c824ef969b017be5fcd7e4290d7681453aa354
+     SOURCE3_VFY=sha1:bb2a89b95d7626a63a3787208e0abb99ea595d24
+     SOURCE4_VFY=sha1:24ceb884c9d97722a2359e5ffe6a24e118a3918d
+     SOURCE5_VFY=sha1:c8a6348a2259ae8df30a0bc3a72d09280a57988c
+     SOURCE6_VFY=sha1:dba308a76a75320507c0d67a4cf5d2dac3dd01b0
+     SOURCE7_VFY=sha1:3b4d0d312a1bed9bdb1bbdfb172fa7361533b498
+     SOURCE8_VFY=sha1:d2e91ae7c374214dcd59a6fbdd732386a2040855
+     SOURCE9_VFY=sha1:768ab295dc5bac786abe00cbb5bf8b2eaa85efe0
+        WEB_SITE=http://www.openoffice.org
+         ENTERED=20030805
+         UPDATED=20090909
+           PSAFE=no
+           SHORT="OpenOffice.org Office Suite"
+cat << EOF
+OpenOffice.org Office Suite
+EOF
diff --git a/x11-apps/openoffice-src/PRE_BUILD b/x11-apps/openoffice-src/PRE_BUILD
new file mode 100644
index 0000000..621449b
--- /dev/null
+++ b/x11-apps/openoffice-src/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+
+cd $SOURCE_DIRECTORY &&
+
+tar xf $SOURCE_CACHE/$SOURCE4 --strip-components=1 &&
+tar xf $SOURCE_CACHE/$SOURCE5 --strip-components=1 &&
+tar xf $SOURCE_CACHE/$SOURCE7 --strip-components=1 &&
+tar xf $SOURCE_CACHE/$SOURCE6 --strip-components=1
diff --git a/x11-apps/openoffice-src/profile.d/openoffice-src.rc b/x11-apps/openoffice-src/profile.d/openoffice-src.rc
new file mode 100644
index 0000000..ca1cc0e
--- /dev/null
+++ b/x11-apps/openoffice-src/profile.d/openoffice-src.rc
@@ -0,0 +1,4 @@
+# openoffice-src specific stuff
+
+[ -d /opt/lunar/openoffice-src/program ] &&
+    PATH="$PATH:/opt/lunar/openoffice-src/program"
diff --git a/zbeta/kdebluetooth/DEPENDS b/zbeta/kdebluetooth/DEPENDS
index 00f4177..4aa7a7b 100644
--- a/zbeta/kdebluetooth/DEPENDS
+++ b/zbeta/kdebluetooth/DEPENDS
@@ -1,2 +1,3 @@
+depends kdelibs3
 depends dbus-qt3
 depends obexftp


More information about the Lunar-commits mailing list