summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-04-11 13:33:59 +0200
committertnut <tnut at nutyx dot com>2011-04-11 13:33:59 +0200
commit0b59a35ca7958e4f0343f1cb9ab9449ead7b687c (patch)
treecc4ea83f192ffa72ffaf8d4d0fbc041e57f3ce19 /kde
parentc0aa26afa8d54521439bf9cdf44def083376578a (diff)
downloadnutyx-extra-0b59a35ca7958e4f0343f1cb9ab9449ead7b687c.tar.gz
nutyx-extra-0b59a35ca7958e4f0343f1cb9ab9449ead7b687c.tar.bz2
nutyx-extra-0b59a35ca7958e4f0343f1cb9ab9449ead7b687c.tar.xz
nutyx-extra-0b59a35ca7958e4f0343f1cb9ab9449ead7b687c.zip
kdebase-runtime, maj 4.6.2-3
Diffstat (limited to 'kde')
-rw-r--r--kde/kdebase-runtime/.footprint.i68613
-rw-r--r--kde/kdebase-runtime/.footprint.x86_6413
-rwxr-xr-xkde/kdebase-runtime/Pkgfile4
3 files changed, 17 insertions, 13 deletions
diff --git a/kde/kdebase-runtime/.footprint.i686 b/kde/kdebase-runtime/.footprint.i686
index 2afb23ccf..af4ef7a3a 100644
--- a/kde/kdebase-runtime/.footprint.i686
+++ b/kde/kdebase-runtime/.footprint.i686
@@ -1,10 +1,11 @@
drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/dbus-1/
-drwxr-xr-x root/root etc/dbus-1/system.d/
--rw-r--r-- root/root etc/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
-drwxr-xr-x root/root etc/xdg/
-drwxr-xr-x root/root etc/xdg/menus/
--rw-r--r-- root/root etc/xdg/menus/kde-information.menu
+drwxr-xr-x root/root etc/kde/
+drwxr-xr-x root/root etc/kde/dbus-1/
+drwxr-xr-x root/root etc/kde/dbus-1/system.d/
+-rw-r--r-- root/root etc/kde/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
+drwxr-xr-x root/root etc/kde/xdg/
+drwxr-xr-x root/root etc/kde/xdg/menus/
+-rw-r--r-- root/root etc/kde/xdg/menus/kde-information.menu
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/kactivitymanagerd
diff --git a/kde/kdebase-runtime/.footprint.x86_64 b/kde/kdebase-runtime/.footprint.x86_64
index 2afb23ccf..af4ef7a3a 100644
--- a/kde/kdebase-runtime/.footprint.x86_64
+++ b/kde/kdebase-runtime/.footprint.x86_64
@@ -1,10 +1,11 @@
drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/dbus-1/
-drwxr-xr-x root/root etc/dbus-1/system.d/
--rw-r--r-- root/root etc/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
-drwxr-xr-x root/root etc/xdg/
-drwxr-xr-x root/root etc/xdg/menus/
--rw-r--r-- root/root etc/xdg/menus/kde-information.menu
+drwxr-xr-x root/root etc/kde/
+drwxr-xr-x root/root etc/kde/dbus-1/
+drwxr-xr-x root/root etc/kde/dbus-1/system.d/
+-rw-r--r-- root/root etc/kde/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
+drwxr-xr-x root/root etc/kde/xdg/
+drwxr-xr-x root/root etc/kde/xdg/menus/
+-rw-r--r-- root/root etc/kde/xdg/menus/kde-information.menu
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/kactivitymanagerd
diff --git a/kde/kdebase-runtime/Pkgfile b/kde/kdebase-runtime/Pkgfile
index 3951a047f..bddb942ba 100755
--- a/kde/kdebase-runtime/Pkgfile
+++ b/kde/kdebase-runtime/Pkgfile
@@ -8,7 +8,7 @@
name=kdebase-runtime
version=4.6.2
-release=2
+release=3
source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2)
build() {
@@ -17,6 +17,8 @@ build() {
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
+ -DKDE_DEFAULT_HOME=.kde \
+ -DSYSCONF_INSTALL_DIR=/etc/kde \
-DCMAKE_SKIP_RPATH=ON
make
make DESTDIR=$PKG install