diff --git a/common/shlibs b/common/shlibs index d6785b5efc8..7255bd07b3e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1253,3 +1253,4 @@ libcryptopp.so crypto++-562_1 libqzeitgeist.so.1 libqzeitgeist-0.8.0_1 libphonon.so.4 phonon-4.6.0_1 libphononexperimental.so.4 phonon-4.6.0_1 +libdbusmenu-qt.so.2 libdbusmenu-qt-0.9.2_1 diff --git a/srcpkgs/libdbusmenu-qt-devel b/srcpkgs/libdbusmenu-qt-devel new file mode 120000 index 00000000000..7f0f4e95e7e --- /dev/null +++ b/srcpkgs/libdbusmenu-qt-devel @@ -0,0 +1 @@ +libdbusmenu-qt \ No newline at end of file diff --git a/srcpkgs/libdbusmenu-qt/template b/srcpkgs/libdbusmenu-qt/template new file mode 100644 index 00000000000..eb92259db6c --- /dev/null +++ b/srcpkgs/libdbusmenu-qt/template @@ -0,0 +1,28 @@ +# Template file for 'libdbusmenu-qt' +pkgname=libdbusmenu-qt +version=0.9.2 +revision=1 +build_style=cmake +hostmakedepends="cmake doxygen" +makedepends="qt-devel" +short_desc="A library that provides a Qt implementation of the DBusMenu spec" +maintainer="Juan RP " +license="GPL-3" +homepage="https://launchpad.net/libdbusmenu-qt" +distfiles="http://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.bz2" +checksum=ae6c1cb6da3c683aefed39df3e859537a31d80caa04f3023315ff09e5e8919ec + +libdbusmenu-qt-devel_package() { + depends="${sourcepkg}-${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/share/doc + } +} + +libdbusmenu-qt_package() { + pkg_install() { + vmove usr + } +}