public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cdfplayer/, sci-mathematics/cdfplayer/files/
@ 2013-01-09  7:15 Kacper Kowalik
  0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik @ 2013-01-09  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6bd8a32821812f518cfe17c9690916ef7e274e02
Author:     Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
AuthorDate: Sat Jan  5 00:54:06 2013 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sat Jan  5 00:54:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6bd8a328

sci-mathematics/cdfplayer: version bump

---
 sci-mathematics/cdfplayer/ChangeLog                |    9 ++++++++-
 ...fplayer-8.0.4.ebuild => cdfplayer-9.0.0.ebuild} |   15 +++++++++++++--
 ...aller.patch => cdfplayer-9.0.0-installer.patch} |    4 ++--
 3 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/sci-mathematics/cdfplayer/ChangeLog b/sci-mathematics/cdfplayer/ChangeLog
index e9ba9c3..8a7c794 100644
--- a/sci-mathematics/cdfplayer/ChangeLog
+++ b/sci-mathematics/cdfplayer/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for sci-mathematics/cdfplayer
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*cdfplayer-9.0.0 (05 Jan 2013)
+
+  05 Jan 2013; Jauhien Piatlicki (jauhien) <piatlicki@gmail.com>
+  -cdfplayer-8.0.4.ebuild, -files/cdfplayer-8.0.4-installer.patch,
+  +cdfplayer-9.0.0.ebuild, +files/cdfplayer-9.0.0-installer.patch:
+  version bump
+
 *cdfplayer-8.0.4 (23 Nov 2012)
 
   23 Nov 2012; Jauhien Piatlicki (jauhien) <piatlicki@gmail.com>

diff --git a/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild b/sci-mathematics/cdfplayer/cdfplayer-9.0.0.ebuild
similarity index 64%
rename from sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild
rename to sci-mathematics/cdfplayer/cdfplayer-9.0.0.ebuild
index 2978e3e..5987516 100644
--- a/sci-mathematics/cdfplayer/cdfplayer-8.0.4.ebuild
+++ b/sci-mathematics/cdfplayer/cdfplayer-9.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -7,6 +7,7 @@ EAPI=4
 inherit eutils
 
 MY_SCRIPT=CDFPlayer_${PV}_LINUX.sh
+MY_DESKTOPFILE=${ED}/opt/wolfram/SystemFiles/Installation/wolfram-cdf9.desktop
 
 DESCRIPTION="Player for Wolfram CDF"
 HOMEPAGE="http://www.wolfram.com/cdf-player/"
@@ -38,7 +39,17 @@ src_install() {
 		-targetdir="${ED}/opt/wolfram" -execdir="${ED}/usr/bin" || die
 	find "${ED}" -name '*.desktop' -exec \
 		sed -i "s%${ED}%/%g" {} \; || die
+	sed -i "s/WolframCDFPlayer %F/WolframCDFPlayer -graphicssystem native %F/g" \
+		"${MY_DESKTOPFILE}" \
+		|| die
 	mkdir -p "${ED}/usr/share/applications" || die
-	cp "${ED}/opt/wolfram/SystemFiles/Installation/wolfram-cdf8.desktop" \
+	cp "${MY_DESKTOPFILE}" \
 		"${ED}/usr/share/applications" || die
 }
+
+pkg_postinst() {
+	elog "If you want to start CDFPlayer from command line"
+	elog "you will need to set your qtgraphicssystem to native"
+	elog "or start CDFPlayer with the '-graphicssystem native' option"
+	elog "see http://forums.gentoo.org/viewtopic-p-7202068.html for details."
+}

diff --git a/sci-mathematics/cdfplayer/files/cdfplayer-8.0.4-installer.patch b/sci-mathematics/cdfplayer/files/cdfplayer-9.0.0-installer.patch
similarity index 92%
rename from sci-mathematics/cdfplayer/files/cdfplayer-8.0.4-installer.patch
rename to sci-mathematics/cdfplayer/files/cdfplayer-9.0.0-installer.patch
index 9deef53..65920cc 100644
--- a/sci-mathematics/cdfplayer/files/cdfplayer-8.0.4-installer.patch
+++ b/sci-mathematics/cdfplayer/files/cdfplayer-9.0.0-installer.patch
@@ -1,5 +1,5 @@
---- CDFPlayer_8.0.4_LINUX.sh
-+++ CDFPlayer_8.0.4_LINUX.sh
+--- CDFPlayer_9.0.0_LINUX.sh
++++ CDFPlayer_9.0.0_LINUX.sh
 @@ -261,11 +261,11 @@
                      fi
                  done


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/cdfplayer/, sci-mathematics/cdfplayer/files/
@ 2013-03-12 20:31 Christoph Junghans
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans @ 2013-03-12 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     6502aa0ae1f24ea16522899636d9f3d225f75afe
Author:     Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
AuthorDate: Mon Mar 11 18:50:24 2013 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 18:50:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6502aa0a

sci-mathematics/cdfplayer: version bump

---
 sci-mathematics/cdfplayer/ChangeLog                |    7 +++++++
 ...fplayer-9.0.0.ebuild => cdfplayer-9.0.1.ebuild} |    2 +-
 ...aller.patch => cdfplayer-9.0.1-installer.patch} |    4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/cdfplayer/ChangeLog b/sci-mathematics/cdfplayer/ChangeLog
index 8a7c794..fff3a0a 100644
--- a/sci-mathematics/cdfplayer/ChangeLog
+++ b/sci-mathematics/cdfplayer/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*cdfplayer-9.0.1 (11 Mar 2013)
+
+  11 Mar 2013; Jauhien Piatlicki (jauhien) <piatlicki@gmail.com>
+  -cdfplayer-9.0.0.ebuild, -files/cdfplayer-9.0.0-installer.patch,
+  +cdfplayer-9.0.1.ebuild, +files/cdfplayer-9.0.1-installer.patch:
+  version bump
+
 *cdfplayer-9.0.0 (05 Jan 2013)
 
   05 Jan 2013; Jauhien Piatlicki (jauhien) <piatlicki@gmail.com>

diff --git a/sci-mathematics/cdfplayer/cdfplayer-9.0.0.ebuild b/sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild
similarity index 99%
rename from sci-mathematics/cdfplayer/cdfplayer-9.0.0.ebuild
rename to sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild
index 0424364..c65677f 100644
--- a/sci-mathematics/cdfplayer/cdfplayer-9.0.0.ebuild
+++ b/sci-mathematics/cdfplayer/cdfplayer-9.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit eutils
 

diff --git a/sci-mathematics/cdfplayer/files/cdfplayer-9.0.0-installer.patch b/sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch
similarity index 92%
rename from sci-mathematics/cdfplayer/files/cdfplayer-9.0.0-installer.patch
rename to sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch
index 65920cc..1ec036b 100644
--- a/sci-mathematics/cdfplayer/files/cdfplayer-9.0.0-installer.patch
+++ b/sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch
@@ -1,5 +1,5 @@
---- CDFPlayer_9.0.0_LINUX.sh
-+++ CDFPlayer_9.0.0_LINUX.sh
+--- CDFPlayer_9.0.1_LINUX.sh
++++ CDFPlayer_9.0.1_LINUX.sh
 @@ -261,11 +261,11 @@
                      fi
                  done


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

end of thread, other threads:[~2013-03-12 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09  7:15 [gentoo-commits] proj/sci:master commit in: sci-mathematics/cdfplayer/, sci-mathematics/cdfplayer/files/ Kacper Kowalik
  -- strict thread matches above, loose matches on Subject: below --
2013-03-12 20:31 Christoph Junghans

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