From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C98A8138335 for ; Sat, 11 Aug 2018 10:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D9A0E0867; Sat, 11 Aug 2018 10:10:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3395E0867 for ; Sat, 11 Aug 2018 10:10:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96055335CCA for ; Sat, 11 Aug 2018 10:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F414D3B8 for ; Sat, 11 Aug 2018 10:10:16 +0000 (UTC) From: "Jonathan Scruggs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Scruggs" Message-ID: <1533982158.572c40f0df889a2c3586df938da2c61ae69030a8.dracwyrm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-runner/Manifest lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild lxqt-base/lxqt-runner/metadata.xml X-VCS-Directories: lxqt-base/lxqt-runner/ X-VCS-Committer: dracwyrm X-VCS-Committer-Name: Jonathan Scruggs X-VCS-Revision: 572c40f0df889a2c3586df938da2c61ae69030a8 X-VCS-Branch: master Date: Sat, 11 Aug 2018 10:10:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a330fd3e-0e3f-4653-8642-dac22cf82fba X-Archives-Hash: 7cb58670519882a4b416e72d56d8c234 commit: 572c40f0df889a2c3586df938da2c61ae69030a8 Author: Jonathan Scruggs gmail com> AuthorDate: Wed Jul 11 15:22:35 2018 +0000 Commit: Jonathan Scruggs gentoo org> CommitDate: Sat Aug 11 10:09:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572c40f0 lxqt-base/lxqt-runner: version update to 0.13.0 lxqt-base/lxqt-runner/Manifest | 1 + lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild | 53 +++++++++++++++++++++++++ lxqt-base/lxqt-runner/metadata.xml | 11 +++-- 3 files changed, 61 insertions(+), 4 deletions(-) diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest index 00f24927a72..d654987f372 100644 --- a/lxqt-base/lxqt-runner/Manifest +++ b/lxqt-base/lxqt-runner/Manifest @@ -1 +1,2 @@ DIST lxqt-runner-0.11.0.tar.xz 209040 BLAKE2B eec9d11f06e31b758b46216ed9b52050b6bb3c7cd697af5aee735e01815a67af3b3879cbb8c2a57f9ad340325db48b729fe58a014c09017b240e93bbf7d22385 SHA512 ced1f790a688fc6b167d96fcfc0f32a695c727e6bf3e4eaa43a0b4d1fb1379312788e2d190f77ade8b18fdce2d2993a7546bcb3a0246efd83e7fdb231b421fb5 +DIST lxqt-runner-0.13.0.tar.xz 211776 BLAKE2B bed474f25f485e5c9099b12f65c1b46509427fc6d5d50ac345e83e473d4001679668f19265f9bae442e0c6b196d4f00922b9a38991929f71e30d2b4357c53708 SHA512 fed007134f252f10d215266005a03354f70960cbe77ad37bb00db27e0054b0c508e5dd15a07630525b134c2ecb7db2e36f6304c9cbff60dcf4c3831dd31641c7 diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild new file mode 100644 index 00000000000..7afdf29a563 --- /dev/null +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils eapi7-ver + +DESCRIPTION="LXQt quick launcher" +HOMEPAGE="https://lxqt.org/" + +MY_PV="$(ver_cut 1-2)*" + +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+" +SLOT="0" + +RDEPEND=" + >=dev-cpp/muParser-2.2.3:= + >=dev-libs/libqtxdg-3.0.0 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + kde-frameworks/kwindowsystem:5 + >=lxde-base/menu-cache-0.5.1 + =lxqt-base/liblxqt-${MY_PV} + =lxqt-base/lxqt-globalkeys-${MY_PV} + !lxqt-base/lxqt-common +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 + >=dev-util/lxqt-build-tools-0.5.0 + virtual/pkgconfig +" + +src_configure() { + local mycmakeargs=( + -DPULL_TRANSLATIONS=OFF + ) + cmake-utils_src_configure +} + +src_install(){ + cmake-utils_src_install + doman man/*.1 +} diff --git a/lxqt-base/lxqt-runner/metadata.xml b/lxqt-base/lxqt-runner/metadata.xml index a40a83a9c6a..5773e134f25 100644 --- a/lxqt-base/lxqt-runner/metadata.xml +++ b/lxqt-base/lxqt-runner/metadata.xml @@ -1,8 +1,11 @@ - - lxqt@gentoo.org - LXQt - + + lxqt@gentoo.org + LXQt + + + lxqt/lxqt-runner +