mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
sys-apps/qjournalctl: new package
GUI for journalctl. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
This commit is contained in:
1
sys-apps/qjournalctl/Manifest
Normal file
1
sys-apps/qjournalctl/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST v0.6.2.tar.gz 43669 BLAKE2B e93c8d3db61cfc7e51cad876752ad7b5154d333cbc023c0f8793018ec518dd7e48fc8698f23e642df6c37a4d99f3b083b48ec8903826aebc50e1f9ec7c2ef762 SHA512 573e6de8348954a6687eb347d36d6c30b7ee7c2088b62bd4b22fae12ecf1dc563308ce2d7228a71c2747b6cb22081e3adf50dfae6a36c1fd9966f6f40492f2f0
|
||||
12
sys-apps/qjournalctl/metadata.xml
Normal file
12
sys-apps/qjournalctl/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ahvenas@gmail.com</email>
|
||||
<name>Henrik Pihl</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
A graphical user interface which displays the systemd's journal and
|
||||
lets the user filter the output without the command line.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
34
sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild
Normal file
34
sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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"
|
||||
#MY_P="${PN}-v${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
DOCS=( "CHANGELOG.md" "README.md" )
|
||||
|
||||
DEPEND="dev-qt/qtcore
|
||||
dev-qt/qtgui
|
||||
dev-qt/qtwidgets
|
||||
net-libs/libssh"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eqmake5
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user