Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qps/
Date: Sun, 10 Mar 2019 22:46:32
Message-Id: 1552257949.226cde984ec3b731aea90ff0519142d943d8f4cf.asturm@gentoo
1 commit: 226cde984ec3b731aea90ff0519142d943d8f4cf
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 7 22:24:04 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 22:45:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=226cde98
7
8 x11-misc/qps: version bump to 1.10.20
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/qps/Manifest | 1 +
15 x11-misc/qps/qps-1.10.20.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
16 2 files changed, 39 insertions(+)
17
18 diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest
19 index aab02621c1d..d0749b99d36 100644
20 --- a/x11-misc/qps/Manifest
21 +++ b/x11-misc/qps/Manifest
22 @@ -1 +1,2 @@
23 DIST qps-1.10.18.tar.xz 164256 BLAKE2B 5eee79c2bab6eac23a91292132da4054836f86315a18399099aaad8853a06dbd79cb7c52af8c0e7098125d5cc06c04516235d6acb461e2caaf72584e7e05aa1b SHA512 f2647cb814e6cefba71aa70ee63c92dde88b312c9ada67e677de2bf22141afa3d7196d089606d270b610ddf3bd7466e6534de3614bea1a68d3a3b61a23b1c37d
24 +DIST qps-1.10.20.tar.xz 209588 BLAKE2B abf50904a97e9d2f5755bfc25509266de9c4b5a941a1010f93f475f02e8801b970ba112b01727e076c7b232cf23f50f6b8f7d2fe7acf2d8b273686f6a92404f3 SHA512 407130ac12f1e68da3e22543634d101c7a8353363ff1d9c6edbf98ce5d48f149aa5d937985f00109b40bd3cdb0b9a8e9745e845dd921be4aaf119022632bb9ef
25
26 diff --git a/x11-misc/qps/qps-1.10.20.ebuild b/x11-misc/qps/qps-1.10.20.ebuild
27 new file mode 100644
28 index 00000000000..67921d696b4
29 --- /dev/null
30 +++ b/x11-misc/qps/qps-1.10.20.ebuild
31 @@ -0,0 +1,38 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit cmake-utils xdg-utils
38 +
39 +DESCRIPTION="Visual process manager - Qt version of ps/top"
40 +HOMEPAGE="https://lxqt.org/"
41 +SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
42 +
43 +LICENSE="GPL-2+ LGPL-2.1+ QPL-1.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
46 +IUSE="debug"
47 +
48 +BDEPEND="
49 + dev-qt/linguist-tools:5
50 + >=dev-util/lxqt-build-tools-0.6.0
51 +"
52 +DEPEND="
53 + dev-qt/qtcore:5
54 + dev-qt/qtdbus:5
55 + dev-qt/qtgui:5
56 + dev-qt/qtwidgets:5
57 + dev-qt/qtx11extras:5
58 +"
59 +RDEPEND="${DEPEND}"
60 +
61 +pkg_postinst() {
62 + xdg_desktop_database_update
63 + xdg_icon_cache_update
64 +}
65 +
66 +pkg_postrm() {
67 + xdg_desktop_database_update
68 + xdg_icon_cache_update
69 +}