mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New Package: lxqt-menu-data-1.4.1
This commit is contained in:
parent
44a6830748
commit
3d6f9e39f2
2 changed files with 22 additions and 0 deletions
1
srcpkgs/lxqt-menu-data-devel
Symbolic link
1
srcpkgs/lxqt-menu-data-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
lxqt-menu-data
|
21
srcpkgs/lxqt-menu-data/template
Normal file
21
srcpkgs/lxqt-menu-data/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'lxqt-menu-data'
|
||||||
|
pkgname=lxqt-menu-data
|
||||||
|
version=1.4.1
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools lxqt-build-tools perl"
|
||||||
|
makedepends="qt5-tools-devel"
|
||||||
|
short_desc="Freedesktop.org compliant menu files for lxqt"
|
||||||
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://lxqt-project.org"
|
||||||
|
distfiles="https://github.com/lxqt/lxqt-menu-data/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=87b4d372afcf61ec2272ceb5eedba873d8a8a73e5b239a55446b52950b72d596
|
||||||
|
|
||||||
|
lxqt-menu-data-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/share/cmake
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue