diff options
author | sibel <lesibel@free.fr> | 2011-04-19 08:15:50 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-19 08:15:50 +0200 |
commit | b3cbfdbb718117715c0beefab39a04c71122775b (patch) | |
tree | 2ec5dcae2ff88d5b6e39c87c45ae524680ce5814 /kde | |
parent | ff5fd63cb48bf9ea90be1fea5d089e9aa975a31d (diff) | |
download | nutyx-pakxe-b3cbfdbb718117715c0beefab39a04c71122775b.tar.gz nutyx-pakxe-b3cbfdbb718117715c0beefab39a04c71122775b.tar.bz2 nutyx-pakxe-b3cbfdbb718117715c0beefab39a04c71122775b.tar.xz nutyx-pakxe-b3cbfdbb718117715c0beefab39a04c71122775b.zip |
kdenetwork, corrections
Diffstat (limited to 'kde')
-rwxr-xr-x | kde/kdenetwork/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kde/kdenetwork/Pkgfile b/kde/kdenetwork/Pkgfile index d88dbb53c..9228a2b64 100755 --- a/kde/kdenetwork/Pkgfile +++ b/kde/kdenetwork/Pkgfile @@ -7,7 +7,7 @@ name=kdenetwork version=4.6.2 -release=1 +release=2 source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 ) build() { @@ -21,7 +21,9 @@ build() { -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \ -DWITH_Xmms=OFF \ -DWITH_LibMeanwhile=OFF \ - -DDISABLE_VIDEOSUPPORT=ON + -DDISABLE_VIDEOSUPPORT=ON \ + -DKDE_DEFAULT_HOME=.kde \ + -DSYSCONF_INSTALL_DIR=/etc/kde make make DESTDIR=$PKG install |