From 50553a570419fc8c7e50836ca7d00b95bc4ee618 Mon Sep 17 00:00:00 2001 From: haarp Date: Fri, 5 Jul 2019 17:22:18 +0200 Subject: xed 2.2.0 Signed-off-by: haarp --- app-editors/xed/Manifest | 4 +- app-editors/xed/xed-2.0.2.ebuild | 96 ---------------------------------------- app-editors/xed/xed-2.2.0.ebuild | 96 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 98 insertions(+), 98 deletions(-) delete mode 100644 app-editors/xed/xed-2.0.2.ebuild create mode 100644 app-editors/xed/xed-2.2.0.ebuild (limited to 'app-editors') diff --git a/app-editors/xed/Manifest b/app-editors/xed/Manifest index e933161..73ca488 100644 --- a/app-editors/xed/Manifest +++ b/app-editors/xed/Manifest @@ -1,4 +1,4 @@ DIST xed-1.8.3.tar.gz 3953436 BLAKE2B 8deca12fb709f3a665b111d7b0f4395b575ce159ee5a69360f266f2f3d83a2da1b3da6cda20dd4d6669e93c99d51dd974fd27975d805cdfc9c907cf8598a195b SHA512 e596e9ead6642e3b5c0798375f39a7f3d4c177edb845ad3b1905f4f3cd71a46b939c0e1ac408daf634f9fb31746ba0ec7e61c073630d1bda7d74396de01102a5 -DIST xed-2.0.2.tar.gz 3969427 BLAKE2B 815e887254e1c73012507e50a077eda8356d636aac0238e1458bc3d927f27aab296cc6dfb946a2ff495a3f954afbdcef7d7b1fb67b0ceffd44f81fc655c55106 SHA512 e3e5d986421e8034685d89b4fa7e9e34d1997118229c057c278674e79f7ccf2b00ccad0826ca0de6ad54340928a95d46dbf45941e66b91e543ff1a7ba4b1ca9d +DIST xed-2.2.0.tar.gz 3965815 BLAKE2B fe76b3624da0c1d71458b622682f711aa0cecda4958e34246bd8d0e6a8ad3c6ce7277a6225667f485343ff6fa946c76ea0184b4b0410f60e7aad8f36fcf2c5c8 SHA512 444ed3173c7cd484d82a00af78331798ff87d3a02f548d87b252353dfdcec5808547f2dfa3ee1bfd792ba9825acb336de6fcb7a9768c92b1efe4f1d29c5dfe27 EBUILD xed-1.8.3.ebuild 2062 BLAKE2B ea28221b545deabdfd1b9fa635b462679d892d6710f6989df5b0c5977409187fb1f765be424dc6139d21f4f0855b52603c2f50fdf24ba901e5312859f2b1e1c4 SHA512 fd53ba40313050ef2ae2d3511c52b4b87349b3bb04f9d71105b2a4afd35b937580941c2a91a9985583ce8f99d6483897e2f99438b8c96e1f5888db67dd7c8f2c -EBUILD xed-2.0.2.ebuild 2016 BLAKE2B 62b6c7e1d971b2642c217942a5c07940033d21ae1e129fea53582e19f6e8eb680eb09011244b98dc8c7e607d4514465d0cedef0bb1dc392380b686ef434abe59 SHA512 5ca0841a51963bc58c34d968b36654ec155d498e69038fc4008d473bd679ccffe5c2f8966cad002c0b4b5c485883a669e0f7f51651b17dcec4f71f9fde58e1fd +EBUILD xed-2.2.0.ebuild 2033 BLAKE2B 37e828660c845201aa5261d16ceadf30f2652afbc282b9d50470b96e98ac854271404f5b08d5e94c7f68a73657cb5649d20eea94c09d2466a55a80f2aa379d20 SHA512 baaab8222ad70e421397807be9c91632de4989c2d05a8bf9486ecccf8629705b5924f58c403645d393911e86b8a53d1a4b582337607d903991ee1151f549e7df diff --git a/app-editors/xed/xed-2.0.2.ebuild b/app-editors/xed/xed-2.0.2.ebuild deleted file mode 100644 index fef7344..0000000 --- a/app-editors/xed/xed-2.0.2.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2019 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -GNOME2_LA_PUNT="yes" # plugins are dlopened -PYTHON_COMPAT=( python3_{5,6} ) - -inherit eutils gnome2 meson multilib python-single-r1 - -DESCRIPTION="X-Apps [Text] Editor (Cross-DE, backward-compatible, GTK3, traditional UI)" -HOMEPAGE="https://github.com/linuxmint/xed" -SRC_URI="https://github.com/linuxmint/xed/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -SLOT="0" - -IUSE="doc +python spell test" -# python-single-r1 would request disabling PYTHON_TARGETS on libpeas -# we need to fix that -REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )" - -KEYWORDS="~amd64 ~x86" - -# X libs are not needed for OSX (aqua) -COMMON_DEPEND=" - >=dev-libs/libxml2-2.5.0:2 - >=dev-libs/glib-2.44:2[dbus] - >=x11-libs/gtk+-3.16:3[introspection] - >=x11-libs/gtksourceview-3.18:3.0[introspection] - >=dev-libs/libpeas-1.14.1[gtk] - - gnome-base/gsettings-desktop-schemas - gnome-base/gvfs - - >=x11-libs/xapps-1.2.2 - x11-libs/libX11 - net-libs/libsoup:2.4 - - python? ( - ${PYTHON_DEPS} - dev-python/pycairo[${PYTHON_USEDEP}] - >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}] - dev-libs/libpeas[${PYTHON_USEDEP}] ) - - spell? ( - app-text/gspell ) -" - -RDEPEND="${COMMON_DEPEND} - x11-themes/adwaita-icon-theme -" - -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - app-text/yelp-tools - dev-libs/libxml2:2 - >=dev-util/gtk-doc-am-1 - >=dev-util/intltool-0.50.1 - dev-util/itstool - >=sys-devel/gettext-0.18 - virtual/pkgconfig -" - -# yelp-tools, gnome-common needed to eautoreconf - -pkg_setup() { - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup -} - -src_prepare() { - gnome2_src_prepare -} - -src_configure() { - DOCS="AUTHORS HACKING NEWS.GEDIT NEWS.PLUMA README" - - local emesonargs=( - -Denable_gvfs_metadata=true - $(meson_use doc docs) - $(meson_use spell enable_spell) - ) - - meson_src_configure -} - -src_compile() { - meson_src_compile -} - -src_test() { - meson_src_test -} - -src_install() { - meson_src_install -} diff --git a/app-editors/xed/xed-2.2.0.ebuild b/app-editors/xed/xed-2.2.0.ebuild new file mode 100644 index 0000000..8000758 --- /dev/null +++ b/app-editors/xed/xed-2.2.0.ebuild @@ -0,0 +1,96 @@ +# Copyright 1999-2019 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +GNOME2_LA_PUNT="yes" # plugins are dlopened +PYTHON_COMPAT=( python3_{5,6} ) + +inherit eutils gnome2 meson multilib python-single-r1 + +DESCRIPTION="X-Apps [Text] Editor (Cross-DE, backward-compatible, GTK3, traditional UI)" +HOMEPAGE="https://github.com/linuxmint/xed" +SRC_URI="https://github.com/linuxmint/xed/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+ CC-BY-SA-3.0" +SLOT="0" + +IUSE="doc +python spell test" +# python-single-r1 would request disabling PYTHON_TARGETS on libpeas +# we need to fix that +REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )" + +KEYWORDS="~amd64 ~x86" + +# X libs are not needed for OSX (aqua) +COMMON_DEPEND=" + >=dev-libs/libxml2-2.5.0:2 + >=dev-libs/glib-2.44:2[dbus] + >=x11-libs/gtk+-3.16:3[introspection] + >=x11-libs/gtksourceview-3.18:3.0[introspection] + >=dev-libs/libpeas-1.14.1[gtk] + + gnome-base/gsettings-desktop-schemas + gnome-base/gvfs + + >=x11-libs/xapps-1.2.2 + x11-libs/libX11 + net-libs/libsoup:2.4 + + python? ( + ${PYTHON_DEPS} + dev-python/pycairo[${PYTHON_USEDEP}] + >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}] + dev-libs/libpeas[${PYTHON_USEDEP}] ) + + spell? ( + app-text/gspell ) +" + +RDEPEND="${COMMON_DEPEND} + x11-themes/adwaita-icon-theme +" + +DEPEND="${COMMON_DEPEND} + app-text/docbook-xml-dtd:4.1.2 + app-text/yelp-tools + dev-libs/libxml2:2 + >=dev-util/gtk-doc-am-1 + >=dev-util/intltool-0.50.1 + dev-util/itstool + >=sys-devel/gettext-0.18 + virtual/pkgconfig +" + +# yelp-tools, gnome-common needed to eautoreconf + +pkg_setup() { + use python && [[ ${MERGE_TYPE} != binary ]] && python_setup +} + +src_prepare() { + gnome2_src_prepare +} + +src_configure() { + DOCS="AUTHORS HACKING NEWS.GEDIT NEWS.PLUMA README debian/changelog" + + local emesonargs=( + -Denable_gvfs_metadata=true + $(meson_use doc docs) + $(meson_use spell enable_spell) + ) + + meson_src_configure +} + +src_compile() { + meson_src_compile +} + +src_test() { + meson_src_test +} + +src_install() { + meson_src_install +} -- cgit v1.2.3-65-gdbad