summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-10-11 00:34:30 +0200
committerManuel Rüger <mrueg@gentoo.org>2016-10-11 00:34:30 +0200
commit70450d2900eb9ba60fe16c4c53f6f9f11d5fdefd (patch)
tree1602aba76eb24db75e5f10fdb61aee68111729e4 /app-office/texstudio/files
parentapp-office/texstudio: Version bump to 2.11.2 (diff)
downloadgentoo-70450d2900eb9ba60fe16c4c53f6f9f11d5fdefd.tar.gz
gentoo-70450d2900eb9ba60fe16c4c53f6f9f11d5fdefd.tar.bz2
gentoo-70450d2900eb9ba60fe16c4c53f6f9f11d5fdefd.zip
app-office/texstudio: Remove old
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-office/texstudio/files')
-rw-r--r--app-office/texstudio/files/texstudio-2.5-viewers-use-xdg-open.patch42
-rw-r--r--app-office/texstudio/files/texstudio-2.8.2-desktop.patch22
2 files changed, 0 insertions, 64 deletions
diff --git a/app-office/texstudio/files/texstudio-2.5-viewers-use-xdg-open.patch b/app-office/texstudio/files/texstudio-2.5-viewers-use-xdg-open.patch
deleted file mode 100644
index 667ee3186b34..000000000000
--- a/app-office/texstudio/files/texstudio-2.5-viewers-use-xdg-open.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From f9a633402c81b7c252e33c0d9386ba4b48fcde7c Mon Sep 17 00:00:00 2001
-From: hannes <hannes@fedoraproject.org>
-Date: Sun, 9 Sep 2012 10:56:06 +0200
-Subject: [PATCH] viewer
-
----
- buildmanager.cpp | 18 +++---------------
- 1 file changed, 3 insertions(+), 15 deletions(-)
-
-diff --git buildmanager.cpp buildmanager.cpp
-index ac7027a..ac913d0 100644
---- buildmanager.cpp
-+++ buildmanager.cpp
-@@ -762,25 +762,13 @@
- // xdvi %.dvi -sourceposition @:%.tex
- // kdvi "file:%.dvi#src:@ %.tex"
- QString getCommandLineViewDvi(){
-- switch (x11desktop_env()) {
-- case 3: return "kdvi %.dvi > /dev/null";
-- case 4: return "okular %.dvi > /dev/null";
-- default:return "evince %.dvi > /dev/null";
-- }
-+ return "xdg-open %.dvi > /dev/null";
- };
- QString getCommandLineViewPs(){
-- switch (x11desktop_env()) {
-- case 3: return "kghostview %.ps > /dev/null";
-- case 4: return "okular %.ps > /dev/null";
-- default: return "evince %.ps > /dev/null";
-- };
-+ return "xdg-open %.ps > /dev/null";
- }
- QString getCommandLineViewPdfExternal(){
-- switch (x11desktop_env()) {
-- case 3: return "kpdf %.pdf > /dev/null";
-- case 4: return "okular %.pdf > /dev/null";
-- default: return "evince %.pdf > /dev/null";
-- };
-+ return "xdg-open %.pdf > /dev/null";
- }
- QString getCommandLineGhostscript(){ return ""; }
-
diff --git a/app-office/texstudio/files/texstudio-2.8.2-desktop.patch b/app-office/texstudio/files/texstudio-2.8.2-desktop.patch
deleted file mode 100644
index d464e8a4881f..000000000000
--- a/app-office/texstudio/files/texstudio-2.8.2-desktop.patch
+++ /dev/null
@@ -1,22 +0,0 @@
- utilities/texstudio.desktop | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/utilities/texstudio.desktop b/utilities/texstudio.desktop
-index 199255f..9c95afd 100644
---- a/utilities/texstudio.desktop
-+++ b/utilities/texstudio.desktop
-@@ -1,13 +1,12 @@
- [Desktop Entry]
- Categories=Office;Publishing;Qt;X-SuSE-Core-Office;X-Mandriva-Office-Publishing;X-Misc;
--Encoding=UTF-8
- Exec=texstudio %F
- GenericName=LaTeX Editor
- GenericName[fr]=Editeur LaTeX
- Comment=LaTeX development environment
- Comment[fr]=Environnement de développement LaTeX
- Icon=texstudio
--MimeType=text/x-tex;
-+MimeType=text/X-tex;
- Name=TeXstudio
- StartupNotify=false
- Terminal=false