summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kde/k3b/.footprint.i6867
-rw-r--r--kde/k3b/.footprint.x86_647
-rw-r--r--kde/k3b/Pkgfile6
3 files changed, 12 insertions, 8 deletions
diff --git a/kde/k3b/.footprint.i686 b/kde/k3b/.footprint.i686
index 2935671a6..0cb96c0de 100644
--- a/kde/k3b/.footprint.i686
+++ b/kde/k3b/.footprint.i686
@@ -1,7 +1,8 @@
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.k3bsetup.conf
+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.k3bsetup.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/k3b
diff --git a/kde/k3b/.footprint.x86_64 b/kde/k3b/.footprint.x86_64
index 2935671a6..0cb96c0de 100644
--- a/kde/k3b/.footprint.x86_64
+++ b/kde/k3b/.footprint.x86_64
@@ -1,7 +1,8 @@
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.k3bsetup.conf
+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.k3bsetup.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/k3b
diff --git a/kde/k3b/Pkgfile b/kde/k3b/Pkgfile
index 09798f02e..2dcec908c 100644
--- a/kde/k3b/Pkgfile
+++ b/kde/k3b/Pkgfile
@@ -16,8 +16,10 @@ cd $SRC/
mkdir build
cd build
cmake ../$name-$version \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE_DEFAULT_HOME=.kde \
+ -DSYSCONF_INSTALL_DIR=/etc/kde
make
make DESTDIR=$PKG install