diff options
Diffstat (limited to 'kde/kdegraphics/Pkgfile')
-rwxr-xr-x | kde/kdegraphics/Pkgfile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/kde/kdegraphics/Pkgfile b/kde/kdegraphics/Pkgfile deleted file mode 100755 index 16bc6cd14..000000000 --- a/kde/kdegraphics/Pkgfile +++ /dev/null @@ -1,32 +0,0 @@ -# Description: Outils graphiques pour KDE 4 -# URL: http://www.kde.org -# Maintainer: NuTyX packager team -# Packager: lesibel at free dot fr -# Depends on: automoc4, kdebase-runtime, qca, qimageblitz, libdbusmenu-qt, exiv2, poppler-qt, strigi, shared-mime-info, sane, libgphoto2, chmlib, djvulibre, docbook-xsl, ebook-tools, libspectre, xorg-libxtst -# Run on: kdebase-runtime,qca,qimageblitz,libdbusmenu-qt,exiv2,poppler-qt,strigi,shared-mime-info,sane,libgphoto2,chmlib,djvulibre,docbook-xsl,ebook-tools,libspectre - -name=kdegraphics -version=4.6.5 -release=1 -source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2) - -build() { - cd $name-* - mkdir build - cd build - cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DKDE_DEFAULT_HOME=.kde \ - -DSYSCONF_INSTALL_DIR=/etc - make - make DESTDIR=$PKG install - - for i in libs ksaneplugin strigi-analyzer svgpart thumbnailers; do - cd $SRC/$name-*/build/$i - make DESTDIR=$PKG install - done - install -D -m644 $SRC/$name-$version/cmake/modules/FindKSane.cmake \ - $PKG/usr/share/apps/cmake/modules/FindKSane.cmake -} - |