diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-14 18:01:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-14 19:36:11 +0100 |
commit | fddcfebcd359ab2e6b520ee4ac090ab7fe22ab3c (patch) | |
tree | 6c0235bf97893bae2b3139273fbf2c7fd5c6e4c9 /x11-terms | |
parent | x11-terms/qterminal: remove unused patch (diff) | |
download | gentoo-fddcfebcd359ab2e6b520ee4ac090ab7fe22ab3c.tar.gz gentoo-fddcfebcd359ab2e6b520ee4ac090ab7fe22ab3c.tar.bz2 gentoo-fddcfebcd359ab2e6b520ee4ac090ab7fe22ab3c.zip |
x11-terms/qterminal: Drop 0.7.1
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/qterminal/Manifest | 1 | ||||
-rw-r--r-- | x11-terms/qterminal/files/qterminal-0.7.1-no-liblxqt.patch | 51 | ||||
-rw-r--r-- | x11-terms/qterminal/qterminal-0.7.1.ebuild | 38 |
3 files changed, 0 insertions, 90 deletions
diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest index 5e31db7e865d..568c877a7625 100644 --- a/x11-terms/qterminal/Manifest +++ b/x11-terms/qterminal/Manifest @@ -1,2 +1 @@ -DIST qterminal-0.7.1.tar.xz 99164 BLAKE2B d1f831cc8eb9ff5ba4a81325a29461d698addcfcba44e0881b0f5adfc20ec2dda5b408e8909e7a3faa3c0a283cff805b91cfb31c41ef6d02fbf99a9936409357 SHA512 45f83a4179a90379678b7875de386e04c77505d89d8c0c447a0892a279bc1776d0847a54683d43af085bcb306cc0e4d0858f1c49dc6e0e08f549d7350584625d DIST qterminal-0.9.0.tar.xz 107072 BLAKE2B 08673e6cde08d9b95a1197d8125a2997e3f28be4e2825bb7b3a757f01ba7a29808c71eb22d80ba1b3c92885230c275414b501120316be91af9f623f3ff05b4e0 SHA512 42553a847873e71543161855b6f07b521ebf7db8091a1753dfc4ad4bbdf7f074f74b7e7195e56ee482b5b9ff3ea3037250ba74fb64a8137fb3959fceaa2baa6e diff --git a/x11-terms/qterminal/files/qterminal-0.7.1-no-liblxqt.patch b/x11-terms/qterminal/files/qterminal-0.7.1-no-liblxqt.patch deleted file mode 100644 index 536c971a0da1..000000000000 --- a/x11-terms/qterminal/files/qterminal-0.7.1-no-liblxqt.patch +++ /dev/null @@ -1,51 +0,0 @@ -Translations are fetched from upstream git repo at build time, so disable them. - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -30,14 +30,14 @@ - # we need qpa/qplatformnativeinterface.h for global shortcut - find_package(Qt5Gui REQUIRED) - find_package(Qt5Widgets REQUIRED) --find_package(Qt5LinguistTools REQUIRED) -+#find_package(Qt5LinguistTools REQUIRED) - if(APPLE) - elseif(UNIX) - find_package(Qt5X11Extras REQUIRED) - endif() - find_package(QTermWidget5 REQUIRED) --find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED) --include(LXQtTranslateTs) -+#find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED) -+#include(LXQtTranslateTs) - message(STATUS "Qt version: ${Qt5Core_VERSION_STRING}") - - include(${QTERMWIDGET_USE_FILE}) -@@ -110,17 +110,17 @@ - qt5_wrap_ui( QTERM_UI ${QTERM_UI_SRC} ) - qt5_wrap_cpp( QTERM_MOC ${QTERM_MOC_SRC} ) - qt5_add_resources( QTERM_RCC ${QTERM_RCC_SRC} ) --lxqt_translate_ts(QTERM_QM -- TRANSLATION_DIR "src/translations" -- PULL_TRANSLATIONS -- ${PULL_TRANSLATIONS} -- CLEAN_TRANSLATIONS -- ${CLEAN_TRANSLATIONS} -- TRANSLATIONS_REPO -- ${TRANSLATIONS_REPO} -- TRANSLATIONS_REFSPEC -- ${TRANSLATIONS_REFSPEC} --) -+#lxqt_translate_ts(QTERM_QM -+# TRANSLATION_DIR "src/translations" -+# PULL_TRANSLATIONS -+# ${PULL_TRANSLATIONS} -+# CLEAN_TRANSLATIONS -+# ${CLEAN_TRANSLATIONS} -+# TRANSLATIONS_REPO -+# ${TRANSLATIONS_REPO} -+# TRANSLATIONS_REFSPEC -+# ${TRANSLATIONS_REFSPEC} -+#) - - include_directories( - "${CMAKE_SOURCE_DIR}" diff --git a/x11-terms/qterminal/qterminal-0.7.1.ebuild b/x11-terms/qterminal/qterminal-0.7.1.ebuild deleted file mode 100644 index 53bd102090d7..000000000000 --- a/x11-terms/qterminal/qterminal-0.7.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils gnome2-utils - -DESCRIPTION="Qt-based multitab terminal emulator" -HOMEPAGE="https://github.com/lxde/qterminal" -SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 - ~x11-libs/qtermwidget-${PV} -" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-0.7.1-no-liblxqt.patch" ) - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |