summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-02-08 19:00:50 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-02-08 19:00:50 +0000
commit39c3d0117b88470fe4a0d721add1d5f65c87193c (patch)
treebfb4b04eb74269b038fa5f9bc2b907e36511b77a /sci-visualization/labplot/files
parentAdded USE=livecd to skip the message displayed by hwsetup, since it isn't nec... (diff)
downloadgentoo-2-39c3d0117b88470fe4a0d721add1d5f65c87193c.tar.gz
gentoo-2-39c3d0117b88470fe4a0d721add1d5f65c87193c.tar.bz2
gentoo-2-39c3d0117b88470fe4a0d721add1d5f65c87193c.zip
Version bump. Rewrite ebuild to take care of extra dependencies, some comments.
(Portage version: 2.1.4.1)
Diffstat (limited to 'sci-visualization/labplot/files')
-rw-r--r--sci-visualization/labplot/files/labplot-1.6.0.1-desktop.patch11
-rw-r--r--sci-visualization/labplot/files/labplot-1.6.0.1-linkexec.patch11
2 files changed, 22 insertions, 0 deletions
diff --git a/sci-visualization/labplot/files/labplot-1.6.0.1-desktop.patch b/sci-visualization/labplot/files/labplot-1.6.0.1-desktop.patch
new file mode 100644
index 000000000000..f17240a80489
--- /dev/null
+++ b/sci-visualization/labplot/files/labplot-1.6.0.1-desktop.patch
@@ -0,0 +1,11 @@
+--- src/LabPlot.desktop.orig 2008-02-08 13:09:35.000000000 +0000
++++ src/LabPlot.desktop 2008-02-08 13:09:56.000000000 +0000
+@@ -8,7 +8,7 @@
+ Comment=An application for plotting of data sets and functions
+ Comment[de]=Ein Programm zum Plotten von Daten und Funktionen
+ Comment[pl]=Program do wykreślania funkcji oraz manipulacji na danych
+-Terminal=yes
++Terminal=true
+ Name=LabPlot
+ MimeType=application/x-LabPlot-plot;
+ #Protocols=file;ftp
diff --git a/sci-visualization/labplot/files/labplot-1.6.0.1-linkexec.patch b/sci-visualization/labplot/files/labplot-1.6.0.1-linkexec.patch
new file mode 100644
index 000000000000..eb378328d384
--- /dev/null
+++ b/sci-visualization/labplot/files/labplot-1.6.0.1-linkexec.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig 2008-02-08 18:17:53.000000000 +0000
++++ src/Makefile.in 2008-02-08 18:41:48.000000000 +0000
+@@ -1144,7 +1144,7 @@
+ $(YACC) parser.y
+ mv y.tab.c $@
+
+-install-data-local:
++install-data-local: install-binPROGRAMS
+ rm -rf $(DESTDIR)$(kde_bindir)/labplot
+ if ! test -e $(DESTDIR)/$(kde_bindir)/labplot; then \
+ ln -fs LabPlot $(DESTDIR)$(kde_bindir)/labplot; \