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 2A033158020 for ; Sat, 3 Dec 2022 01:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A6EBE0E0E; Sat, 3 Dec 2022 01:04:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FB61E0E0E for ; Sat, 3 Dec 2022 01:04:28 +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 538153412D1 for ; Sat, 3 Dec 2022 01:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A6AE776 for ; Sat, 3 Dec 2022 01:04:24 +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: <1670029454.ab3ea1e9c26d012d363a92d9d3ee33e30956865a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/pluma-plugins/Manifest app-editors/pluma-plugins/metadata.xml app-editors/pluma-plugins/pluma-plugins-1.26.0.ebuild X-VCS-Directories: app-editors/pluma-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab3ea1e9c26d012d363a92d9d3ee33e30956865a X-VCS-Branch: master Date: Sat, 3 Dec 2022 01:04:24 +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: cedaaed1-1a01-4181-9c5a-5e02cc38b8af X-Archives-Hash: 53353ff59d3d8e9814a981d41721fbea commit: ab3ea1e9c26d012d363a92d9d3ee33e30956865a Author: Oz Tiram gmail com> AuthorDate: Thu Dec 1 09:25:33 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 3 01:04:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3ea1e9 app-editors/pluma-plugins: new package, add 1.26.0 Signed-off-by: Oz Tiram gmail.com> Signed-off-by: Sam James gentoo.org> app-editors/pluma-plugins/Manifest | 1 + app-editors/pluma-plugins/metadata.xml | 15 +++++ .../pluma-plugins/pluma-plugins-1.26.0.ebuild | 71 ++++++++++++++++++++++ 3 files changed, 87 insertions(+) diff --git a/app-editors/pluma-plugins/Manifest b/app-editors/pluma-plugins/Manifest new file mode 100644 index 000000000000..9eeb0b88a346 --- /dev/null +++ b/app-editors/pluma-plugins/Manifest @@ -0,0 +1 @@ +DIST pluma-plugins-1.26.0.tar.xz 505652 BLAKE2B 09d34a3205796aab0b94b6e4d1c44b9902091b46511735b74a9cc1d1bee8a28352bf673ea7788eb4522e1dd0614a0399471aa8a076fd50f70bf1cf66e80326ad SHA512 ee59d52e0f879a5adf745c4be4a274f5c5b5403d7a9485236879e6e6db1c8f743de74be379fe84d2da73efe3eeb63bfa089a28f73762a6f0ceee0dbbbc464fa4 diff --git a/app-editors/pluma-plugins/metadata.xml b/app-editors/pluma-plugins/metadata.xml new file mode 100644 index 000000000000..62ccd0b85014 --- /dev/null +++ b/app-editors/pluma-plugins/metadata.xml @@ -0,0 +1,15 @@ + + + + + mate@gentoo.org + Gentoo MATE Desktop + + + Auto complete bracket pairs + Comment code blocks + Insert smart spaces + Enable synctex support for pdflatex + Embed a terminal in the bottom pane + + diff --git a/app-editors/pluma-plugins/pluma-plugins-1.26.0.ebuild b/app-editors/pluma-plugins/pluma-plugins-1.26.0.ebuild new file mode 100644 index 000000000000..ea5d9255a604 --- /dev/null +++ b/app-editors/pluma-plugins/pluma-plugins-1.26.0.ebuild @@ -0,0 +1,71 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MATE_LA_PUNT="yes" + +PYTHON_COMPAT=( python3_{8..11} ) + +inherit mate python-single-r1 + +if [[ ${PV} != 9999 ]]; then + KEYWORDS="~amd64" +fi + +DESCRIPTION="A set of plugins for Pluma, the MATE text editor." +LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" +SLOT="0" + +IUSE="+python bracketcompletion codecomment smartspaces synctex terminal" +REQUIRED_USE=" + "${PYTHON_REQUIRED_USE}" + bracketcompletion? ( python ) + codecomment? ( python ) + smartspaces? ( python ) + synctex? ( python ) + terminal? ( python ) + " + +RDEPEND=" + >=dev-libs/libpeas-1.14.1[gtk] + >=app-editors/gedit-40.0 + + >=dev-libs/glib-2.32:2 + >=x11-libs/gtk+-3.9:3 + >=x11-libs/gtksourceview-4.0.2:4 + + python? ( + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + app-editors/gedit[python,${PYTHON_SINGLE_USEDEP}] + dev-libs/libpeas[python,${PYTHON_SINGLE_USEDEP}] + >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] + ') + >=x11-libs/gtk+-3.9:3[introspection] + >=x11-libs/gtksourceview-4.0.2:4[introspection] + x11-libs/pango[introspection] + x11-libs/gdk-pixbuf:2[introspection] + synctex? ( >=dev-python/dbus-python-0.82 ) + terminal? ( >=x11-libs/vte-0.52:2.91[introspection] ) + + )" + +DEPEND="${RDEPEND}" +BDEPEND=" + dev-libs/libxml2 + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_install() { + mate_src_install + use python && python_optimize "${ED}/usr/$(get_libdir)/gedit/plugins/" +}