From 5a9b2a9f470151b941501123d57e0652e14652e1 Mon Sep 17 00:00:00 2001 From: Sibelle Date: Mon, 31 May 2010 11:06:19 +0200 Subject: Ajout de libdbusmenu-qt#0.3.3-1 --- kde/libdbusmenu-qt/.footprint | 12 ++++++++++++ kde/libdbusmenu-qt/.md5sum | 1 + kde/libdbusmenu-qt/Pkgfile | 23 +++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 kde/libdbusmenu-qt/.footprint create mode 100644 kde/libdbusmenu-qt/.md5sum create mode 100644 kde/libdbusmenu-qt/Pkgfile (limited to 'kde') 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 +} + -- cgit v1.2.3-54-g00ecf