diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-12 20:06:40 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-12 20:06:40 -0500 |
| commit | 193236e34a32b643d816ed04394476eab7e04db7 (patch) | |
| tree | 8b608b17886179a6530935fc0531c7a89a51d1a0 /app-editors | |
| parent | 9f2ba2858a177b1c2335b5b46428ee7cec08c288 (diff) | |
| download | baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.gz baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.xz baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.zip | |
Adding metadata
Diffstat (limited to 'app-editors')
| -rw-r--r-- | app-editors/ghex/Manifest | 1 | ||||
| -rw-r--r-- | app-editors/ghex/ghex-50.4.ebuild | 66 | ||||
| -rw-r--r-- | app-editors/gnome-text-editor/Manifest | 3 | ||||
| -rw-r--r-- | app-editors/gnome-text-editor/gnome-text-editor-48.3.ebuild | 54 | ||||
| -rw-r--r-- | app-editors/gnome-text-editor/gnome-text-editor-50.1.ebuild (renamed from app-editors/gnome-text-editor/gnome-text-editor-49.1.ebuild) | 2 |
5 files changed, 69 insertions, 57 deletions
diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest index 1d134190556d..611dc78edf9f 100644 --- a/app-editors/ghex/Manifest +++ b/app-editors/ghex/Manifest @@ -1,2 +1,3 @@ DIST ghex-48.3.tar.xz 943140 BLAKE2B 0da42b47fd0f2e0c8bf377d44ea7c0f2ce794f38664460d62348a92f169223179a47a6d9d50282a7c5dab11ab01e77ef60cd1f588190245d62e6f329d5306474 SHA512 8159eec716868f8c66c9a0a136c34dbadaa4552f59add6fe47e0606e3cf3dc9d53c1607702dbdd91444b6f4540ce862da3acc1d69231820282719991fa86d5bf DIST ghex-50.3.tar.xz 970180 BLAKE2B cd4180081323066830e42ca749f5a1ab89ecffeb7829f8b381c6275411630a13259b751ac260dadd411feb2f68ebb240979596f81bd6a8cecfbdc74623ee3c06 SHA512 10aaa0425efb0d633fea757cc095b446b3468d93db4ac8b06c06fcc7adf2b8bb860cda8577092aa0ef05505a260fb956e77ccab5bdbbf18e4e6e554ff3b70c9e +DIST ghex-50.4.tar.xz 969136 BLAKE2B ccbdc28a1e81d6d7011dad910766a62738224232f7c5f0381d53fea054cfc6b51c81e42775c39af162bb4f000fe35f60ebcef0913a49a3379113340ea94e750c SHA512 36658da2c344b33a64bf5bed60094e605fca8b4823e80d3d165778ba2dafacd37b4f056717895d18c282de1aade626ca77922c217d8dd3d11645330224e53f1a diff --git a/app-editors/ghex/ghex-50.4.ebuild b/app-editors/ghex/ghex-50.4.ebuild new file mode 100644 index 000000000000..8069253ed659 --- /dev/null +++ b/app-editors/ghex/ghex-50.4.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org gnome2-utils meson xdg + +DESCRIPTION="GNOME hexadecimal editor" +HOMEPAGE="https://gitlab.gnome.org/GNOME/ghex" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git" + SRC_URI="" +else + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +fi + +LICENSE="GPL-2+ FDL-1.1+" +SLOT="4" +IUSE="gtk-doc test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-libs/glib-2.68.0:2 + >=gui-libs/gtk-4.17.5:4[introspection] + >=gui-libs/libadwaita-1.7:1 + >=dev-libs/gobject-introspection-1.82.0-r2:= + !app-editors/ghex:2 +" +DEPEND="${RDEPEND}" +BDEPEND=" + gtk-doc? ( dev-util/gi-docgen ) + test? ( + dev-util/desktop-file-utils + dev-libs/appstream + ) + dev-util/gtk-update-icon-cache + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/ + -Ddevelopment=false + -Dmmap-buffer-backend=true + -Ddirect-buffer-backend=true + -Dintrospection=enabled + $(meson_use gtk-doc gtk_doc) + -Dstatic-html-help=false + -Dvapi=false + ) + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/app-editors/gnome-text-editor/Manifest b/app-editors/gnome-text-editor/Manifest index 9f94cd533e00..d51685cbebea 100644 --- a/app-editors/gnome-text-editor/Manifest +++ b/app-editors/gnome-text-editor/Manifest @@ -1,3 +1,2 @@ -DIST gnome-text-editor-48.3.tar.xz 667388 BLAKE2B 9bc249e757d5e26eac8c7479ed9ef03dec91a7e5b5d72dccbac018f2222cbdaa5a5dd4a9cb3bc2cf2e085b287619e16c685a7d3703dfd4a7b74d4a4d0f36dc70 SHA512 0c084f96df3572c8de21560ef23ed2dcd273db3d1646a94f417e265ee9e03201dbbf62df16478712d20cb02d028b8d9e11e912009dda85268c49ef7ab66f0996 -DIST gnome-text-editor-49.1.tar.xz 695364 BLAKE2B 52f3ec17c8176228f61bede5ccf819bb4febeb67252e0382397293470d6dccfa6093764baf9b9c22a3bbabda89f635b54096d0db761c3b3a9626a475638e0544 SHA512 8097a591ca7c2c6807f973b639913afd592bc47faf80ae2fa8560b73ee6794f2e68933125dc8985eaa8742a3c436bc7beefb1df7d66d7c52cb45259978427edb DIST gnome-text-editor-49.2.tar.xz 699360 BLAKE2B 4fe77c981f12d84d0305126bb6f178f7dd71fa411d6a655b2ebbe715943b976c50b218d334440bfa5e3cbc93b778fbf22eba4289cbcbefa21c1477b2cebcc7b6 SHA512 6e80162fbfa2476e9049917d30e627e5d01f48edfa75beb100ef165570a73e8e5ae7d85b090406d8927e9e813aa1663cc7a4c6bfe84e6dc35289464daaf3ae23 +DIST gnome-text-editor-50.1.tar.xz 698492 BLAKE2B d37718e4132082fd74e64a99cf5ebd77b8f2fe87baabb0783b83d40665eb5a2dd46b34a4ac6aeec65609ee8a70065d79e6cfe9a63d83c3a25aff72ad17005cf6 SHA512 cfa5f234377ae3ff81552f928248fec58264df9057da33c1b2148e8a50cf08441e6cc74498c151b41e11ec1f1f17cbecfc89e79a27c6b8759e03568597b5fd14 diff --git a/app-editors/gnome-text-editor/gnome-text-editor-48.3.ebuild b/app-editors/gnome-text-editor/gnome-text-editor-48.3.ebuild deleted file mode 100644 index a77d10d2bf69..000000000000 --- a/app-editors/gnome-text-editor/gnome-text-editor-48.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="A simple text editor for the GNOME desktop" -HOMEPAGE="https://apps.gnome.org/TextEditor/" -S="${WORKDIR}/gnome-text-editor-${PV/_/.}" - -LICENSE="GPL-3+ CC-BY-SA-3.0" -SLOT="0" - -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" - -IUSE="+editorconfig" - -DEPEND=" - >=dev-libs/glib-2.80.0:2 - >=gui-libs/gtk-4.17.3:4 - >=gui-libs/gtksourceview-5.15.0:5 - >=gui-libs/libadwaita-1.6.0:1 - app-text/editorconfig-core-c - x11-libs/cairo - >=app-text/libspelling-0.3.0 -" -RDEPEND="${DEPEND} - gnome-base/gsettings-desktop-schemas -" -BDEPEND=" - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.21 - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - $(meson_feature editorconfig) - -Dbugreport_url="https://bugs.gentoo.org" - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-editors/gnome-text-editor/gnome-text-editor-49.1.ebuild b/app-editors/gnome-text-editor/gnome-text-editor-50.1.ebuild index 88fe3115fc0c..98844f9282fe 100644 --- a/app-editors/gnome-text-editor/gnome-text-editor-49.1.ebuild +++ b/app-editors/gnome-text-editor/gnome-text-editor-50.1.ebuild @@ -20,7 +20,7 @@ DEPEND=" >=dev-libs/glib-2.80.0:2 >=gui-libs/gtk-4.19.4:4 >=gui-libs/gtksourceview-5.15.0:5 - >=gui-libs/libadwaita-1.8_alpha:1 + >=gui-libs/libadwaita-1.8_rc:1 app-text/editorconfig-core-c >=app-text/libspelling-0.4.0 " |
