New package: libdbusmenu-qt-0.9.2.
This commit is contained in:
parent
ba2bc10567
commit
bbbff83a1f
|
@ -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
|
||||
|
|
1
srcpkgs/libdbusmenu-qt-devel
Symbolic link
1
srcpkgs/libdbusmenu-qt-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libdbusmenu-qt
|
28
srcpkgs/libdbusmenu-qt/template
Normal file
28
srcpkgs/libdbusmenu-qt/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user