kde-frameworks/breeze-icons: new package

Package-Manager: portage-2.2.24
This commit is contained in:
Michael Palimaka
2015-11-12 22:32:31 +11:00
parent 4183766677
commit 9391c87821
4 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST breeze-5.4.3.tar.xz 36568668 SHA256 fc89d5edcc8c3c13263d1b1759f0f8400ea79c76df0eeafcce91d462d4cf93fa SHA512 3c76d5ccf465c2392dd47a213c70111c3714edcb10f21ce3f44593c9c88feef4bc28b35ca40dc1ac96c62746f219b10c1af114c32163b58dc34c6181b1d57626 WHIRLPOOL ec2d05516929cedb416a905711d28f7bfa9f9aa9a394eb994177a9fdac72604708f041fc82ca499a893689c0768468cb88a91a1cea37f9d97748f2c61495fc39

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_AUTODEPS="false"
KDE_DEBUG="false"
KDE_DOXYGEN="false"
KDE_TEST="false"
KMNAME="breeze"
inherit kde5
DESCRIPTION="Breeze SVG icon theme"
SRC_URI="mirror://kde/stable/plasma/${PV}/${KMNAME}-${PV}.tar.xz"
KEYWORDS=" ~amd64 ~x86"
IUSE=""
DEPEND="$(add_frameworks_dep extra-cmake-modules)"
RDEPEND="!<kde-plasma/breeze-5.4.3:5"
PATCHES=( "${FILESDIR}/${PN}-5.4.3-CMakeLists.txt.patch" )

View File

@@ -0,0 +1,37 @@
--- a/CMakeLists.txt 2015-11-10 00:21:27.222697427 +0100
+++ b/CMakeLists.txt 2015-11-10 00:26:44.481731143 +0100
@@ -7,9 +7,6 @@
include(WriteBasicConfigVersionFile)
include(FeatureSummary)
-if(USE_KDE4)
- add_subdirectory(kstyle)
-else()
find_package(ECM 0.0.9 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
@@ -19,24 +16,7 @@
include(KDECompilerSettings)
include(GenerateExportHeader)
- add_subdirectory(cursors)
add_subdirectory(icons)
add_subdirectory(icons-dark)
- add_subdirectory(kdecoration)
- add_subdirectory(kstyle)
- add_subdirectory(misc)
- add_subdirectory(qtquickcontrols)
- add_subdirectory(wallpapers)
-
- INSTALL(FILES colors/Breeze.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/)
- INSTALL(FILES colors/BreezeDark.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/)
- INSTALL(FILES colors/BreezeHighContrast.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/)
- if(EXISTS ${CMAKE_SOURCE_DIR}/po AND IS_DIRECTORY ${CMAKE_SOURCE_DIR}/po)
- find_package(KF5I18n CONFIG REQUIRED)
- ki18n_install(po)
- endif()
-endif()
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
-message(" * Orion theme for GTK 2 and 3 will be set by gtkbreeze kconf_update binary,"
- " please install or add a runtime dependency to packages. https://github.com/shimmerproject/Orion")

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
</pkgmetadata>