mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
gui-libs/gtksourceview: treeclean
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST gtksourceview-5.2.0.tar.xz 1206200 BLAKE2B e681c3c1e1c275c237ac77b907b8f75af66b5724eb15a9d926b47b20aa2bb3a2895cca674ffcafbb9f58bb40ac78d4145e87759b00c73f6953501b1134d4858a SHA512 0d71b0340b11b3aadfff662abbaa8606cda696c256855201e559b144b124d6e7c87aee5ea1407928f549b0a5e8480c669403fe73ad76520c2214635a1a31bf52
|
||||
@@ -1,64 +0,0 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
VALA_MIN_API_VERSION="0.52"
|
||||
inherit gnome.org meson vala virtualx xdg
|
||||
|
||||
DESCRIPTION="GTK 4 syntax highlighting widget"
|
||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/gtksourceview"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="5"
|
||||
IUSE="gtk-doc +introspection +vala"
|
||||
REQUIRED_USE="vala? ( introspection )"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/fribidi
|
||||
dev-libs/glib:2
|
||||
dev-libs/libpcre2:=
|
||||
dev-libs/libxml2:2
|
||||
gui-libs/gtk:4
|
||||
media-libs/fontconfig
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/pango
|
||||
introspection? ( dev-libs/gobject-introspection:= )
|
||||
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
gtk-doc? (
|
||||
dev-util/gtk-doc
|
||||
app-text/docbook-xml-dtd:4.3
|
||||
)
|
||||
vala? ( $(vala_depend) )
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS HACKING NEWS README.{md,win32} )
|
||||
|
||||
src_prepare() {
|
||||
use vala && vala_src_prepare
|
||||
default
|
||||
|
||||
# deselect failing test
|
||||
sed "/test-regex/d" -i testsuite/meson.build || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dsysprof=false
|
||||
$(meson_feature introspection)
|
||||
$(meson_use vala vapi)
|
||||
$(meson_use gtk-doc gtk_doc)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
virtx meson_src_test
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<doc>https://gnome.pages.gitlab.gnome.org/gtksourceview/gtksourceview5/</doc>
|
||||
<changelog>https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/master/NEWS</changelog>
|
||||
<bugs-to>https://gitlab.gnome.org/GNOME/gtksourceview/-/issues</bugs-to>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK+
|
||||
widget for multiline text editing. GtkSourceView adds support for syntax
|
||||
highlighting, undo/redo, file loading and saving, search and replace, a
|
||||
completion system, printing, displaying line numbers, and other features typical
|
||||
of a source code editor.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user