[dev-util/lxqt-build-tools] version bump
This commit is contained in:
parent
5d5c2f5724
commit
a802be4317
1
dev-util/lxqt-build-tools/Manifest
Normal file
1
dev-util/lxqt-build-tools/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST lxqt-build-tools-0.5.0.tar.xz 23392 BLAKE2B 1f28ae093af772ed2b6f75a7933b76a2c608171bf15e0c8483477d7f3b702dec79f41af70bb38863c3b17ff9d52a8f2acabd4ed2347bb7f421d2074b8767e96c SHA512 6802f3d5e3d622b136cf312ad929353aac1f42355c00ac9e3fb7a9d46c63dba1f87a0a4fd11185289c4e7222d5b0d30b8829dacd38c88de45901ff0559639e90
|
25
dev-util/lxqt-build-tools/lxqt-build-tools-0.5.0.ebuild
Normal file
25
dev-util/lxqt-build-tools/lxqt-build-tools-0.5.0.ebuild
Normal file
@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="LXQt Build tools"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2.50.0
|
||||
dev-qt/qtcore:5
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
Loading…
Reference in New Issue
Block a user