x11-misc/qps: version bump to 1.10.18
authorJonathan Scruggs <j.scruggs@gmail.com>
Wed, 11 Jul 2018 14:57:59 +0000 (15:57 +0100)
committerJonathan Scruggs <dracwyrm@gentoo.org>
Sat, 11 Aug 2018 10:09:12 +0000 (11:09 +0100)
x11-misc/qps/Manifest
x11-misc/qps/metadata.xml
x11-misc/qps/qps-1.10.18.ebuild [new file with mode: 0644]

index 8d843f3b12a4ac2736f2041b3d47bed73d3e6f67..2c420f6bb60e23b8edaf6bc48536d085a2ebabef 100644 (file)
@@ -1 +1,2 @@
 DIST qps-1.10.17.tar.xz 163212 BLAKE2B a6832212f338cf9ac41d3b6916a2a22a8728f8dbb1a0f16c44a0bde6e275f7c83a31bfd1c6d5eea40d738857f28e3b2993be2fa8a81f082841bc86537bcc2457 SHA512 81d4ef9cdd732edc6dd060998f10124663d26ec8250fc1de62eb020624111eb3ba595058bd74d5cee1bde84326f26579ab40c4ed7ef58f0aa44baca96921cfb5
+DIST qps-1.10.18.tar.xz 164256 BLAKE2B 5eee79c2bab6eac23a91292132da4054836f86315a18399099aaad8853a06dbd79cb7c52af8c0e7098125d5cc06c04516235d6acb461e2caaf72584e7e05aa1b SHA512 f2647cb814e6cefba71aa70ee63c92dde88b312c9ada67e677de2bf22141afa3d7196d089606d270b610ddf3bd7466e6534de3614bea1a68d3a3b61a23b1c37d
index 4eb2eb877d1965ef0d7443179541157a869427d2..32ee43deea928c115da4a81538ce684cf8423ab4 100644 (file)
@@ -6,6 +6,6 @@
                <name>Gentoo Qt Project</name>
        </maintainer>
        <upstream>
-               <remote-id type="github">QtDesktop/qps</remote-id>
+               <remote-id type="github">lxqt/qps</remote-id>
        </upstream>
 </pkgmetadata>
diff --git a/x11-misc/qps/qps-1.10.18.ebuild b/x11-misc/qps/qps-1.10.18.ebuild
new file mode 100644 (file)
index 0000000..017fbcf
--- /dev/null
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils xdg-utils
+
+DESCRIPTION="Visual process manager - Qt version of ps/top"
+HOMEPAGE="https://lxqt.org/"
+SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2+ LGPL-2.1+ QPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+       dev-qt/qtcore:5
+       dev-qt/qtdbus:5
+       dev-qt/qtgui:5
+       dev-qt/qtwidgets:5
+       dev-qt/qtx11extras:5
+"
+DEPEND="${RDEPEND}
+       dev-qt/linguist-tools:5
+       >=dev-util/lxqt-build-tools-0.5.0
+"
+
+pkg_postinst() {
+       xdg_desktop_database_update
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_desktop_database_update
+       gnome2_icon_cache_update
+}