diff options
author | orchidman <lesibel@free.fr> | 2011-07-19 13:19:04 +0200 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2011-07-19 13:19:04 +0200 |
commit | 2e91ca1e9f0f85a857a514d9cfdcc4fc0470e61e (patch) | |
tree | c613a668c9f3366b49d86ce6b8deac59c1500cbe /kde/koffice/Pkgfile | |
parent | 80a0858c795dfe054985a105e3098cecd4da76d9 (diff) | |
download | nutyx-pakxe-2e91ca1e9f0f85a857a514d9cfdcc4fc0470e61e.tar.gz nutyx-pakxe-2e91ca1e9f0f85a857a514d9cfdcc4fc0470e61e.tar.bz2 nutyx-pakxe-2e91ca1e9f0f85a857a514d9cfdcc4fc0470e61e.tar.xz nutyx-pakxe-2e91ca1e9f0f85a857a514d9cfdcc4fc0470e61e.zip |
koffice 2.3.2-2 ajout qq features
Diffstat (limited to 'kde/koffice/Pkgfile')
-rw-r--r-- | kde/koffice/Pkgfile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/kde/koffice/Pkgfile b/kde/koffice/Pkgfile index c78d82f72..f7bd04014 100644 --- a/kde/koffice/Pkgfile +++ b/kde/koffice/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.koffice.org/ # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: cmake,automoc4,kdelibs,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 -# Run on: kdelibs,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 +# 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.2 -release=1 +release=2 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 @@ -20,19 +20,17 @@ build() { cd .. mkdir build cd build - cmake ../$name-l10n-fr-$version \ + cmake ../$name-l10n-fr-2.3.2 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' + -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 \ - -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' + -DCMAKE_BUILD_TYPE=Release make make DESTDIR=$PKG install |