commit: 72df4299b8494aa324d03d0253d2092e687bb8d6 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Fri Dec 16 19:00:59 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Fri Dec 16 19:00:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=72df4299
kde-apps/kjots: Remove 5.0.1 Moved to gentoo main tree. Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch | 21 ---------- kde-apps/kjots/kjots-5.0.1.ebuild | 45 ---------------------- 2 files changed, 66 deletions(-) diff --git a/kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch b/kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch deleted file mode 100644 index 38c3d9d..0000000 --- a/kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit d536dbdf606d18baa437d03a9852fa6bb7289953 -Author: Andreas Sturmlechner <[email protected]> -Date: Sun Jan 31 00:09:17 2016 +0100 - - Fix Exec in desktop file - - thx to dvratil for the correct solution. - -diff --git a/data/org.kde.kjots.desktop b/data/org.kde.kjots.desktop -index cd40af1..f7e3533 100755 ---- a/data/org.kde.kjots.desktop -+++ b/data/org.kde.kjots.desktop -@@ -36,7 +36,7 @@ GenericName[uk]=Записна книжка - GenericName[x-test]=xxNote Takerxx - GenericName[zh_CN]=笔记记录工具 - Icon=kjots --Exec=kjots -caption %c -+Exec=kjots -qwindowtitle %c - Type=Application - Terminal=false - X-KDE-StartupNotify=true diff --git a/kde-apps/kjots/kjots-5.0.1.ebuild b/kde-apps/kjots/kjots-5.0.1.ebuild deleted file mode 100644 index 831e328..0000000 --- a/kde-apps/kjots/kjots-5.0.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Note taking utility by KDE" -HOMEPAGE="https://www.kde.org/applications/utilities/kjots/" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kparts) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-notes) - $(add_kdeapps_dep kmime) - $(add_kdeapps_dep kontactinterface) - $(add_kdeapps_dep kpimtextedit) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) - dev-libs/grantlee:5 - dev-libs/libxslt -" -DEPEND="${RDEPEND} - sys-devel/gettext -" - -PATCHES=( "${FILESDIR}/${P}-fix-startup.patch" )
