summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-23 21:05:00 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-23 21:05:00 +0200
commit5939aa33e975a3b7be34ed8b851bde1f63bd1e64 (patch)
tree2e1fde56c379cd3a532f1e842b1bf3f86306d356 /kde
parentb2cbd9247855ae986913158c467d18eedf97a34d (diff)
downloadnutyx-extra-5939aa33e975a3b7be34ed8b851bde1f63bd1e64.tar.gz
nutyx-extra-5939aa33e975a3b7be34ed8b851bde1f63bd1e64.tar.bz2
nutyx-extra-5939aa33e975a3b7be34ed8b851bde1f63bd1e64.tar.xz
nutyx-extra-5939aa33e975a3b7be34ed8b851bde1f63bd1e64.zip
Ajout de kdelibs-experimental#4.3.0-1
Diffstat (limited to 'kde')
-rw-r--r--kde/kdelibs-experimental/.footprint15
-rw-r--r--kde/kdelibs-experimental/.md5sum1
-rwxr-xr-xkde/kdelibs-experimental/Pkgfile20
3 files changed, 36 insertions, 0 deletions
diff --git a/kde/kdelibs-experimental/.footprint b/kde/kdelibs-experimental/.footprint
new file mode 100644
index 000000000..35c666f3a
--- /dev/null
+++ b/kde/kdelibs-experimental/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root opt/
+drwxr-xr-x root/root opt/kde/
+drwxr-xr-x root/root opt/kde/include/
+drwxr-xr-x root/root opt/kde/include/knotificationitem-1/
+-rw-r--r-- root/root opt/kde/include/knotificationitem-1/knotificationitem.h
+-rw-r--r-- root/root opt/kde/include/knotificationitem-1/knotificationitem_export.h
+drwxr-xr-x root/root opt/kde/lib/
+lrwxrwxrwx root/root opt/kde/lib/libknotificationitem-1.so -> libknotificationitem-1.so.1
+lrwxrwxrwx root/root opt/kde/lib/libknotificationitem-1.so.1 -> libknotificationitem-1.so.1.0.0
+-rwxr-xr-x root/root opt/kde/lib/libknotificationitem-1.so.1.0.0
+drwxr-xr-x root/root opt/kde/share/
+drwxr-xr-x root/root opt/kde/share/dbus-1/
+drwxr-xr-x root/root opt/kde/share/dbus-1/interfaces/
+-rw-r--r-- root/root opt/kde/share/dbus-1/interfaces/org.kde.NotificationItem.xml
+-rw-r--r-- root/root opt/kde/share/dbus-1/interfaces/org.kde.NotificationItemWatcher.xml
diff --git a/kde/kdelibs-experimental/.md5sum b/kde/kdelibs-experimental/.md5sum
new file mode 100644
index 000000000..f2ca55c27
--- /dev/null
+++ b/kde/kdelibs-experimental/.md5sum
@@ -0,0 +1 @@
+9b3ed689f4f357d4fc059cf9dd41e035 kdelibs-experimental-4.3.0.tar.bz2
diff --git a/kde/kdelibs-experimental/Pkgfile b/kde/kdelibs-experimental/Pkgfile
new file mode 100755
index 000000000..8dd2b8d7b
--- /dev/null
+++ b/kde/kdelibs-experimental/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Librairies pour KDE 4
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager Team
+# Packager: lesibel at free dot fr
+# Depends on: qt, strigi, soprano, qca, akode, eigen, gmm, dbus, jasper, openexr, giflib, kerberos, avahi, enchant
+
+name=kdelibs-experimental
+version=4.3.0
+release=1
+source=(ftp://ftp.rediris.es/mirror/kde/ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX
+ make -j3
+ make DESTDIR=$PKG install
+}
+