summaryrefslogtreecommitdiffstats
path: root/kdelibs/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kdelibs/Pkgfile')
-rwxr-xr-xkdelibs/Pkgfile40
1 files changed, 40 insertions, 0 deletions
diff --git a/kdelibs/Pkgfile b/kdelibs/Pkgfile
new file mode 100755
index 000000000..eeb235c7f
--- /dev/null
+++ b/kdelibs/Pkgfile
@@ -0,0 +1,40 @@
+# Description: Librairies pour KDE 4
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager Team
+# Packager: lesibel at free dot fr
+# Depends on: qt,cmake,automoc4,phonon,strigi,attica,libdbusmenu-qt,polkit-qt,shared-desktop-ontologies,xorg-libxscrnsaver,soprano,qca,acl,grantlee,aspell,enchant,avahi,ca-certificates,pulseaudio
+# Run on: phonon,strigi,attica,libdbusmenu-qt,polkit-qt,shared-desktop-ontologies,xorg-libxscrnsaver,soprano,qca,acl,grantlee,aspell,enchant,avahi,ca-certificates,pulseaudio
+
+
+name=kdelibs
+version=4.7.4
+release=1
+source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2
+ kde-applications-menu.patch
+ kdelibs-nepomuk-unicode.diff)
+
+build() {
+ cd $name-$version
+
+ patch -p1 -i ../kde-applications-menu.patch
+# patch -p1 -i ../kdelibs-nepomuk-unicode.diff
+
+ sed -i "s/THEME \"default\"/THEME \"Pakxe\"/" plasma/theme.cpp
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE_DISTRIBUTION_TEXT='NuTyX' \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DKDE_DEFAULT_HOME='.kde' \
+ -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+ -DKAUTH_BACKEND=PolkitQt-1 \
+ -DWITH_FAM=OFF \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
+ make
+ make DESTDIR=$PKG install
+ rm -f $PKG/usr/share/apps/kssl/ca-bundle.crt
+ ln -sf /etc/ssl/certs/ca-certificates.crt $PKG/usr/share/apps/kssl/ca-bundle.crt
+}
+