summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-30 10:12:02 +0100
committersibel <lesibel@free.fr>2011-01-30 10:12:02 +0100
commit827fb7fb37928a943eb88a625c2366792e221be3 (patch)
tree97867961e7ab7761af737a9af1686ca7dcbf4314 /kde
parenta90a280f228b0c359e167fe1ce797176475d860a (diff)
downloadnutyx-pakxe-827fb7fb37928a943eb88a625c2366792e221be3.tar.gz
nutyx-pakxe-827fb7fb37928a943eb88a625c2366792e221be3.tar.bz2
nutyx-pakxe-827fb7fb37928a943eb88a625c2366792e221be3.tar.xz
nutyx-pakxe-827fb7fb37928a943eb88a625c2366792e221be3.zip
kdetoys, maj port 4.6.0-2
Diffstat (limited to 'kde')
-rw-r--r--kde/kdetoys/.footprint28
-rwxr-xr-xkde/kdetoys/Pkgfile6
2 files changed, 31 insertions, 3 deletions
diff --git a/kde/kdetoys/.footprint b/kde/kdetoys/.footprint
index 05c03f10f..7347aa52c 100644
--- a/kde/kdetoys/.footprint
+++ b/kde/kdetoys/.footprint
@@ -470,6 +470,31 @@ drwxr-xr-x root/root usr/share/apps/ktux/sprites/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/interfaces/
-rw-r--r-- root/root usr/share/dbus-1/interfaces/org.kde.amor.xml
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/kde/
+drwxr-xr-x root/root usr/share/doc/kde/html/
+drwxr-xr-x root/root usr/share/doc/kde/html/en/
+drwxr-xr-x root/root usr/share/doc/kde/html/en/amor/
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/billy.png
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/bonhomme.png
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/bsd.png
+lrwxrwxrwx root/root usr/share/doc/kde/html/en/amor/common -> /usr/share/doc/kde/html/en/common
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/eyes.png
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/ghost.png
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/index.cache.bz2
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/index.docbook
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/man-amor.6.docbook
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/neko.png
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/pingus.png
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/spot.png
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/tao.png
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/tux.png
+-rw-r--r-- root/root usr/share/doc/kde/html/en/amor/worm.png
+drwxr-xr-x root/root usr/share/doc/kde/html/en/kteatime/
+lrwxrwxrwx root/root usr/share/doc/kde/html/en/kteatime/common -> /usr/share/doc/kde/html/en/common
+-rw-r--r-- root/root usr/share/doc/kde/html/en/kteatime/config.png
+-rw-r--r-- root/root usr/share/doc/kde/html/en/kteatime/index.cache.bz2
+-rw-r--r-- root/root usr/share/doc/kde/html/en/kteatime/index.docbook
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/
@@ -503,3 +528,6 @@ drwxr-xr-x root/root usr/share/kde4/
drwxr-xr-x root/root usr/share/kde4/services/
drwxr-xr-x root/root usr/share/kde4/services/ScreenSavers/
-rw-r--r-- root/root usr/share/kde4/services/ScreenSavers/ktux.desktop
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man6/
+-rw-r--r-- root/root usr/share/man/man6/amor.6.gz
diff --git a/kde/kdetoys/Pkgfile b/kde/kdetoys/Pkgfile
index f4ee2308d..190c5cf41 100755
--- a/kde/kdetoys/Pkgfile
+++ b/kde/kdetoys/Pkgfile
@@ -2,12 +2,12 @@
# URL: http://www.kde.org
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: kdelibs, kdebase-runtime, kdebase, kdebase-workspace
+# Depends on: kdelibs, kdebase-runtime, kdebase, kdebase-workspace, docbook-xsl
# Run on: kdelibs,kdebase-runtime,kdebase,kdebase-workspace
name=kdetoys
version=4.6.0
-release=1
+release=2
source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2)
@@ -16,7 +16,7 @@ build() {
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_doc=OFF
+ -DBUILD_doc=ON
make
make DESTDIR=$PKG install
}