Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/
Date: Fri, 18 Sep 2020 09:45:55
Message-Id: 1600422338.941141ff0ac48a6f8555b39d34a18b7faa2720af.mgorny@gentoo
1 commit: 941141ff0ac48a6f8555b39d34a18b7faa2720af
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 18 09:40:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 18 09:45:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941141ff
7
8 xfce-base/thunar: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/thunar/Manifest | 1 -
13 xfce-base/thunar/thunar-4.15.1.ebuild | 77 -----------------------------------
14 2 files changed, 78 deletions(-)
15
16 diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
17 index b557733309e..fcf3173b144 100644
18 --- a/xfce-base/thunar/Manifest
19 +++ b/xfce-base/thunar/Manifest
20 @@ -1,3 +1,2 @@
21 DIST thunar-1.8.15.tar.bz2 2366401 BLAKE2B 2d594ccf4e0eb68fd9f1129b2d737121982ed4275265ea26866c766755f717cfa197abf89ff9d3c07403a71b7feb29ccfabb14e935ec08fab418b173c39fd8f6 SHA512 50020084105daf5d5464cdcd29827fa212b121b0f6a385b6e2820fd120b6880cffafe63f51e737bc33d13f174f83de5c165f2ce155ff6aae74cc1b285cbdc8db
22 -DIST thunar-4.15.1.tar.bz2 2468765 BLAKE2B 6620c5eef9e8d0afdbb9f38813127cd1cda7085f64951734b96c8f06fb44432a481be8045bea4bf81c28bc292aeabd6cecd1e9b49ae049e3f436f4d78768f662 SHA512 51ba1e6e8078093b1eef3b3440c258ed86e06e54abaeeadb459dde2ba6304c93e291667a2f2c82161e2002e21aaa7c8fe26d8f30ecae8846f30bf0a4569a9cfa
23 DIST thunar-4.15.2.tar.bz2 2458526 BLAKE2B 20cfb2df07aab3076619f00a391b8fa8bec3ee7dd251c79de434c55f236ca8ff5c0326a205276cf423128576bfa435316f3eb71a6148d7cb601b91742f44eef2 SHA512 ae33be362c178db8d0f027b0cf93d0787210e3e4d684b3d3fb28a488e53d410e84fed4684a7885da4fb1161443ea06998b0d375632423b99dc4949238709a0a4
24
25 diff --git a/xfce-base/thunar/thunar-4.15.1.ebuild b/xfce-base/thunar/thunar-4.15.1.ebuild
26 deleted file mode 100644
27 index d8a4c532ccf..00000000000
28 --- a/xfce-base/thunar/thunar-4.15.1.ebuild
29 +++ /dev/null
30 @@ -1,77 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit xdg-utils
36 -
37 -DESCRIPTION="File manager for the Xfce desktop environment"
38 -HOMEPAGE="https://www.xfce.org/projects/ https://docs.xfce.org/xfce/thunar/start"
39 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2+ LGPL-2+"
42 -SLOT="0/3"
43 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
44 -IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
45 -
46 -GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
47 -COMMON_DEPEND=">=dev-lang/perl-5.6
48 - >=dev-libs/glib-2.42
49 - >=x11-libs/gdk-pixbuf-2.14
50 - >=x11-libs/gtk+-3.22:3
51 - >=xfce-base/exo-0.12:=
52 - >=xfce-base/libxfce4ui-4.15.3:=
53 - >=xfce-base/libxfce4util-4.12:=
54 - >=xfce-base/xfconf-4.12:=
55 - exif? ( >=media-libs/libexif-0.6.19:= )
56 - introspection? ( dev-libs/gobject-introspection:= )
57 - libnotify? ( >=x11-libs/libnotify-0.7 )
58 - pcre? ( >=dev-libs/libpcre-6:= )
59 - trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
60 - udisks? ( dev-libs/libgudev:= )"
61 -RDEPEND="${COMMON_DEPEND}
62 - >=dev-util/desktop-file-utils-0.20-r1
63 - x11-misc/shared-mime-info
64 - trash-panel-plugin? ( ${GVFS_DEPEND} )
65 - udisks? (
66 - virtual/udev
67 - ${GVFS_DEPEND}[udisks,udev]
68 - )"
69 -DEPEND="${COMMON_DEPEND}
70 - dev-util/intltool
71 - sys-devel/gettext
72 - virtual/pkgconfig"
73 -
74 -src_configure() {
75 - local myconf=(
76 - $(use_enable introspection)
77 - $(use_enable udisks gudev)
78 - $(use_enable libnotify notifications)
79 - $(use_enable exif)
80 - $(use_enable pcre)
81 - $(use_enable trash-panel-plugin tpa-plugin)
82 - )
83 -
84 - econf "${myconf[@]}"
85 -}
86 -
87 -src_install() {
88 - default
89 - find "${D}" -name '*.la' -delete || die
90 -}
91 -
92 -pkg_postinst() {
93 - elog "If you were using an older Xfce version and Thunar fails to start"
94 - elog "with a message similar to:"
95 - elog " Failed to register: Timeout was reached"
96 - elog "you may need to reset your xfce4 session:"
97 - elog " rm ~/.cache/sessions/xfce4-session-*"
98 - elog "See https://bugs.gentoo.org/698914."
99 -
100 - xdg_desktop_database_update
101 - xdg_icon_cache_update
102 -}
103 -
104 -pkg_postrm() {
105 - xdg_desktop_database_update
106 - xdg_icon_cache_update
107 -}