mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
sys-apps/qjournalctl: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST qjournalctl-0.6.4.tar.gz 49894 BLAKE2B 14413140f30afadca07d00fceefe6be18fd23dd249110d804b37f396529599711b2497aa33a4cf48fd4ebfccc1509f20d596b90f838ad863f4730ff8cef97683 SHA512 c250081e5189c9136ca0044232597a23438aa69a368806dfd4f6fcbb6ffc2f999d6ee02794b785a14920547e80879a4e7404128f65c2dba81b30bf813d95d9e6
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ahvenas@gmail.com</email>
|
||||
<name>Henrik Pihl</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
A graphical user interface which displays the systemd's journal and
|
||||
lets the user filter the output without the command line.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">pentix/qjournalctl</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 2020-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qmake-utils
|
||||
|
||||
DESCRIPTION="Qt-based GUI for systemd's journalctl command"
|
||||
HOMEPAGE="https://github.com/pentix/qjournalctl"
|
||||
SRC_URI="https://github.com/pentix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
#MY_P="${PN}-v${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
DOCS=( "CHANGELOG.md" "README.md" )
|
||||
|
||||
DEPEND="dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
net-libs/libssh"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eqmake5
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user