From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqtxdg/
Date: Mon, 26 Sep 2016 20:15:50 +0000 (UTC) [thread overview]
Message-ID: <1474920876.cabcc5d31f08db5c83b9f5ab5a1bc1f7b5c67d8a.mrueg@gentoo> (raw)
commit: cabcc5d31f08db5c83b9f5ab5a1bc1f7b5c67d8a
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 20:14:36 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 20:14:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabcc5d3
dev-libs/libqtxdg: Version bump to 2.0.0
Gentoo-Bug: 594592
Package-Manager: portage-2.3.1
dev-libs/libqtxdg/Manifest | 1 +
dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild | 48 +++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-libs/libqtxdg/Manifest b/dev-libs/libqtxdg/Manifest
index 9a973ea..743cea9 100644
--- a/dev-libs/libqtxdg/Manifest
+++ b/dev-libs/libqtxdg/Manifest
@@ -1 +1,2 @@
DIST libqtxdg-1.3.0.tar.xz 52472 SHA256 850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89 SHA512 2cc70c4d779c83afdfd83e6e36f1b9362aa5b2bd8f5d9839880e31c30e317da812e97dfd8d7188816ef60e7e27471b02bf9248b5781b2b81f299040a4a7a5b65 WHIRLPOOL 317a017b5dcfc64f0fbb2f483478dab116881ca717513e9e0ce27d302dcf099cbab01289f140ab02682679a09290e711e139a901a324dc4a7adc581fce425a85
+DIST libqtxdg-2.0.0.tar.xz 62404 SHA256 8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb SHA512 f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3 WHIRLPOOL d7b7a729e30774ccfb0cc0b6fed42b7a92cb16fa9e3c5d108bafe7385b1c141d31d843754be959e8a8c4e4432ffb475b23d8cdb15ff9f1f5d920fa55c6f0d1d0
diff --git a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild
new file mode 100644
index 00000000..c6fadea
--- /dev/null
+++ b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils virtualx
+
+DESCRIPTION="A Qt implementation of XDG standards"
+HOMEPAGE="http://lxqt.org/"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+ SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="test"
+
+CDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+"
+DEPEND="${CDEPEND}
+ virtual/pkgconfig
+ test? ( dev-qt/qttest:5 )
+"
+RDEPEND="${CDEPEND}
+ x11-misc/xdg-utils
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTS=$(usex test)
+ )
+ cmake-utils_src_configure
+}
+
+src_test() {
+ VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
+}
next reply other threads:[~2016-09-26 20:15 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-26 20:15 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 13:01 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqtxdg/ Sam James
2024-12-28 8:52 Arthur Zamarin
2024-12-07 14:03 Jimi Huotari
2024-10-16 19:48 Jimi Huotari
2024-08-13 7:10 WANG Xuerui
2022-11-10 12:57 Jimi Huotari
2022-01-21 19:07 Sam James
2021-09-30 17:24 Andreas Sturmlechner
2021-03-26 19:43 Andreas Sturmlechner
2021-01-21 9:03 Agostino Sarubbo
2020-08-13 15:47 Andreas Sturmlechner
2020-07-31 16:35 Mikle Kolyada
2020-07-31 16:33 Mikle Kolyada
2020-04-03 12:19 Agostino Sarubbo
2020-04-03 12:05 Agostino Sarubbo
2019-11-30 19:18 Andreas Sturmlechner
2019-09-08 16:18 Andreas Sturmlechner
2019-06-22 11:44 Andreas Sturmlechner
2019-05-23 12:30 Mikle Kolyada
2019-05-22 7:30 Mikle Kolyada
2019-03-13 19:50 Andreas Sturmlechner
2018-10-17 14:41 Andreas Sturmlechner
2018-10-16 13:07 Mikle Kolyada
2018-04-15 12:43 David Seifert
2018-01-12 10:45 Michael Palimaka
2017-12-11 0:45 Anthony G. Basile
2017-07-29 4:26 Michael Palimaka
2016-03-09 11:45 Michael Palimaka
2015-11-19 15:38 Michael Palimaka
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=1474920876.cabcc5d31f08db5c83b9f5ab5a1bc1f7b5c67d8a.mrueg@gentoo \
--to=mrueg@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