Skip to content

Commit

Permalink
gnome-extra/gnome-logs: 3.24.2 → 3.30.0
Browse files Browse the repository at this point in the history
Switched to meson build system. Dogtail testsuite was dropped.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue <[email protected]>
  • Loading branch information
EvaSDK committed Dec 1, 2018
1 parent d0ebfbc commit 13e394c
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnome-extra/gnome-logs/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST gnome-logs-3.24.2.tar.xz 1000552 BLAKE2B da237fbce0b1ced77c52ffab1965f6e1209df8fa1f224274b3dddd30bea106fed6449e37e0ad654b579ce1128fb6b554ffd521faa5362db9ef8f8f2a54a1685f SHA512 6f7dabb0b0093b860198344373eb1feae244ed23c3a65494499c09a83c687ba68ff023ec5ce34846be51fd74293fdb4b575cf3a748a22fae183e89086eba1db9
DIST gnome-logs-3.30.0.tar.xz 1289980 BLAKE2B 51c99c335b72039eab96feae8acff55f17c65b44959ce7b0f6a310a71dc4d372fd7e225a73650896a7177650ca77df6cf340a91cdbbff0cd18dfc1b2fd658d1b SHA512 940aa6883538aad28ce86e313425e28f2633d68f55dc3b17260bd81f6232799b29234d9a26dfd0cd26af0d0debf0cb832e76b5b8743d95b8e32514ac5fe6ece0
55 changes: 55 additions & 0 deletions gnome-extra/gnome-logs/gnome-logs-3.30.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit gnome.org gnome2-utils meson virtualx xdg

DESCRIPTION="Log messages and event viewer"
HOMEPAGE="https://wiki.gnome.org/Apps/Logs"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
gnome-base/gsettings-desktop-schemas
>=dev-libs/glib-2.43.90:2
>=x11-libs/gtk+-3.22:3
sys-apps/systemd:=
"
DEPEND="${RDEPEND}
dev-util/glib-utils
>=sys-devel/gettext-0.19.8
~app-text/docbook-xml-dtd-4.3
dev-libs/appstream-glib
dev-libs/libxml2:2
dev-libs/libxslt
dev-util/itstool
virtual/pkgconfig
"

src_configure() {
local emesonargs=(
$(meson_use test tests)
-Dman=true
)
meson_src_configure
}

src_test() {
virtx meson_src_test
}

pkg_postinst() {
xdg_pkg_postinst
gnome2_icon_cache_update
gnome2_schemas_update
}

pkg_postrm() {
xdg_pkg_postrm
gnome2_icon_cache_update
gnome2_schemas_update
}

0 comments on commit 13e394c

Please sign in to comment.