Skip to content

Commit

Permalink
kde-apps/libkipi: Add 15.08.2-r1 with USE=minimal
Browse files Browse the repository at this point in the history
/usr/share/icons collides with libkipi:5

Package-Manager: portage-2.2.20.1
  • Loading branch information
a17r authored and kensington committed Oct 23, 2015
1 parent 4ee9e88 commit 9ba3511
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-apps/libkipi/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST libkipi-15.08.2.tar.xz 95064 SHA256 2cba98a78cce056be512f847470891ecf6895ee1bf0fbd3428bbf8ffab98cce7 SHA512 e58c1adc3cb8d9a2f568e3d29d31201c55678172e9c87dc989e57e72562ab3a9cd1e4ce9879aed9518886092e0d1c96922b6607e16fee0f33d0ebd3a81d89d42 WHIRLPOOL a4541e343522dccc6752dfeacce7f744df80ae75401e442373589cad82ac3bf3c9ac945cbd012034d2e968ba264d0604006cbafbb13aff27c9ee3236579e6919
DIST libkipi-4.14.3.tar.xz 94636 SHA256 dcedbad556840e1ed3b35609a6f700917f76cc0a4f41ca499da4e5c8af49553a SHA512 62c93663e82336d302d454cb923d001592e255a90ceb6eabfab95637a0b4c220e10601bfeda381383b165c56db5f114da094dca3861f365874587bee14052941 WHIRLPOOL de2936e6082257e1333b0fd7b6f86b0f15f5dc480a8c11c504ca469d5e2a2295534c439b429cf5f4029e33b1671af1d74dfcf0c5e2f50624c35ea45178892124
19 changes: 19 additions & 0 deletions kde-apps/libkipi/libkipi-15.08.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit kde4-base

DESCRIPTION="A library for image plugins accross KDE applications"
KEYWORDS="~amd64 ~x86"
IUSE="debug minimal"

src_install() {
kde4-base_src_install

if use minimal ; then
rm -r "${D}"/usr/share/icons
fi
}

0 comments on commit 9ba3511

Please sign in to comment.