From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 554161581F3 for ; Tue, 26 Nov 2024 03:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88752E0824; Tue, 26 Nov 2024 03:17:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA626E0824 for ; Tue, 26 Nov 2024 03:17:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15D87343014 for ; Tue, 26 Nov 2024 03:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A91B41F0B for ; Tue, 26 Nov 2024 03:17:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1732590876.1b705bd6955b6658ea3f662f53cdc44f904e8977.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-system-monitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-system-monitor/Manifest mate-extra/mate-system-monitor/mate-system-monitor-1.28.1.ebuild X-VCS-Directories: mate-extra/mate-system-monitor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1b705bd6955b6658ea3f662f53cdc44f904e8977 X-VCS-Branch: master Date: Tue, 26 Nov 2024 03:17:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 75e1a633-da2e-4385-9d42-65b39cd2ddd1 X-Archives-Hash: 69ad3bf9bf2342e9033ab13846d48506 commit: 1b705bd6955b6658ea3f662f53cdc44f904e8977 Author: Ian Jordan gmail com> AuthorDate: Sun Nov 10 20:14:22 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 26 03:14:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b705bd6 mate-extra/mate-system-monitor: add 1.28.1 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Sam James gentoo.org> mate-extra/mate-system-monitor/Manifest | 1 + .../mate-system-monitor-1.28.1.ebuild | 67 ++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/mate-extra/mate-system-monitor/Manifest b/mate-extra/mate-system-monitor/Manifest index aec7bf3e118a..2382728d8266 100644 --- a/mate-extra/mate-system-monitor/Manifest +++ b/mate-extra/mate-system-monitor/Manifest @@ -1 +1,2 @@ DIST mate-system-monitor-1.28.0.tar.xz 2518132 BLAKE2B 375f89b87b79dac58a50ea139995872aa0cba208c9559d819d46e30dd3871d1d5d3bfdf6611e098daedc7e56d7f26ecefcf10b79c642740189a27900c6015b59 SHA512 238b2a2ac927cef78a67421499eaa983f875f90f0eeee4f1dcb175627784da2c2de24d2e8831f26f05779974a842962880a0dfb4eaf4e297ba41a5c1e82d9fce +DIST mate-system-monitor-1.28.1.tar.xz 2521892 BLAKE2B d02c50f20be8b3c71e932f5e52ccb90a282dd4801a5ce89d06c62bc19be93d125ed0ea86693b81cd5406ac7ff8111bf9debeedd4cb77f0ba92697f268a310585 SHA512 0b3feea79836b00140b616c142cca1198c69ad201f652d0623fe319b9dcfb322893bfc9075c0869c6c6ff105ba2d67704a784db56e31263b8c82ea65e07978cc diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.28.1.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.28.1.ebuild new file mode 100644 index 000000000000..33bee63b0332 --- /dev/null +++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.28.1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit mate toolchain-funcs + +MINOR=$(($(ver_cut 2) % 2)) +if [[ ${MINOR} -eq 0 ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +fi + +DESCRIPTION="The MATE System Monitor" + +LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" +SLOT="0" +IUSE="elogind systemd wnck" + +REQUIRED_USE="?? ( elogind systemd )" + +COMMON_DEPEND=" + >=dev-cpp/glibmm-2.26:2 + >=dev-cpp/gtkmm-3.8:3.0 + >=dev-libs/glib-2.56:2 + dev-libs/libsigc++:2 + >=dev-libs/libxml2-2:2 + >=gnome-base/libgtop-2.37.2:2= + >=gnome-base/librsvg-2.35:2 + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-3.22:3 + >=x11-libs/libwnck-3.0:3 + elogind? ( sys-auth/elogind ) + systemd? ( sys-apps/systemd ) +" + +RDEPEND="${COMMON_DEPEND} + >=sys-auth/polkit-0.97:0 + virtual/libintl +" + +DEPEND="${COMMON_DEPEND} + app-text/yelp-tools + >=sys-devel/gettext-0.19.8 + >=dev-build/autoconf-2.63:* + virtual/pkgconfig +" + +src_configure() { + local myconf=() + + if use elogind || use systemd; then + myconf+=( --enable-systemd ) + if use elogind; then + local pkgconfig="$(tc-getPKG_CONFIG)" + myconf+=( + SYSTEMD_CFLAGS="$(${pkgconfig} --cflags 'libelogind')" + SYSTEMD_LIBS="$(${pkgconfig} --libs 'libelogind')" + ) + fi + else + myconf+=( --disable-systemd ) + fi + + mate_src_configure "${myconf[@]}" \ + $(use_enable wnck) +}