23 lines
		
	
	
		
			684 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			684 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Template file for 'libdbusmenu-qt'
 | |
| pkgname=libdbusmenu-qt
 | |
| version=0.9.2
 | |
| revision=2
 | |
| build_style=cmake
 | |
| hostmakedepends="doxygen"
 | |
| makedepends="qt-devel"
 | |
| short_desc="A library that provides a Qt implementation of the DBusMenu spec"
 | |
| maintainer="Juan RP <xtraeme@voidlinux.eu>"
 | |
| 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
 | |
| 	}
 | |
| }
 | 
