summaryrefslogtreecommitdiffstats
path: root/kde/koffice/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-31 21:28:42 +0200
committertnut <tnut at nutyx dot com>2011-07-31 21:28:42 +0200
commita1c96fa5fd1637fabc0e30df64a34df7b5d34254 (patch)
treee4ca44cd2c6a3f171c3ca5201064267e12e7c767 /kde/koffice/Pkgfile
parent521427fdcd882cc05ae41438cae96af60f6da612 (diff)
downloadnutyx-extra-a1c96fa5fd1637fabc0e30df64a34df7b5d34254.tar.gz
nutyx-extra-a1c96fa5fd1637fabc0e30df64a34df7b5d34254.tar.bz2
nutyx-extra-a1c96fa5fd1637fabc0e30df64a34df7b5d34254.tar.xz
nutyx-extra-a1c96fa5fd1637fabc0e30df64a34df7b5d34254.zip
koffice, supprimé
Diffstat (limited to 'kde/koffice/Pkgfile')
-rw-r--r--kde/koffice/Pkgfile55
1 files changed, 0 insertions, 55 deletions
diff --git a/kde/koffice/Pkgfile b/kde/koffice/Pkgfile
deleted file mode 100644
index b279c3371..000000000
--- a/kde/koffice/Pkgfile
+++ /dev/null
@@ -1,55 +0,0 @@
-# Description: Siuite office intégrée dans KDE
-# URL: http://www.koffice.org/
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: cmake,automoc4,kdelibs,kdegraphics,sqlite3,avahi,aspell,libxslt,shared-mime-info,upower,udisks,enchant,jasper,openexr,strigi,xorg-libxtst,soprano,ca-certificates,xdg-utils,qca,polkit-qt,xscreensaver,phonon,shared-desktop-ontologies,attica,xorg-libxcursor,hicolor-icon-theme,docbook-xsl,docbook-xml,libdbusmenu-qt,grantlee,pstoedit,eigen2,kdepimlibs,boost,lcms2,libmysql,glew
-# Run on: kdelibs,kdegraphics,sqlite3,lcms2,eigen2,kdepimlibs,boost,avahi,aspell,libxslt,shared-mime-info,upower,udisks,enchant,jasper,openexr,strigi,xorg-libxtst,soprano,ca-certificates,xdg-utils,qca,polkit-qt,xscreensaver,phonon,shared-desktop-ontologies,attica,xorg-libxcursor,hicolor-icon-theme,docbook-xsl,docbook-xml,libdbusmenu-qt,grantlee,pstoedit,libmysql,glew
-
-name=koffice
-version=2.3.3
-release=1
-source=(ftp://ftp.kde.org/pub/kde/stable/$name-$version/$name-$version.tar.bz2 \
- ftp://ftp.kde.org/pub/kde/stable/$name-$version/$name-l10n/$name-l10n-fr-2.3.2.tar.bz2
- koffice-libwpg02.patch
- koffice-gcc46.patch )
-
-build() {
- cd $name-$version
- patch -p1 -i ../koffice-libwpg02.patch
- patch -p1 -i ../koffice-gcc46.patch
- cd ..
- mkdir build
- cd build
- cmake ../$name-l10n-fr-2.3.2 \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_SKIP_RPATH=ON
- make
- make DESTDIR=$PKG install
- rm -r *
- cmake ../$name-$version \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_SKIP_RPATH=ON \
- -DCMAKE_BUILD_TYPE=Release
-
- make
- make DESTDIR=$PKG install
- for i in format-justify-center.png format-justify-fill.png \
- format-justify-left.png \
- format-justify-right.png \
- format-text-bold.png \
- format-text-italic.png \
- format-text-underline.png \
- object-group.png \
- object-order-back.png \
- object-order-front.png \
- object-order-lower.png \
- object-order-raise.png \
- object-ungroup.png
- do
- if [ -f $PKG//usr/share/icons/oxygen/16x16/actions/$i ]; then
- rm $PKG//usr/share/icons/oxygen/16x16/actions/$i
- fi
- done
-# rm -r $PKG//usr/share/doc/HTML/en
-}