Skip to content

Commit

Permalink
dev-util/lxqt-build-tools: version bump to 0.4.0
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: gentoo#8005
  • Loading branch information
Dessa authored and FuzzyGophers committed Apr 15, 2018
1 parent 353a733 commit ee18eb6
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
1 change: 1 addition & 0 deletions dev-util/lxqt-build-tools/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST lxqt-build-tools-0.2.0.tar.xz 15552 BLAKE2B 558e1c9f43e09e51a720460592309f3f52fb7832a121ae40c8d9945ed135d6220190182a6d2311bfb9e9971f68a60f0ab7d5dcf2055301fa683dfc483170b3c6 SHA512 40349710a20d3f06761c57b5d40aa05cb194fa4b50d1e41e4bd7e6adf1beb5c7209f3d4965869a301369df17ec1d75f55aede7ab0fe88a55d692cd56d72121de
DIST lxqt-build-tools-0.4.0.tar.xz 19988 BLAKE2B 119f2907062c08996b26170b519b9c4ce0308d6bc65dc1363fd81e064084ebe7305de7e66225e2ea3bcea899c2eaac49dcf7651b72a4f3a9d565ce4fd1d5a756 SHA512 d84cfce5db9520725e24855f99fb3125f19ff5dbac12ec6d283e9c4483497c675b32061cdea2eda533e57857be4a6eb6020049ae4f593ea61a321b2708604638
25 changes: 25 additions & 0 deletions dev-util/lxqt-build-tools/lxqt-build-tools-0.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -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}"
11 changes: 7 additions & 4 deletions dev-util/lxqt-build-tools/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>LXQt</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>LXQt</name>
</maintainer>
<upstream>
<remote-id type="github">lxqt/lxqt-build-tools</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit ee18eb6

Please sign in to comment.