* [gentoo-commits] repo/proj/guru:master commit in: gui-libs/gtksourceview/
@ 2022-02-24 11:10 Ronny Gutbrod
0 siblings, 0 replies; 2+ messages in thread
From: Ronny Gutbrod @ 2022-02-24 11:10 UTC (permalink / raw
To: gentoo-commits
commit: ee008d9b041fe09cbb42a7019cb52c00afad8c08
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Feb 24 07:54:54 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Feb 24 07:54:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee008d9b
gui-libs/gtksourceview: update icon cache
Closes: https://bugs.gentoo.org/833957
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild b/gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild
index 78194f89f..3f0dccbaa 100644
--- a/gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild
+++ b/gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
VALA_MIN_API_VERSION="0.52"
-inherit gnome.org meson vala virtualx
+inherit gnome.org meson vala virtualx xdg
DESCRIPTION="GTK 4 syntax highlighting widget"
HOMEPAGE="https://gitlab.gnome.org/GNOME/gtksourceview"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-libs/gtksourceview/
@ 2022-03-17 19:27 Ronny Gutbrod
0 siblings, 0 replies; 2+ messages in thread
From: Ronny Gutbrod @ 2022-03-17 19:27 UTC (permalink / raw
To: gentoo-commits
commit: c522d472e93cd05c8faf568daac6cdc4a1c3e280
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 08:40:25 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Mar 17 08:40:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c522d472
gui-libs/gtksourceview: treeclean
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
gui-libs/gtksourceview/Manifest | 1 -
gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild | 64 -----------------------
gui-libs/gtksourceview/metadata.xml | 20 -------
3 files changed, 85 deletions(-)
diff --git a/gui-libs/gtksourceview/Manifest b/gui-libs/gtksourceview/Manifest
deleted file mode 100644
index 0716554aa..000000000
--- a/gui-libs/gtksourceview/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtksourceview-5.2.0.tar.xz 1206200 BLAKE2B e681c3c1e1c275c237ac77b907b8f75af66b5724eb15a9d926b47b20aa2bb3a2895cca674ffcafbb9f58bb40ac78d4145e87759b00c73f6953501b1134d4858a SHA512 0d71b0340b11b3aadfff662abbaa8606cda696c256855201e559b144b124d6e7c87aee5ea1407928f549b0a5e8480c669403fe73ad76520c2214635a1a31bf52
diff --git a/gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild b/gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild
deleted file mode 100644
index 3f0dccbaa..000000000
--- a/gui-libs/gtksourceview/gtksourceview-5.2.0.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/gui-libs/gtksourceview/metadata.xml b/gui-libs/gtksourceview/metadata.xml
deleted file mode 100644
index 2e04ea776..000000000
--- a/gui-libs/gtksourceview/metadata.xml
+++ /dev/null
@@ -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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-17 19:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-17 19:27 [gentoo-commits] repo/proj/guru:master commit in: gui-libs/gtksourceview/ Ronny Gutbrod
-- strict thread matches above, loose matches on Subject: below --
2022-02-24 11:10 Ronny Gutbrod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox