Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/
Date: Wed, 27 Dec 2017 13:14:13
Message-Id: 1514380422.f765d7e9644ee6a79c02045e6d57bac955835a8d.jstein@gentoo
1 commit: f765d7e9644ee6a79c02045e6d57bac955835a8d
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 27 13:13:31 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 27 13:13:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f765d7e9
7
8 app-office/texstudio: Switch from fdo-mime to xdg-utils
9
10 Updated the obsolete fdo-mime to xdg-utils without revbump, because
11 the used xdg-utils functions were simply copied from fdo-mime.
12
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 app-office/texstudio/texstudio-2.11.2-r1.ebuild | 6 +++---
16 app-office/texstudio/texstudio-2.12.2.ebuild | 6 +++---
17 app-office/texstudio/texstudio-2.12.4.ebuild | 6 +++---
18 3 files changed, 9 insertions(+), 9 deletions(-)
19
20 diff --git a/app-office/texstudio/texstudio-2.11.2-r1.ebuild b/app-office/texstudio/texstudio-2.11.2-r1.ebuild
21 index 717dc846c4b..f2ba1d509d0 100644
22 --- a/app-office/texstudio/texstudio-2.11.2-r1.ebuild
23 +++ b/app-office/texstudio/texstudio-2.11.2-r1.ebuild
24 @@ -3,7 +3,7 @@
25
26 EAPI=6
27
28 -inherit fdo-mime gnome2-utils prefix qmake-utils
29 +inherit gnome2-utils prefix qmake-utils xdg-utils
30
31 DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
32 HOMEPAGE="http://texstudio.sourceforge.net/"
33 @@ -86,11 +86,11 @@ pkg_preinst() {
34 }
35
36 pkg_postinst() {
37 - fdo-mime_desktop_database_update
38 gnome2_icon_cache_update
39 + xdg_desktop_database_update
40 }
41
42 pkg_postrm() {
43 - fdo-mime_desktop_database_update
44 gnome2_icon_cache_update
45 + xdg_desktop_database_update
46 }
47
48 diff --git a/app-office/texstudio/texstudio-2.12.2.ebuild b/app-office/texstudio/texstudio-2.12.2.ebuild
49 index 0c8d76e1c1c..7b8f2d061b5 100644
50 --- a/app-office/texstudio/texstudio-2.12.2.ebuild
51 +++ b/app-office/texstudio/texstudio-2.12.2.ebuild
52 @@ -3,7 +3,7 @@
53
54 EAPI=6
55
56 -inherit fdo-mime gnome2-utils prefix qmake-utils
57 +inherit gnome2-utils prefix qmake-utils xdg-utils
58
59 DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
60 HOMEPAGE="http://texstudio.sourceforge.net/"
61 @@ -81,11 +81,11 @@ pkg_preinst() {
62 }
63
64 pkg_postinst() {
65 - fdo-mime_desktop_database_update
66 gnome2_icon_cache_update
67 + xdg_desktop_database_update
68 }
69
70 pkg_postrm() {
71 - fdo-mime_desktop_database_update
72 gnome2_icon_cache_update
73 + xdg_desktop_database_update
74 }
75
76 diff --git a/app-office/texstudio/texstudio-2.12.4.ebuild b/app-office/texstudio/texstudio-2.12.4.ebuild
77 index 0c8d76e1c1c..7b8f2d061b5 100644
78 --- a/app-office/texstudio/texstudio-2.12.4.ebuild
79 +++ b/app-office/texstudio/texstudio-2.12.4.ebuild
80 @@ -3,7 +3,7 @@
81
82 EAPI=6
83
84 -inherit fdo-mime gnome2-utils prefix qmake-utils
85 +inherit gnome2-utils prefix qmake-utils xdg-utils
86
87 DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
88 HOMEPAGE="http://texstudio.sourceforge.net/"
89 @@ -81,11 +81,11 @@ pkg_preinst() {
90 }
91
92 pkg_postinst() {
93 - fdo-mime_desktop_database_update
94 gnome2_icon_cache_update
95 + xdg_desktop_database_update
96 }
97
98 pkg_postrm() {
99 - fdo-mime_desktop_database_update
100 gnome2_icon_cache_update
101 + xdg_desktop_database_update
102 }