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 8FE57138334 for ; Wed, 27 Feb 2019 12:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6FA7E08AB; Wed, 27 Feb 2019 12:06:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A95F3E08AB for ; Wed, 27 Feb 2019 12:06:00 +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 AC0F8335D0E for ; Wed, 27 Feb 2019 12:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA1D6558 for ; Wed, 27 Feb 2019 12:05:56 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1551269146.490c906dbc90ca871be676eb695e4e4c4c68212c.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/obconf-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/obconf-qt/Manifest x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild X-VCS-Directories: x11-misc/obconf-qt/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 490c906dbc90ca871be676eb695e4e4c4c68212c X-VCS-Branch: master Date: Wed, 27 Feb 2019 12:05:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5778bd54-0711-468e-b9dd-faf04baecc2f X-Archives-Hash: 5026b5e2304902a2ecbe183dc1e3dc4e commit: 490c906dbc90ca871be676eb695e4e4c4c68212c Author: Jimi Huotari gentoo org> AuthorDate: Wed Feb 27 12:03:58 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Feb 27 12:05:46 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=490c906d x11-misc/obconf-qt: add 0.14.1 for testing Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jimi Huotari gentoo.org> x11-misc/obconf-qt/Manifest | 1 + x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild | 49 ++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/x11-misc/obconf-qt/Manifest b/x11-misc/obconf-qt/Manifest new file mode 100644 index 00000000..908d81f9 --- /dev/null +++ b/x11-misc/obconf-qt/Manifest @@ -0,0 +1 @@ +DIST obconf-qt-0.14.1.tar.xz 97032 BLAKE2B 8bfe93325d37bdcca40b38f99f635cddf39ad1781e694f002676f6ff6fd0d6c708908ca458a051f63509f572b247b4de5778a1451e763c4372038ef99a1594d7 SHA512 7ae4feb8daa3853f768e9cb613fc99046f98744e03efc673ee9e5cb3d4ffa2861f2a9f762acd9c54ef2b9ca3f288d2901cdcce5c09db84689dd186006b8e26ed diff --git a/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild b/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild new file mode 100644 index 00000000..3fc2e65c --- /dev/null +++ b/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils gnome2-utils xdg-utils + +DESCRIPTION="Openbox window manager configuration tool" +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="GPL-2+" +SLOT="0" + +BDEPEND=" + dev-qt/linguist-tools:5 + >=dev-util/lxqt-build-tools-0.6.0 + virtual/pkgconfig +" +RDEPEND=" + dev-libs/glib:2 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-wm/openbox:3 + x11-libs/libX11 + !lxqt-base/lxqt-l10n +" +DEPEND="${RDEPEND} + sys-apps/sed +" + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +}