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 E59E415808B for ; Thu, 24 Mar 2022 02:39:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07998E0896; Thu, 24 Mar 2022 02:39:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE01DE0893 for ; Thu, 24 Mar 2022 02:39:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81B093431D4 for ; Thu, 24 Mar 2022 02:38:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EB6D33A for ; Thu, 24 Mar 2022 02:38:58 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1648089351.e16d3cb772f60829a276a7e3d45d8d9af0b0d2b6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/alacarte/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/alacarte/Manifest x11-misc/alacarte/alacarte-3.44.1.ebuild X-VCS-Directories: x11-misc/alacarte/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e16d3cb772f60829a276a7e3d45d8d9af0b0d2b6 X-VCS-Branch: master Date: Thu, 24 Mar 2022 02:38:58 +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: 3402b484-5a22-4253-872e-f115fa3ef66d X-Archives-Hash: f925975cc76eb305864eb35dd96bdc14 commit: e16d3cb772f60829a276a7e3d45d8d9af0b0d2b6 Author: Matt Turner gentoo org> AuthorDate: Thu Mar 24 02:32:40 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Mar 24 02:35:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16d3cb7 x11-misc/alacarte: Version bump to 3.44.1 Signed-off-by: Matt Turner gentoo.org> x11-misc/alacarte/Manifest | 1 + x11-misc/alacarte/alacarte-3.44.1.ebuild | 36 ++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/x11-misc/alacarte/Manifest b/x11-misc/alacarte/Manifest index d2e92e9f5620..456e1e7e4dc8 100644 --- a/x11-misc/alacarte/Manifest +++ b/x11-misc/alacarte/Manifest @@ -1 +1,2 @@ DIST alacarte-3.42.0.tar.xz 203836 BLAKE2B e020529acd5b6b716c8e1b876b3edc1107cf61fbcebb648ce7f593e830f0ae7ea3445a5ccda2cd798e0441e999cff2e9e4630a7b2fe0b711adef56bf59931c25 SHA512 df56f79e0697268ceebd15614c9e6c6bbef82c10c64c90b39eac1718043edb1a1ea71d03798705d94407cf2dcc3fead6c2d08ff6c5a9ca710574eb15ffed68d1 +DIST alacarte-3.44.1.tar.xz 253364 BLAKE2B ebd542430f909291d06c1094aac52f87760547013f012167fa5616609251a6cb48b258122424a119b3ab10e6e2289d9a282dd66da3dcf5590b09d9c686a8934b SHA512 84b1cebdcbb53e2cca5a1425829b00db0b2a11e308584ea96179c2d0451d8c77fa6a995ae4671a024fab72869c7d2e9986dc310bfab38fe8b7b2f54d383501ca diff --git a/x11-misc/alacarte/alacarte-3.44.1.ebuild b/x11-misc/alacarte/alacarte-3.44.1.ebuild new file mode 100644 index 000000000000..c78a03bfd63d --- /dev/null +++ b/x11-misc/alacarte/alacarte-3.44.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml" + +inherit gnome2 python-single-r1 + +DESCRIPTION="Simple GNOME menu editor" +HOMEPAGE="https://gitlab.gnome.org/GNOME/alacarte" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + ${PYTHON_DEPS} + $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]') + >=gnome-base/gnome-menus-3.5.3:3[introspection] +" +RDEPEND="${DEPEND} + x11-libs/gdk-pixbuf:2[introspection] + x11-libs/gtk+:3[introspection] +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_install() { + gnome2_src_install + python_optimize +}