bump non-liblxqt dependent things to new versions

This commit is contained in:
2018-04-15 23:21:59 +02:00
parent 6548144a93
commit 6f06f22917
11 changed files with 155 additions and 3 deletions

View File

@@ -0,0 +1 @@
DIST qterminal-0.8.0.tar.xz 104780 BLAKE2B 09d1de3ead61838aa0b000138094f62082f806bf0cc53e61a4f12aadbc210de92410d1ff3fed823bfd0782a66d396700dbaa76dc675c8fc1764dcffcc4196547 SHA512 c2046727900bfa8f389a90a38c3843131f324af0b2f52810966f5df624c74fee31c8825b7bd86d0b44c896d276fff6ffbf17dd9796143f5e3940b4ba33dd98af

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>qt@gentoo.org</email>
<name>Gentoo Qt Project</name>
</maintainer>
<upstream>
<remote-id type="github">qterminal/qterminal</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,47 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils eapi7-ver gnome2-utils
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
DESCRIPTION="Qt-based multitab terminal emulator"
HOMEPAGE="https://github.com/lxqt/qterminal"
LICENSE="GPL-2+"
SLOT="0"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
x11-libs/libX11
=x11-libs/qtermwidget-$(ver_cut 1-2)*
"
DEPEND="${RDEPEND}
>=dev-util/lxqt-build-tools-0.4.0
"
src_configure() {
local mycmakeargs=(
-DPULL_TRANSLATIONS=OFF
)
cmake-utils_src_configure
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}