public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jimi Huotari" <chiitoo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/
Date: Mon, 18 Feb 2019 23:29:53 +0000 (UTC)	[thread overview]
Message-ID: <1550531454.b52fba4b9c8ebf52d76d781df09c9f4326027e81.chiitoo@gentoo> (raw)

commit:     b52fba4b9c8ebf52d76d781df09c9f4326027e81
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 23:04:41 2019 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 23:10:54 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=b52fba4b

dev-libs/libqtxdg: add 3.3.0 for testing

Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 dev-libs/libqtxdg/Manifest              |  1 +
 dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild | 48 +++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest
new file mode 100644
index 00000000..cf9d7aa8
--- /dev/null
+++ b/dev-libs/libqtxdg/Manifest
@@ -0,0 +1 @@
+DIST libqtxdg-3.3.0.tar.xz 68412 BLAKE2B c78b1548883bdb77bd5de81c48487b08a6f1b0959e2d1e9b54a301935a76a4bcf60451379ea33dbd289dc4517282d335a0d616a0c4c31eb1e0e7ab3efcbe814f SHA512 e71e251870886aa71a1ce9372962cfa93c96ee91518f01758b4c015d36d1f4c95bf94eb8a54683bb2ab221c96514be4adb0387e18dcbaacde9d783fe9e6867d4

diff --git a/dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild
new file mode 100644
index 00000000..936e7f64
--- /dev/null
+++ b/dev-libs/libqtxdg/libqtxdg-3.3.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils virtualx
+
+DESCRIPTION="A Qt implementation of XDG standards"
+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="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
+SLOT="0"
+IUSE="test"
+
+BDEPEND="
+	virtual/pkgconfig
+	test? ( dev-qt/qttest:5 )
+"
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5=
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	x11-misc/xdg-utils
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test)
+	)
+	cmake-utils_src_configure
+}
+
+src_test() {
+	# Tests don't work with C
+	LC_ALL=en_US.utf8 virtx cmake-utils_src_test
+}


             reply	other threads:[~2019-02-18 23:29 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-18 23:29 Jimi Huotari [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14 22:15 [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/ Jimi Huotari
2024-05-22 20:04 Jimi Huotari
2024-04-21 21:34 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2023-11-09 18:07 Jimi Huotari
2022-11-18 13:51 Jimi Huotari
2022-04-18 22:13 Jimi Huotari
2022-03-20 18:05 Jimi Huotari
2022-03-09 19:26 Jimi Huotari
2021-09-22 19:15 Andreas Sturmlechner
2019-03-18 21:36 Jimi Huotari
2019-03-09 10:37 Jimi Huotari
2019-02-27 12:05 Jimi Huotari
2018-01-12 10:45 Michael Palimaka
2017-11-04 19:21 Jimi Huotari
2015-11-19 15:38 Michael Palimaka
2015-11-19 15:38 Michael Palimaka
2015-11-19 15:38 Michael Palimaka
2015-06-28 13:49 Davide Pesavento
2015-02-10 10:34 Ben de Groot
2015-02-10 10:30 Ben de Groot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1550531454.b52fba4b9c8ebf52d76d781df09c9f4326027e81.chiitoo@gentoo \
    --to=chiitoo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox