From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mozo/
Date: Thu, 21 Dec 2023 11:55:46 +0000 (UTC) [thread overview]
Message-ID: <1703159387.e8d58bbd4ebc4c4b2f0817224e3b0ef816a806cb.sam@gentoo> (raw)
commit: e8d58bbd4ebc4c4b2f0817224e3b0ef816a806cb
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Mon Dec 18 05:53:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 11:49:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d58bbd
x11-misc/mozo: add 1.27.0
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/mozo/Manifest | 1 +
x11-misc/mozo/mozo-1.27.0.ebuild | 64 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 2cabad745d42..6ed3bbe37250 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,2 +1,3 @@
DIST mozo-1.26.1.tar.xz 242836 BLAKE2B 59047b087e531792c0e831779d06a2dc7d9d2709bef7a7c8ba4a21d6f9fe1a79f917e2ba4e4912d655ad94391c0f7789e6ad6394be1a7bcb482881781f81c9ff SHA512 8570db4719d88bb34269a23acaa63638c5b7e50bf840bca73db718040c9d585670f1fd3be128c51ff22b4314f59dad6050907db8ce60bb506e4d46c3f807707e
DIST mozo-1.26.2.tar.xz 249672 BLAKE2B 95e9a04fc91424e8ce95e870253bf1d2eddfbbf1b78b632b15d057a3ffa86068bb2c89442cfc50c4f74a76e75b345c6b06cf47d5891eed3ffce460697fb0094b SHA512 c4ea00f97f4dd5c9b33b78e1b438ba80a5e23b69d05f6ea59c522a580c1b07c280cddc0591f266c16f39bbe5f3e07ca28cdbd33753162a02584b551a9857b904
+DIST mozo-1.27.0.tar.xz 249452 BLAKE2B d8fc5af3512ed1d8674dfecf0ff8639a3233559015d297d0891a4c36eabf4d9e7e315095395213a1b6a509f056071e83ba19253949f96c3ecff54517fec26156 SHA512 9ccc2d9d5420a4184599546639514379a4326017d90efe5849a72a4ab7e4e6fbd63d13e91db5867aa3fd620d2d8cd257d122bd977eede6f0852949c66c8f7981
diff --git a/x11-misc/mozo/mozo-1.27.0.ebuild b/x11-misc/mozo/mozo-1.27.0.ebuild
new file mode 100644
index 000000000000..50ba031278cf
--- /dev/null
+++ b/x11-misc/mozo/mozo-1.27.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit mate python-r1
+
+DESCRIPTION="Mozo menu editor for MATE"
+LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+ >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
+ >=mate-base/mate-menus-1.21.0[introspection]
+ x11-libs/gdk-pixbuf:2[introspection]
+ >=x11-libs/gtk+-3.12:3[introspection]
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+"
+DEPEND="${COMMON_DEPEND}
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ mate_src_prepare
+ python_copy_sources
+}
+
+src_configure() {
+ python_foreach_impl run_in_build_dir mate_src_configure \
+ --disable-icon-update
+}
+
+src_compile() {
+ python_foreach_impl run_in_build_dir default
+}
+
+src_test() {
+ python_foreach_impl run_in_build_dir emake check
+}
+
+src_install() {
+ installing() {
+ mate_src_install
+
+ # Massage shebang to make python_doscript happy
+ sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
+ -i mozo || die
+
+ python_doscript mozo
+ python_optimize
+ }
+
+ python_foreach_impl run_in_build_dir installing
+}
next reply other threads:[~2023-12-21 11:55 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-21 11:55 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-26 3:17 [gentoo-commits] repo/gentoo:master commit in: x11-misc/mozo/ Sam James
2024-11-26 3:17 Sam James
2024-06-18 8:06 Joonas Niilola
2024-06-16 6:06 Joonas Niilola
2024-06-16 6:06 Joonas Niilola
2024-05-21 16:10 Rick Farina
2024-03-10 1:59 Sam James
2023-12-22 6:46 Sam James
2023-06-14 23:13 Sam James
2023-06-14 19:42 Sam James
2023-05-05 4:39 Sam James
2022-12-21 10:00 Andreas Sturmlechner
2022-12-16 20:39 Arthur Zamarin
2022-10-28 14:02 Arthur Zamarin
2022-09-07 7:52 Michał Górny
2021-08-02 1:40 Adam Feldman
2021-06-30 22:43 Adam Feldman
2021-06-02 17:31 Rick Farina
2021-05-31 21:07 Michał Górny
2020-12-02 23:31 Thomas Deutschmann
2020-12-02 21:54 Sam James
2020-09-25 20:32 Adam Feldman
2020-08-07 3:18 Adam Feldman
2020-05-08 4:45 Adam Feldman
2020-05-08 4:45 Adam Feldman
2020-04-06 17:49 Adam Feldman
2020-04-06 17:49 Adam Feldman
2019-08-13 8:17 Michał Górny
2019-05-12 21:04 Göktürk Yüksek
2019-04-14 21:25 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2019-03-17 22:04 Mikle Kolyada
2019-03-17 11:11 Mikle Kolyada
2018-10-06 20:25 Mart Raudsepp
2018-09-10 16:19 Mikle Kolyada
2018-09-09 23:53 Thomas Deutschmann
2017-09-27 3:23 NP Hardass
2017-06-04 15:18 Ettore Di Giacinto
2017-04-21 7:33 David Seifert
2017-01-29 12:57 Ettore Di Giacinto
2016-12-08 15:31 Ettore Di Giacinto
2016-11-24 22:22 Ettore Di Giacinto
2016-11-21 11:02 Ettore Di Giacinto
2016-10-15 2:59 NP Hardass
2016-10-15 2:59 NP Hardass
2016-08-12 5:13 NP Hardass
2016-08-06 2:12 NP Hardass
2016-07-25 18:36 NP Hardass
2016-05-30 19:18 Mikle Kolyada
2016-02-09 2:49 NP Hardass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1703159387.e8d58bbd4ebc4c4b2f0817224e3b0ef816a806cb.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox