commit:     17f990fdcc13177b7912dce6e41ab85f12928f0c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 16:28:45 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 16:28:45 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=17f990fd

kde-misc/openofficeorg-thumbnail: Remove

Moved to gentoo main tree.

 ...openofficeorg-thumbnail-1.0.0-kf5-support.patch | 78 ----------------------
 kde-misc/openofficeorg-thumbnail/metadata.xml      |  8 ---
 .../openofficeorg-thumbnail-1.0.0-r500.ebuild      | 28 --------
 3 files changed, 114 deletions(-)

diff --git 
a/kde-misc/openofficeorg-thumbnail/files/openofficeorg-thumbnail-1.0.0-kf5-support.patch
 
b/kde-misc/openofficeorg-thumbnail/files/openofficeorg-thumbnail-1.0.0-kf5-support.patch
deleted file mode 100644
index 53be8ec..0000000
--- 
a/kde-misc/openofficeorg-thumbnail/files/openofficeorg-thumbnail-1.0.0-kf5-support.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-diff -r 16f0dcf220bc CMakeLists.txt
---- a/CMakeLists.txt   Fri Jan 22 18:13:03 2010 -0300
-+++ b/CMakeLists.txt   Tue Oct 14 10:47:20 2014 +0200
-@@ -1,8 +1,19 @@
- project(OpenDocumentThumbnail)
- 
--find_package(KDE4 REQUIRED)
--include (KDE4Defaults)
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-+set(QT_MIN_VERSION "5.2.0")
- 
--include_directories( ${KDE4_INCLUDES} ${QT_INCLUDES} )
-+find_package(ECM 1.0.0 REQUIRED NO_MODULE)
-+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
- 
--add_subdirectory( src )
-+include(FeatureSummary)
-+include(WriteBasicConfigVersionFile)
-+include(KDEInstallDirs)
-+include(KDECMakeSettings)
-+include(KDECompilerSettings)
-+
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Gui)
-+find_package(KF5 REQUIRED COMPONENTS KIO)
-+find_package(KF5Archive)
-+
-+add_subdirectory(src)
-diff -r 16f0dcf220bc src/CMakeLists.txt
---- a/src/CMakeLists.txt       Fri Jan 22 18:13:03 2010 -0300
-+++ b/src/CMakeLists.txt       Tue Oct 14 10:47:20 2014 +0200
-@@ -1,12 +1,9 @@
- 
- set(OpenOfficeorgThumbnail_SRCS openofficeorgcreator.cpp)
- 
--qt4_add_resources(OpenOfficeorgThumbnail_SRCS openofficeorgthumbnail.qrc)
-+qt5_add_resources(OpenOfficeorgThumbnail_SRCS openofficeorgthumbnail.qrc)
- 
--kde4_add_plugin(openofficeorgthumbnail ${OpenOfficeorgThumbnail_SRCS})
--
--target_link_libraries(openofficeorgthumbnail ${KDE4_KIO_LIBS} )
--
--install(TARGETS openofficeorgthumbnail DESTINATION ${PLUGIN_INSTALL_DIR} )
--
-+add_library(openofficeorgthumbnail MODULE ${OpenOfficeorgThumbnail_SRCS})
-+target_link_libraries(openofficeorgthumbnail KF5::KIOWidgets KF5::Archive)
-+install(TARGETS openofficeorgthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
- install(FILES  openofficeorgthumbnail.desktop DESTINATION 
${SERVICES_INSTALL_DIR})
-diff -r 16f0dcf220bc src/opendocumentcreator.cpp
---- a/src/openofficeorgcreator.cpp     Fri Jan 22 18:13:03 2010 -0300
-+++ b/src/openofficeorgcreator.cpp     Tue Oct 14 10:47:20 2014 +0200
-@@ -28,7 +28,7 @@
- 
- extern "C"
- {
--    KDE_EXPORT ThumbCreator *new_creator()
-+    Q_DECL_EXPORT ThumbCreator *new_creator()
-     {
-         return new OOoCreator;
-     }
-@@ -95,7 +95,7 @@
- 
- ThumbCreator::Flags OOoCreator::flags() const
- {
--    return (Flags)(DrawFrame | BlendIcon);
-+    return (Flags)(DrawFrame);
- }
- 
- 
-diff -r 16f0dcf220bc src/opendocumentthumbnail.desktop
---- a/src/openofficeorgthumbnail.desktop       Fri Jan 22 18:13:03 2010 -0300
-+++ b/src/openofficeorgthumbnail.desktop       Tue Oct 14 10:47:20 2014 +0200
-@@ -5,5 +5,6 @@
- X-KDE-ServiceTypes=ThumbCreator
- 
MimeType=application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-master;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/vnd.oasis.opendocument.formula;application/vnd.oasis.opendocument.formula-template;application/vnd.oasis.opendocument.chart;application/vnd.oasis.opendocument.chart-template;
- X-KDE-Library=openofficeorgthumbnail
-+ServiceTypes=ThumbCreator
- CacheThumbnail=true
- IgnoreMaximumSize=true

diff --git a/kde-misc/openofficeorg-thumbnail/metadata.xml 
b/kde-misc/openofficeorg-thumbnail/metadata.xml
deleted file mode 100644
index 2fdbf33..0000000
--- a/kde-misc/openofficeorg-thumbnail/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>k...@gentoo.org</email>
-               <name>Gentoo KDE Project</name>
-       </maintainer>
-</pkgmetadata>

diff --git 
a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild 
b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
deleted file mode 100644
index d756db7..0000000
--- a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-MY_PN="OpenOfficeorgThumbnail"
-MY_P="${MY_PN}-${PV}"
-inherit kde5
-
-DESCRIPTION="KDE thumbnail-plugin that generates thumbnails for ODF files"
-HOMEPAGE="http://www.kde-apps.org/content/show.php?content=110864";
-SRC_URI="http://arielch.fedorapeople.org/devel/src/${MY_P}.tar.gz";
-
-LICENSE="LGPL-3"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep karchive)
-       $(add_frameworks_dep kio)
-       $(add_qt_dep qtgui)
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-kf5-support.patch )

Reply via email to