diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-06 00:42:18 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-06 00:42:25 +1000 |
commit | 819dbff6546f5ef498436914835b5d4dedce7371 (patch) | |
tree | 28ca8ea50a909ba17955658595267b2d53faacbb /kde-apps/kdebase-data/kdebase-data-16.04.3.ebuild | |
parent | Adjust for kde-base/kdelibs pkgmove (diff) | |
download | kde-sunset-819dbff6546f5ef498436914835b5d4dedce7371.tar.gz kde-sunset-819dbff6546f5ef498436914835b5d4dedce7371.tar.bz2 kde-sunset-819dbff6546f5ef498436914835b5d4dedce7371.zip |
kde-apps: import kde-runtime-16.04.3 from main tree
Diffstat (limited to 'kde-apps/kdebase-data/kdebase-data-16.04.3.ebuild')
-rw-r--r-- | kde-apps/kdebase-data/kdebase-data-16.04.3.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kdebase-data/kdebase-data-16.04.3.ebuild b/kde-apps/kdebase-data/kdebase-data-16.04.3.ebuild new file mode 100644 index 00000000..af782c4a --- /dev/null +++ b/kde-apps/kdebase-data/kdebase-data-16.04.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KMNAME="kde-runtime" +KMNOMODULE="true" +inherit kde4-meta + +DESCRIPTION="Icons, localization data and various .desktop files from kdebase" +IUSE="" +KEYWORDS="amd64 ~arm x86" + +RDEPEND=" + x11-themes/hicolor-icon-theme +" + +KMEXTRA=" + l10n/ + localization/ + pics/ +" +# Note that the eclass doesn't do this for us, because of KMNOMODULE="true". +KMEXTRACTONLY=" + config-runtime.h.cmake + kde4 +" + +src_configure() { + # Remove remnants of hicolor-icon-theme + sed -e "s:add_subdirectory[[:space:]]*([[:space:]]*hicolor[[:space:]]*):#donotwant:g" \ + -i pics/CMakeLists.txt \ + || die "failed to remove remnants of hicolor-icon-theme" + + kde4-meta_src_configure +} |