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: Sat, 11 Sep 2021 14:33:36
Message-Id: 1631370810.87514313756dca470565a27a92578fb337551419.mgorny@gentoo
1 commit: 87514313756dca470565a27a92578fb337551419
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 11 14:30:33 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 14:33:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87514313
7
8 xfce-base/thunar: Bump to 4.17.5
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.17.5.ebuild | 76 +++++++++++++++++++++++++++++++++++
14 2 files changed, 77 insertions(+)
15
16 diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
17 index 95a53cae4cd..2a2f32e432b 100644
18 --- a/xfce-base/thunar/Manifest
19 +++ b/xfce-base/thunar/Manifest
20 @@ -2,3 +2,4 @@ DIST thunar-4.16.8.tar.bz2 2429407 BLAKE2B 0af1c14fff30f276c279ff459e33ff4c23533
21 DIST thunar-4.16.9.tar.bz2 2323489 BLAKE2B dac834a9c3794f2e8bb4b6d29d3da17de1c49f3905fe4eac047c21dc89dda11582743ef084e7a6beb7cf128840cb6673442476b010352fe59a477bfff70c430c SHA512 afad777f78b898134e572a6d09d4adf69ead5d195cb077731c9261dde3cac489d37eb4b0148a2ca9b920a2c1298c5993170335a7e62b9b9c1863b2cfbfdc6fcb
22 DIST thunar-4.17.3.tar.bz2 2427025 BLAKE2B 5fde8faf29f8b8f78a604c12cd0366187865d2c176109a8501500af573e77cfaf53aecc145674f2f49d730f2596c06e3304c4b2e033759430b1d3fd06439310b SHA512 7394121dd995296802b50ae6188a56228dec82f9cb1c29cf8c9bc4db6a69921e78f6a2bfcab459578faf64703eecc59a04ce6f4d623300e54faa2e0b4e261699
23 DIST thunar-4.17.4.tar.bz2 2475127 BLAKE2B 1464162544f7d5f646975e9f663db1d4fb14249f87df013f68f04810eb2b961507a9b90b05cfe3dfbe9188c002ccc10143ee77b671e2b196b7ec3df803d05bf7 SHA512 0271d6925955692076168f4227c946479dc17cb8c0bf92d8dca523575f187c481b4c5f876ad13cdeadbdc67a4b773a1b88166a0eddc7b3ff4c8abb40135b84bf
24 +DIST thunar-4.17.5.tar.bz2 2464157 BLAKE2B 24486a8df430e101b700d2776f9f5329f9e5d43551db5da3a6010ed4dbe38e77269c4f076999f05f3934c024b3f1bcde6e64dc544f9da0e2eaa2a43765b5f269 SHA512 eb8a8b62a4a8c352c3f636e8c3bd07978fbfd0aa1b14e36e0262a766fffdc826f7e452f6a757fc096c7081b080caac85b8e1b75456146a8c95fe4e6e1e5e8d70
25
26 diff --git a/xfce-base/thunar/thunar-4.17.5.ebuild b/xfce-base/thunar/thunar-4.17.5.ebuild
27 new file mode 100644
28 index 00000000000..d13c7d3b920
29 --- /dev/null
30 +++ b/xfce-base/thunar/thunar-4.17.5.ebuild
31 @@ -0,0 +1,76 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +inherit xdg-utils
37 +
38 +DESCRIPTION="File manager for the Xfce desktop environment"
39 +HOMEPAGE="https://www.xfce.org/projects/ https://docs.xfce.org/xfce/thunar/start"
40 +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
41 +
42 +LICENSE="GPL-2+ LGPL-2+"
43 +SLOT="0/3"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
45 +IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
46 +
47 +GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
48 +DEPEND=">=dev-libs/glib-2.56
49 + >=x11-libs/gdk-pixbuf-2.14
50 + >=x11-libs/gtk+-3.22:3
51 + >=xfce-base/exo-4.17.0:=
52 + >=xfce-base/libxfce4ui-4.17.0:=
53 + >=xfce-base/libxfce4util-4.17.1:=
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="${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 +BDEPEND="
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 +}