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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4918158094 for ; Sun, 17 Jul 2022 08:16:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1821E0EC8; Sun, 17 Jul 2022 08:16:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7FCFE0EC8 for ; Sun, 17 Jul 2022 08:16:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A926D340D48 for ; Sun, 17 Jul 2022 08:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E24953E for ; Sun, 17 Jul 2022 08:16:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1658045769.2abd7a630e93df7af75add980d1d4623c46fcb71.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/appmenu-gtk-module/files/, x11-misc/appmenu-gtk-module/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.6.ebuild x11-misc/appmenu-gtk-module/files/0.7.6-no-automagic-gtk.patch x11-misc/appmenu-gtk-module/files/0.7.6-no-automagic-unitdir.patch x11-misc/appmenu-gtk-module/files/appmenu-gtk-module-0.7.6-fix-pkgconfig.patch x11-misc/appmenu-gtk-module/files/appmenu-gtk-module-0.7.6-no-automagic-gtk.patch x11-misc/appmenu-gtk-module/files/appmenu-gtk-module-0.7.6-no-automagic-unitdir.patch X-VCS-Directories: x11-misc/appmenu-gtk-module/files/ x11-misc/appmenu-gtk-module/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2abd7a630e93df7af75add980d1d4623c46fcb71 X-VCS-Branch: master Date: Sun, 17 Jul 2022 08:16:19 +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: 4a5e4786-2b77-4b29-901f-9098e360376a X-Archives-Hash: 6b1a2500ea0f52f782773174cb1347e8 commit: 2abd7a630e93df7af75add980d1d4623c46fcb71 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 17 08:09:43 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 17 08:16:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abd7a63 x11-misc/appmenu-gtk-module: Fix pkgconfig version, fix LICENSE - Minor ebuild style - Patch naming - Sync with 0.7.3 keywording change Package-Manager: Portage-3.0.32, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../appmenu-gtk-module/appmenu-gtk-module-0.7.6.ebuild | 16 +++++++--------- .../files/appmenu-gtk-module-0.7.6-fix-pkgconfig.patch | 10 ++++++++++ ...h => appmenu-gtk-module-0.7.6-no-automagic-gtk.patch} | 0 ... appmenu-gtk-module-0.7.6-no-automagic-unitdir.patch} | 0 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.6.ebuild b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.6.ebuild index b79bf5484484..8cfa793babbc 100644 --- a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.6.ebuild +++ b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.6.ebuild @@ -8,29 +8,27 @@ inherit gnome2-utils meson systemd DESCRIPTION="Application menu module for GTK" HOMEPAGE="https://gitlab.com/vala-panel-project/vala-panel-appmenu" SRC_URI="https://gitlab.com/vala-panel-project/vala-panel-appmenu/uploads/e0b6a32a340922cd05060292b0757162/${P}.tar.xz" +S="${WORKDIR}/${PN}" -LICENSE="GPL-2 LGPL-2" +LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="gtk2 wayland" -BDEPEND="virtual/pkgconfig" - RDEPEND=" dev-libs/glib[dbus] >=x11-libs/gtk+-3.22.0:3[wayland=] gtk2? ( >=x11-libs/gtk+-2.24.0:2 ) " - DEPEND="${RDEPEND} wayland? ( dev-libs/wayland ) " - -S="${WORKDIR}/${PN}" +BDEPEND="virtual/pkgconfig" PATCHES=( - "${FILESDIR}/0.7.6-no-automagic-gtk.patch" - "${FILESDIR}/0.7.6-no-automagic-unitdir.patch" + "${FILESDIR}/${P}-no-automagic-gtk.patch" + "${FILESDIR}/${P}-no-automagic-unitdir.patch" + "${FILESDIR}/${P}-fix-pkgconfig.patch" ) src_configure() { diff --git a/x11-misc/appmenu-gtk-module/files/appmenu-gtk-module-0.7.6-fix-pkgconfig.patch b/x11-misc/appmenu-gtk-module/files/appmenu-gtk-module-0.7.6-fix-pkgconfig.patch new file mode 100644 index 000000000000..f8b5439b28cb --- /dev/null +++ b/x11-misc/appmenu-gtk-module/files/appmenu-gtk-module-0.7.6-fix-pkgconfig.patch @@ -0,0 +1,10 @@ +--- a/meson.build 2020-10-28 22:05:23.000000000 +0100 ++++ b/meson.build 2022-07-17 09:53:55.047880112 +0200 +@@ -1,6 +1,6 @@ + project('appmenu-gtk-module', 'c', + meson_version: '>=0.49.0', +- version: '0.7', ++ version: '0.7.6', + license: ['LGPL-3.0-or-later'], + default_options: [ + 'c_std=gnu11', diff --git a/x11-misc/appmenu-gtk-module/files/0.7.6-no-automagic-gtk.patch b/x11-misc/appmenu-gtk-module/files/appmenu-gtk-module-0.7.6-no-automagic-gtk.patch similarity index 100% rename from x11-misc/appmenu-gtk-module/files/0.7.6-no-automagic-gtk.patch rename to x11-misc/appmenu-gtk-module/files/appmenu-gtk-module-0.7.6-no-automagic-gtk.patch diff --git a/x11-misc/appmenu-gtk-module/files/0.7.6-no-automagic-unitdir.patch b/x11-misc/appmenu-gtk-module/files/appmenu-gtk-module-0.7.6-no-automagic-unitdir.patch similarity index 100% rename from x11-misc/appmenu-gtk-module/files/0.7.6-no-automagic-unitdir.patch rename to x11-misc/appmenu-gtk-module/files/appmenu-gtk-module-0.7.6-no-automagic-unitdir.patch