mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
app-editors/tea: drop 47.0.0, 62.1.1, 62.2.1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -1,4 +1 @@
|
||||
DIST tea-47.0.0.tar.bz2 437273 BLAKE2B 8ed36526dedc6df4af74ef0e400c2ee2e19bb533cf2a4fa51df83f21ad78abb0e8e90bce3469e2e8db5f780ba8a900aedf2737c736945431b836ba0a76574b26 SHA512 7136d59383bf43c6a024a31aa29860a3e89893ff091a42f44f9e7088fb318920ab886cd1fdabc8ff6e3c30f8eb3d46d707228d2d45fb085ed7c822a4ffd89d13
|
||||
DIST tea-qt-62.1.1.tar.gz 675996 BLAKE2B 2219a7f61fe54426b0216e5612b05048ee6f1451084d4aa66c0744110ce6151c2ba46acf1c7e7b5916ae6194516391fa1c23cb797ecd7ac423e3005a88da85f4 SHA512 1d81b83a6f25f385959a507342f4a79c24be5af20c2841d851f0d233cbd77142c672c9f147a185e3088000172d5d943bd290497dfcbec87c1a3e0b96a40a5217
|
||||
DIST tea-qt-62.2.1.tar.gz 676570 BLAKE2B f4fa2756d6016d84c0c20c572dc2e03013d8f5b12d726d6d0aa4edbdcb5784552c8330c52f4016dcb85c0d8e1923bfdc90d39dd4dee4f378ac8c07182f1e7eee SHA512 0e2adf21023867466b7a4228c56ac1d05533b27f4abee672529c1f506f8d5e2880216bae35e1ff5ad0e0dc64c22c7536144c54c347c9d8f1d569fb74261101d0
|
||||
DIST tea-qt-62.4.0.tar.gz 676565 BLAKE2B 2dbeeb37142bcc6d5a8434e21380e316f49f614e3c602799088848994eac0b57bff54ca07f8ac411a76a480a0079fccf6d648bebc1c10a9c8790228f7c2efd87 SHA512 57af069d0afd25319cede65c9dcf08860267d22f4aebbe9b068e28739fd74d8b1da960f09ce41fc1cb88c68e29c96ec2e2a6e167777ac32cd7bd9d543b05dd42
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
From 8fb78950cd2e50c76cbf34b5245a413a5f3477f0 Mon Sep 17 00:00:00 2001
|
||||
From: Alfred Wingate <parona@protonmail.com>
|
||||
Date: Sun, 19 Nov 2023 12:56:05 +0200
|
||||
Subject: [PATCH] Remove whitespace at the end the desktop file
|
||||
|
||||
* QA Notice: This package installs one or more .desktop files that do not
|
||||
* pass validation.
|
||||
*
|
||||
* /usr/share/applications/tea.desktop: error: (will be fatal in the future): value "text/plain;application/epub+zip;application/fb2;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.oasis.opendocument.text;application/rtf;application/x-tex; " for key "MimeType" in group "Desktop Entry" contains value " " which is an invalid MIME type: " " does not contain a subtype
|
||||
*
|
||||
|
||||
Signed-off-by: Alfred Wingate <parona@protonmail.com>
|
||||
--- a/desktop/tea.desktop
|
||||
+++ b/desktop/tea.desktop
|
||||
@@ -6,7 +6,7 @@ Icon=tea
|
||||
Exec=tea %F
|
||||
Categories=Utility;TextEditor;
|
||||
StartupNotify=false
|
||||
-MimeType=text/plain;application/epub+zip;application/fb2;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.oasis.opendocument.text;application/rtf;application/x-tex;
|
||||
+MimeType=text/plain;application/epub+zip;application/fb2;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.oasis.opendocument.text;application/rtf;application/x-tex;
|
||||
NoDisplay=false
|
||||
Version=1.1
|
||||
Keywords=text editor;text;editor;
|
||||
--
|
||||
2.42.1
|
||||
|
||||
@@ -12,7 +12,5 @@
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="aspell">Enable spellchecking using <pkg>app-text/aspell</pkg></flag>
|
||||
<flag name="hunspell">Enable spellchecking using <pkg>app-text/hunspell</pkg></flag>
|
||||
<flag name="qml">Enable support for plugins using QML</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,59 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit qmake-utils xdg
|
||||
|
||||
DESCRIPTION="Small, lightweight Qt text editor"
|
||||
HOMEPAGE="https://tea.ourproject.org/"
|
||||
SRC_URI="https://tea.ourproject.org/dloads/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~riscv x86"
|
||||
IUSE="aspell djvu hunspell pdf +qml"
|
||||
|
||||
BDEPEND="
|
||||
hunspell? ( virtual/pkgconfig )
|
||||
"
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdeclarative:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtprintsupport:5
|
||||
dev-qt/qtwidgets:5
|
||||
sys-libs/zlib
|
||||
aspell? ( app-text/aspell )
|
||||
djvu? ( app-text/djvu )
|
||||
hunspell? ( app-text/hunspell:= )
|
||||
pdf? ( app-text/poppler[qt5] )
|
||||
qml? ( dev-qt/qtdeclarative:5 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog NEWS NEWS-RU TODO )
|
||||
|
||||
src_configure() {
|
||||
local myqmakeargs=(
|
||||
PREFIX=/usr
|
||||
$(usex aspell '' CONFIG+=noaspell)
|
||||
$(usex djvu CONFIG+=usedjvu '')
|
||||
$(usex hunspell '' CONFIG+=nohunspell)
|
||||
$(usex pdf CONFIG+=usepoppler '')
|
||||
$(usex qml '' CONFIG+=noqml)
|
||||
)
|
||||
eqmake5 tea-qmake.pro "${myqmakeargs[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
einstalldocs
|
||||
|
||||
docinto html
|
||||
dodoc manuals/*.html
|
||||
|
||||
insinto /usr/share/qt5/translations
|
||||
doins translations/${PN}_*.qm
|
||||
}
|
||||
@@ -1,76 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
MY_P="tea-qt-${PV}"
|
||||
|
||||
DESCRIPTION="Small, lightweight Qt text editor"
|
||||
HOMEPAGE="https://tea.ourproject.org/"
|
||||
SRC_URI="https://github.com/psemiletov/tea-qt/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~riscv ~x86"
|
||||
IUSE="aspell djvu pdf"
|
||||
|
||||
# qt6 blocked by poppler[qt6]
|
||||
DEPEND="
|
||||
app-text/hunspell:=
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
sys-libs/zlib
|
||||
aspell? ( app-text/aspell )
|
||||
djvu? ( app-text/djvu )
|
||||
pdf? ( app-text/poppler:=[qt5] )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog NEWS NEWS-RU TODO )
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/tea-62.1.1-qt-option.patch"
|
||||
"${FILESDIR}/tea-62.1.1-fix-desktop.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
# Replace AUR link with p.g.o link
|
||||
sed -i \
|
||||
-e 's,AUR: aur.archlinux.org/packages/tea-qt-git,Gentoo: https://packages.gentoo.org/packages/app-editors/tea,' \
|
||||
tea.cpp translations/{de,es,fr,pl,ru}.ts || die
|
||||
|
||||
# Rename tea to tea-qt to avoid file conflict with dev-util/tea
|
||||
# bug #917587
|
||||
# https://github.com/psemiletov/tea-qt/issues/50
|
||||
sed -i -e '/set_target_properties(tea PROPERTIES$/ a\
|
||||
OUTPUT_NAME \"tea-qt\"' \
|
||||
CMakeLists.txt || die
|
||||
sed -i -e '/Exec/ { s/tea/tea-qt/ }' desktop/tea.desktop || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DUSE_ASPELL=$(usex aspell)
|
||||
-DUSE_PDF=$(usex pdf)
|
||||
-DUSE_DJVU=$(usex djvu)
|
||||
-DUSE_QT6=OFF # blocked by poppler-qt6
|
||||
-DUSE_PRINTER=OFF # only for qt6
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
|
||||
if [[ "${REPLACING_VERSIONS}" == "47.0.0" ]]; then
|
||||
elog "Executable 'tea' has been renamed to 'tea-qt'"
|
||||
fi
|
||||
}
|
||||
@@ -1,83 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
MY_P="tea-qt-${PV}"
|
||||
|
||||
DESCRIPTION="Small, lightweight Qt text editor"
|
||||
HOMEPAGE="https://tea.ourproject.org/"
|
||||
SRC_URI="https://github.com/psemiletov/tea-qt/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~riscv x86"
|
||||
IUSE="aspell djvu qt6 pdf"
|
||||
|
||||
RESTRICT="test" # no tests
|
||||
|
||||
DEPEND="
|
||||
app-text/hunspell:=
|
||||
sys-libs/zlib
|
||||
aspell? ( app-text/aspell )
|
||||
djvu? ( app-text/djvu )
|
||||
qt6? (
|
||||
dev-qt/qtbase:6[widgets]
|
||||
dev-qt/qt5compat:6
|
||||
pdf? ( app-text/poppler:=[qt6(-)] )
|
||||
)
|
||||
!qt6? (
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
pdf? ( app-text/poppler:=[qt5] )
|
||||
)
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog NEWS NEWS-RU TODO )
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/tea-62.1.1-fix-desktop.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
# Replace AUR link with p.g.o link
|
||||
sed -i \
|
||||
-e 's,AUR: aur.archlinux.org/packages/tea-qt-git,Gentoo: https://packages.gentoo.org/packages/app-editors/tea,' \
|
||||
tea.cpp translations/{de,es,fr,pl,ru}.ts || die
|
||||
|
||||
# Rename tea to tea-qt to avoid file conflict with dev-util/tea
|
||||
# bug #917587
|
||||
# https://github.com/psemiletov/tea-qt/issues/50
|
||||
sed -i -e '/set_target_properties(tea PROPERTIES$/ a\
|
||||
OUTPUT_NAME \"tea-qt\"' \
|
||||
CMakeLists.txt || die
|
||||
sed -i -e '/Exec/ { s/tea/tea-qt/ }' desktop/tea.desktop || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DUSE_ASPELL=$(usex aspell)
|
||||
-DUSE_PDF=$(usex pdf)
|
||||
-DUSE_DJVU=$(usex djvu)
|
||||
-DUSE_PRINTER=OFF # appears to be setup wrong
|
||||
$(cmake_use_find_package qt6 Qt6)
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
|
||||
if [[ "${REPLACING_VERSIONS}" == "47.0.0" ]]; then
|
||||
elog "Executable 'tea' has been renamed to 'tea-qt'"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user