public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin: dolphin-4.7.4.ebuild ChangeLog
@ 2011-12-11 18:52 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2011-12-11 18:52 UTC (permalink / raw
  To: gentoo-commits

alexxy      11/12/11 18:52:40

  Modified:             ChangeLog
  Added:                dolphin-4.7.4.ebuild
  Log:
  [kde-base] Add long waiting KDE SC 4.7.4
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.117                kde-base/dolphin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	7 Dec 2011 23:07:39 -0000	1.116
+++ ChangeLog	11 Dec 2011 18:52:40 -0000	1.117
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/dolphin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.116 2011/12/07 23:07:39 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.117 2011/12/11 18:52:40 alexxy Exp $
+
+*dolphin-4.7.4 (11 Dec 2011)
+
+  11 Dec 2011; Alexey Shvetsov <alexxy@gentoo.org> +dolphin-4.7.4.ebuild:
+  Version bump KDE SC 4.7.4
 
   07 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> -dolphin-4.7.2.ebuild:
   Drop KDE 4.7.2



1.1                  kde-base/dolphin/dolphin-4.7.4.ebuild

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

Index: dolphin-4.7.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.7.4.ebuild,v 1.1 2011/12/11 18:52:40 alexxy Exp $

EAPI=4

KDE_HANDBOOK="optional"
KMNAME="kde-baseapps"
inherit kde4-meta

DESCRIPTION="A KDE filemanager focusing on usability"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug semantic-desktop thumbnail"

DEPEND="
	$(add_kdebase_dep kdelibs 'semantic-desktop=')
	$(add_kdebase_dep libkonq)
	semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.2 )
"
RDEPEND="${DEPEND}
	$(add_kdebase_dep kfind)
"
PDEPEND="
	thumbnail? (
		$(add_kdebase_dep thumbnailers)
		|| (
			$(add_kdebase_dep ffmpegthumbs)
			$(add_kdebase_dep mplayerthumbs)
		)
	)
"

KMLOADLIBS="libkonq"

RESTRICT="test"
# bug 393129

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_with semantic-desktop Nepomuk)
	)

	kde4-meta_src_configure
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin: dolphin-4.7.4.ebuild ChangeLog
@ 2012-01-17 22:00 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2012-01-17 22:00 UTC (permalink / raw
  To: gentoo-commits

johu        12/01/17 22:00:19

  Modified:             dolphin-4.7.4.ebuild ChangeLog
  Log:
  Add elog for .exe file preview, fixes bug #398697.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux i686)

Revision  Changes    Path
1.4                  kde-base/dolphin/dolphin-4.7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/dolphin-4.7.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/dolphin-4.7.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/dolphin/dolphin-4.7.4.ebuild?r1=1.3&r2=1.4

Index: dolphin-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.7.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dolphin-4.7.4.ebuild	16 Jan 2012 21:08:46 -0000	1.3
+++ dolphin-4.7.4.ebuild	17 Jan 2012 22:00:19 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.7.4.ebuild,v 1.3 2012/01/16 21:08:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.7.4.ebuild,v 1.4 2012/01/17 22:00:19 johu Exp $
 
 EAPI=4
 
@@ -42,3 +42,10 @@
 
 	kde4-meta_src_configure
 }
+
+pkg_postinst() {
+	kde4-base_pkg_postinst
+	echo
+	elog "For .exe file preview support, install media-gfx/icoutils."
+	echo
+}



1.122                kde-base/dolphin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	17 Jan 2012 13:28:55 -0000	1.121
+++ ChangeLog	17 Jan 2012 22:00:19 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/dolphin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.121 2012/01/17 13:28:55 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.122 2012/01/17 22:00:19 johu Exp $
+
+  17 Jan 2012; Johannes Huber <johu@gentoo.org> dolphin-4.7.4.ebuild:
+  Add elog for .exe file preview, fixes bug #398697.
 
   17 Jan 2012; Johannes Huber <johu@gentoo.org> -dolphin-4.7.3.ebuild:
   Remove KDE SC 4.7.3






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-17 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-11 18:52 [gentoo-commits] gentoo-x86 commit in kde-base/dolphin: dolphin-4.7.4.ebuild ChangeLog Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-17 22:00 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