/[gentoo-x86]/kde-base/ksplash/ksplash-4.8.5-r1.ebuild
Gentoo

Contents of /kde-base/ksplash/ksplash-4.8.5-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Sat Dec 8 11:53:20 2012 UTC (6 months, 1 week ago) by dilfridge
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
FILE REMOVED
Drop KDE 4.8

(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7887F787)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.8.5-r1.ebuild,v 1.4 2012/09/03 12:20:16 scarabeus Exp $
4
5 EAPI=4
6
7 KMNAME="kde-workspace"
8 inherit kde4-meta
9
10 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
11 SRC_URI+=" http://dev.gentoo.org/~johu/distfiles/${P}-default-theme.patch.xz"
12
13 KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
14 IUSE="3dnow altivec debug mmx sse sse2 xinerama"
15
16 COMMONDEPEND="
17 media-libs/libpng
18 xinerama? ( x11-libs/libXinerama )
19 "
20 DEPEND="${COMMONDEPEND}
21 xinerama? ( x11-proto/xineramaproto )
22 "
23 RDEPEND="${COMMONDEPEND}"
24
25 src_prepare() {
26 kde4-meta_src_prepare
27
28 epatch "${DISTDIR}/${P}-default-theme.patch.xz"
29 }
30
31 src_configure() {
32 mycmakeargs=(
33 $(cmake-utils_use_has 3dnow X86_3DNOW)
34 $(cmake-utils_use_has altivec PPC_ALTIVEC)
35 $(cmake-utils_use_has mmx X86_MMX)
36 $(cmake-utils_use_has sse X86_SSE)
37 $(cmake-utils_use_has sse2 X86_SSE2)
38 $(cmake-utils_use_with xinerama)
39 )
40
41 kde4-meta_src_configure
42 }

  ViewVC Help
Powered by ViewVC 1.1.20