summaryrefslogtreecommitdiffstats
path: root/extra/kdeutils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdeutils/Pkgfile')
-rwxr-xr-xextra/kdeutils/Pkgfile31
1 files changed, 31 insertions, 0 deletions
diff --git a/extra/kdeutils/Pkgfile b/extra/kdeutils/Pkgfile
new file mode 100755
index 000000000..6b2f8e83b
--- /dev/null
+++ b/extra/kdeutils/Pkgfile
@@ -0,0 +1,31 @@
+# Description: Inclus calculatrice, calepin, éditeurs simple KDE4i
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,automoc4,kdelibs,kdepimlibs,kde-baseapps,kde-workspace,kde-runtime,pykde4,system-config-printer,libarchive,qimageblitz,p7zip,zip,unzip,unrar,qjson
+
+#phonon,alsa-lib,xz-utils,libarchive,libzip,kde-workspace,pycups,system-config-printer,qjson
+
+# Run on: libzip,pyqt,phonon,alsa-lib,xz-utils,libarchive,kde-workspace,pycups,system-config-printer,qjson
+
+name=kdeutils
+version=4.7.2
+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 \
+ -DINSTALL_PRINTER_APPLET=TRUE \
+ -DBUILD_doc=ON \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
+ make
+ make DESTDIR=$PKG install
+
+ find $PKG -name '*.py' | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
+}
+