summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorsibel sibel <lesibel@free.fr>2010-02-11 22:44:09 +0100
committersibel sibel <lesibel@free.fr>2010-02-11 22:44:09 +0100
commit36f371084e476f19af2c4fa42f16ecc9d17fff08 (patch)
tree3e3db7c909ab0e023d6cfd3b4f57ab4dd1b2b8e7 /kde
parent0e2d22d4697aafa394429bccb69d1beb83fbe81b (diff)
downloadnutyx-pakxe-36f371084e476f19af2c4fa42f16ecc9d17fff08.tar.gz
nutyx-pakxe-36f371084e476f19af2c4fa42f16ecc9d17fff08.tar.bz2
nutyx-pakxe-36f371084e476f19af2c4fa42f16ecc9d17fff08.tar.xz
nutyx-pakxe-36f371084e476f19af2c4fa42f16ecc9d17fff08.zip
Suppresssion de kdelibs-experimental
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, 0 insertions, 36 deletions
diff --git a/kde/kdelibs-experimental/.footprint b/kde/kdelibs-experimental/.footprint
deleted file mode 100644
index 35c666f3a..000000000
--- a/kde/kdelibs-experimental/.footprint
+++ /dev/null
@@ -1,15 +0,0 @@
-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
deleted file mode 100644
index a4af99f63..000000000
--- a/kde/kdelibs-experimental/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-5b6bf1e49f2e18ffcd844392928ad30e kdelibs-experimental-4.3.5.tar.bz2
diff --git a/kde/kdelibs-experimental/Pkgfile b/kde/kdelibs-experimental/Pkgfile
deleted file mode 100755
index f6dcbe3b3..000000000
--- a/kde/kdelibs-experimental/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.5
-release=1
-source=(http://download.kde.org/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
-}
-