summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kde/libdbusmenu-qt/.footprint12
-rw-r--r--kde/libdbusmenu-qt/.md5sum1
-rw-r--r--kde/libdbusmenu-qt/Pkgfile23
3 files changed, 36 insertions, 0 deletions
diff --git a/kde/libdbusmenu-qt/.footprint b/kde/libdbusmenu-qt/.footprint
new file mode 100644
index 000000000..b712f9540
--- /dev/null
+++ b/kde/libdbusmenu-qt/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/dbusmenu-qt/
+-rw-r--r-- root/root usr/include/dbusmenu-qt/dbusmenu_export.h
+-rw-r--r-- root/root usr/include/dbusmenu-qt/dbusmenuexporter.h
+-rw-r--r-- root/root usr/include/dbusmenu-qt/dbusmenuimporter.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libdbusmenu-qt.so -> libdbusmenu-qt.so.2
+lrwxrwxrwx root/root usr/lib/libdbusmenu-qt.so.2 -> libdbusmenu-qt.so.2.0.3
+-rwxr-xr-x root/root usr/lib/libdbusmenu-qt.so.2.0.3
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/dbusmenu-qt.pc
diff --git a/kde/libdbusmenu-qt/.md5sum b/kde/libdbusmenu-qt/.md5sum
new file mode 100644
index 000000000..35a64efba
--- /dev/null
+++ b/kde/libdbusmenu-qt/.md5sum
@@ -0,0 +1 @@
+5c0628166e50325bb7e9babdf280755a libdbusmenu-qt-0.3.3.tar.bz2
diff --git a/kde/libdbusmenu-qt/Pkgfile b/kde/libdbusmenu-qt/Pkgfile
new file mode 100644
index 000000000..ecf99206b
--- /dev/null
+++ b/kde/libdbusmenu-qt/Pkgfile
@@ -0,0 +1,23 @@
+# Decription: Librairie nécessaire pour implémenter dbus sous Qt
+# URL: http://people.canonical.com/~agateau/dbusmenu/
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: cmake, qt
+
+name=libdbusmenu-qt
+version=0.3.3
+release=1
+
+source=(http://people.canonical.com/~agateau/dbusmenu/$name-$version.tar.bz2 )
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=OFF
+ make -j3
+ make DESTDIR=$PKG install
+}
+