summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-04-19 08:08:35 +0200
committersibel <lesibel@free.fr>2011-04-19 08:08:35 +0200
commitab64d7af6c5a3520127ecb91bbba26c7ffcf2b8b (patch)
treeccf1dd43e7aa26c86b262104c247919ce518c2a8 /kde
parent7cb3d4b48f527b270781d21839c37294228da20e (diff)
downloadnutyx-extra-ab64d7af6c5a3520127ecb91bbba26c7ffcf2b8b.tar.gz
nutyx-extra-ab64d7af6c5a3520127ecb91bbba26c7ffcf2b8b.tar.bz2
nutyx-extra-ab64d7af6c5a3520127ecb91bbba26c7ffcf2b8b.tar.xz
nutyx-extra-ab64d7af6c5a3520127ecb91bbba26c7ffcf2b8b.zip
k3b
Diffstat (limited to 'kde')
-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