summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-05-31 11:47:48 -0400
committerMatt Turner <mattst88@gentoo.org>2022-05-31 14:23:34 -0400
commit8382d242b9ea38669033bea5095970fc04522efe (patch)
treed99ff42b00f4ce8969065bd15bc63e80a6feff76
parentgnome-extra/gnome-calendar: Drop old versions (diff)
downloadgentoo-8382d242b9ea38669033bea5095970fc04522efe.tar.gz
gentoo-8382d242b9ea38669033bea5095970fc04522efe.tar.bz2
gentoo-8382d242b9ea38669033bea5095970fc04522efe.zip
gnome-extra/gnome-characters: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--gnome-extra/gnome-characters/Manifest1
-rw-r--r--gnome-extra/gnome-characters/files/fix-build-with-meson-0.61.patch20
-rw-r--r--gnome-extra/gnome-characters/gnome-characters-41.0.ebuild46
3 files changed, 0 insertions, 67 deletions
diff --git a/gnome-extra/gnome-characters/Manifest b/gnome-extra/gnome-characters/Manifest
index 9ac1236fb3aa..7be7d30d169f 100644
--- a/gnome-extra/gnome-characters/Manifest
+++ b/gnome-extra/gnome-characters/Manifest
@@ -1,2 +1 @@
-DIST gnome-characters-41.0.tar.xz 197092 BLAKE2B d903489ed8fc4b722c5635fe5aa57eb00803b5a357405b7fbbe9af844cc3112070ef8fbcf79147578ce99dacafda287e43bfc57a2f5e9cf75dae56e388453109 SHA512 faa76b8ced642d5a1c4641fc4670800f851dd0aae98cd227fd0847c5b930d572f6838e677e11858d62f672a6cabfb1c5aa582a534cd8e37541e9fc1bb16fcc04
DIST gnome-characters-42.0.tar.xz 561308 BLAKE2B 454d2bbdc5e8486f50b3f21bba4a65aa0920654c2cc3376cdda62070011c1a296f240632ddcd412add7953fccb2780ba37ac3196aef138e9771cdf5a81061441 SHA512 ba6fa07ff90ede1cba0e541f0c4bda63f1d6122c18af44dafa3bfb0fa6f9580a3cd8580d0a12510e2eb95afedb4b0f350accc37eee85c3aa4422a66732dff404
diff --git a/gnome-extra/gnome-characters/files/fix-build-with-meson-0.61.patch b/gnome-extra/gnome-characters/files/fix-build-with-meson-0.61.patch
deleted file mode 100644
index 4033314ea517..000000000000
--- a/gnome-extra/gnome-characters/files/fix-build-with-meson-0.61.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Part of https://gitlab.gnome.org/GNOME/gnome-characters/-/commit/3b84cc750b70482a1cc30864dc51cde60df0332d
-https://bugs.gentoo.org/831471
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -47,7 +47,6 @@
- desktop_conf.set('bindir', characters_bindir)
-
- i18n.merge_file(
-- 'desktop-file',
- type: 'desktop',
- input: configure_file (
- input: characters_name + '.desktop.in',
-@@ -61,7 +60,6 @@
- )
-
- appdata_file = i18n.merge_file(
-- 'appdata-file',
- input: characters_name + '.appdata.xml.in',
- output: characters_application_id + '.appdata.xml',
- po_dir: po_dir,
diff --git a/gnome-extra/gnome-characters/gnome-characters-41.0.ebuild b/gnome-extra/gnome-characters/gnome-characters-41.0.ebuild
deleted file mode 100644
index 38255a48b231..000000000000
--- a/gnome-extra/gnome-characters/gnome-characters-41.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Unicode character map viewer and library"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap"
-
-LICENSE="GPL-2+ BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
- >=dev-libs/gjs-1.50
- >=dev-libs/glib-2.32:2
- >=dev-libs/gobject-introspection-1.35.9:=
- >=dev-libs/libunistring-0.9.5:=
- >=x11-libs/gtk+-3.20:3[introspection]
- x11-libs/gdk-pixbuf:2
- >=x11-libs/pango-1.36[introspection]
- gnome-base/gnome-desktop:3[introspection]
- >=gui-libs/libhandy-1.1:1=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-libs/libxml2:2
- dev-util/glib-utils
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/fix-build-with-meson-0.61.patch
-)
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postinst() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}