summaryrefslogtreecommitdiffstats
path: root/kde/kdelibs/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-26 15:24:42 +0100
committersibel <lesibel@free.fr>2011-01-26 15:24:42 +0100
commitf06836bd4ed3bfc44b3a092f9c6aac40b804a7f8 (patch)
tree8d43cec1b42a280ef35f3c80107494cbe8c56e89 /kde/kdelibs/Pkgfile
parenteb54ceaacc85c97e09565c54ed05f1e5e6b019b1 (diff)
downloadnutyx-pakxe-f06836bd4ed3bfc44b3a092f9c6aac40b804a7f8.tar.gz
nutyx-pakxe-f06836bd4ed3bfc44b3a092f9c6aac40b804a7f8.tar.bz2
nutyx-pakxe-f06836bd4ed3bfc44b3a092f9c6aac40b804a7f8.tar.xz
nutyx-pakxe-f06836bd4ed3bfc44b3a092f9c6aac40b804a7f8.zip
kdelibs, maj 4.6.0
Diffstat (limited to 'kde/kdelibs/Pkgfile')
-rwxr-xr-xkde/kdelibs/Pkgfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/kde/kdelibs/Pkgfile b/kde/kdelibs/Pkgfile
index 72605b326..821c46e67 100755
--- a/kde/kdelibs/Pkgfile
+++ b/kde/kdelibs/Pkgfile
@@ -2,17 +2,16 @@
# URL: http://www.kde.org
# Maintainer: NuTyX packager Team
# Packager: lesibel at free dot fr
-# Depends on: polkit-qt, libdbusmenu-qt, gamin, automoc4, xz-utils, qt, strigi, soprano, qca, eigen, gmm, dbus, jasper, openexr, giflib, avahi, enchant, pcre, shared-mime-info, kerberos, acl, attica, shared-desktop-ontologies, libcups, phonon
-# Run on: polkit-qt,libdbusmenu-qt,gamin,xz-utils,qt,strigi,soprano,qca,gmm,dbus,jasper,openexr,giflib,avahi,enchant,pcre,shared-mime-info,kerberos,acl,attica,libcups,phonon
+# Depends on: polkit-qt, libdbusmenu-qt, gamin, automoc4, xz-utils, qt, strigi, soprano, qca, eigen2, gmm, dbus, jasper, openexr, giflib, avahi, enchant, pcre, shared-mime-info, kerberos, acl, attica, shared-desktop-ontologies, libcups, phonon
name=kdelibs
-version=4.5.4
+version=4.6.0
release=1
source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 \
http://nutyx.meticul.eu/files/patchs/$name/kde-applications-menu.patch)
build() {
- cd $name-$version
+ cd $name-*
patch -p1 -i $SRC/kde-applications-menu.patch
sed -i "s/Ethais/Attapu/" plasma/theme.cpp
mkdir build
@@ -22,6 +21,7 @@ build() {
-DKDE_DISTRIBUTION_TEXT='NuTyX' \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONF_INSTALL_DIR=/etc \
+ -DKDE_DEFAULT_HOME='.kde' \
-DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-DWITH_FAM=OFF \
-DKAUTH_BACKEND=PolkitQt-1
@@ -29,5 +29,7 @@ build() {
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
# rm $PKG/etc/xdg/menus/applications.menu
+ 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
}