Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: x11-misc/launchy/
Date: Thu, 03 Dec 2020 01:04:58
Message-Id: 1606956357.a1caf84df8fd91d4bb54f6137ee4791411da8b81.asturm@gentoo
1 commit: a1caf84df8fd91d4bb54f6137ee4791411da8b81
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 00:05:25 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 00:45:57 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=a1caf84d
7
8 x11-misc/launchy: fdo-mime,gnome2-utils -> xdg
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/launchy/launchy-2.5-r1.ebuild | 20 +++-----------------
14 1 file changed, 3 insertions(+), 17 deletions(-)
15
16 diff --git a/x11-misc/launchy/launchy-2.5-r1.ebuild b/x11-misc/launchy/launchy-2.5-r1.ebuild
17 index 1f366bb0..c625bff0 100644
18 --- a/x11-misc/launchy/launchy-2.5-r1.ebuild
19 +++ b/x11-misc/launchy/launchy-2.5-r1.ebuild
20 @@ -3,10 +3,10 @@
21
22 EAPI=6
23
24 -inherit fdo-mime gnome2-utils qmake-utils
25 +inherit qmake-utils xdg
26
27 -DESCRIPTION="utility that merges application menus, your desktop and even your file manager"
28 -HOMEPAGE="http://www.launchy.net/"
29 +DESCRIPTION="Utility that merges application menus, your desktop and even your file manager"
30 +HOMEPAGE="https://www.launchy.net/"
31 SRC_URI="http://www.launchy.net/downloads/src/${P}.tar.gz"
32
33 LICENSE="GPL-2"
34 @@ -36,17 +36,3 @@ src_install() {
35 emake INSTALL_ROOT="${D}" install
36 einstalldocs
37 }
38 -
39 -pkg_preinst() {
40 - gnome2_icon_savelist
41 -}
42 -
43 -pkg_postinst() {
44 - fdo-mime_desktop_database_update
45 - gnome2_icon_cache_update
46 -}
47 -
48 -pkg_postrm() {
49 - fdo-mime_desktop_database_update
50 - gnome2_icon_cache_update
51 -}