public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.8.5-r1.ebuild ChangeLog ksplash-4.8.5.ebuild
@ 2012-08-18  0:46 Johannes Huber (johu)
  0 siblings, 0 replies; only message in thread
From: Johannes Huber (johu) @ 2012-08-18  0:46 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/18 00:46:10

  Modified:             ChangeLog
  Added:                ksplash-4.8.5-r1.ebuild
  Removed:              ksplash-4.8.5.ebuild
  Log:
  Revision bump adds patch to restores default theme, which was not packaged in KDE SC 4.8.5 upstream tarball.
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.132                kde-base/ksplash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.131&r2=1.132

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	17 Aug 2012 11:04:16 -0000	1.131
+++ ChangeLog	18 Aug 2012 00:46:10 -0000	1.132
@@ -1,6 +1,13 @@
 # ChangeLog for kde-base/ksplash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.131 2012/08/17 11:04:16 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.132 2012/08/18 00:46:10 johu Exp $
+
+*ksplash-4.8.5-r1 (18 Aug 2012)
+
+  18 Aug 2012; Johannes Huber <johu@gentoo.org> +ksplash-4.8.5-r1.ebuild,
+  -ksplash-4.8.5.ebuild:
+  Revision bump adds patch to restores default theme, which was not packaged in
+  KDE SC 4.8.5 upstream tarball.
 
   17 Aug 2012; Johannes Huber <johu@gentoo.org> -ksplash-4.8.4.ebuild:
   Remove KDE SC 4.8.4
@@ -516,4 +523,3 @@
   18 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> +metadata.xml,
   +ksplash-4.0.0.ebuild:
   Added KDE 4.0.0's ksplash.
-



1.1                  kde-base/ksplash/ksplash-4.8.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.8.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.8.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: ksplash-4.8.5-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.8.5-r1.ebuild,v 1.1 2012/08/18 00:46:10 johu Exp $

EAPI=4

KMNAME="kde-workspace"
inherit kde4-meta

DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
SRC_URI+=" http://dev.gentoo.org/~johu/distfiles/${P}-default-theme.patch.xz"

KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="3dnow altivec debug mmx sse sse2 xinerama"

COMMONDEPEND="
	media-libs/libpng
	xinerama? ( x11-libs/libXinerama )
"
DEPEND="${COMMONDEPEND}
	xinerama? ( x11-proto/xineramaproto )
"
RDEPEND="${COMMONDEPEND}"

src_prepare() {
	kde4-meta_src_prepare

	epatch "${DISTDIR}/${P}-default-theme.patch.xz"
}

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_has 3dnow X86_3DNOW)
		$(cmake-utils_use_has altivec PPC_ALTIVEC)
		$(cmake-utils_use_has mmx X86_MMX)
		$(cmake-utils_use_has sse X86_SSE)
		$(cmake-utils_use_has sse2 X86_SSE2)
		$(cmake-utils_use_with xinerama)
	)

	kde4-meta_src_configure
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-18  3:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-18  0:46 [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.8.5-r1.ebuild ChangeLog ksplash-4.8.5.ebuild Johannes Huber (johu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox