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: Sun, 18 Jul 2021 06:21:41
Message-Id: 1626589078.1542220a4deb84dd46206b1a94a8e71a31e386ed.mgorny@gentoo
1 commit: 1542220a4deb84dd46206b1a94a8e71a31e386ed
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 06:17:58 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 06:17:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1542220a
7
8 xfce-base/thunar: Bump to 4.17.4
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.4.ebuild | 76 +++++++++++++++++++++++++++++++++++
14 2 files changed, 77 insertions(+)
15
16 diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
17 index 1c25b45799c..b985c4c1553 100644
18 --- a/xfce-base/thunar/Manifest
19 +++ b/xfce-base/thunar/Manifest
20 @@ -1,2 +1,3 @@
21 DIST thunar-4.16.8.tar.bz2 2429407 BLAKE2B 0af1c14fff30f276c279ff459e33ff4c23533e1ce494cadba02fca6436c1d1d2a0c8ea302dfb9c7b5ff9b6d7a69a80996afa1274cc9f3c66f112b8230d8b30f3 SHA512 722caeef9a8a074bac705b0108faab418009e61d8e177838b6a63cbf29f7b9c78e3a135b8a59f154e978feb811d5d115810df2b2e9d53d93f1c34e62a2d5f7b8
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
25 diff --git a/xfce-base/thunar/thunar-4.17.4.ebuild b/xfce-base/thunar/thunar-4.17.4.ebuild
26 new file mode 100644
27 index 00000000000..63884c064f5
28 --- /dev/null
29 +++ b/xfce-base/thunar/thunar-4.17.4.ebuild
30 @@ -0,0 +1,76 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
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 ~riscv ~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 +DEPEND=">=dev-libs/glib-2.50
48 + >=x11-libs/gdk-pixbuf-2.14
49 + >=x11-libs/gtk+-3.22:3
50 + >=xfce-base/exo-4.17.0:=
51 + >=xfce-base/libxfce4ui-4.17.0:=
52 + >=xfce-base/libxfce4util-4.17.0:=
53 + >=xfce-base/xfconf-4.12:=
54 + exif? ( >=media-libs/libexif-0.6.19:= )
55 + introspection? ( dev-libs/gobject-introspection:= )
56 + libnotify? ( >=x11-libs/libnotify-0.7 )
57 + pcre? ( >=dev-libs/libpcre-6:= )
58 + trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
59 + udisks? ( dev-libs/libgudev:= )"
60 +RDEPEND="${DEPEND}
61 + >=dev-util/desktop-file-utils-0.20-r1
62 + x11-misc/shared-mime-info
63 + trash-panel-plugin? ( ${GVFS_DEPEND} )
64 + udisks? (
65 + virtual/udev
66 + ${GVFS_DEPEND}[udisks,udev]
67 + )"
68 +BDEPEND="
69 + dev-util/intltool
70 + sys-devel/gettext
71 + virtual/pkgconfig"
72 +
73 +src_configure() {
74 + local myconf=(
75 + $(use_enable introspection)
76 + $(use_enable udisks gudev)
77 + $(use_enable libnotify notifications)
78 + $(use_enable exif)
79 + $(use_enable pcre)
80 + $(use_enable trash-panel-plugin tpa-plugin)
81 + )
82 +
83 + econf "${myconf[@]}"
84 +}
85 +
86 +src_install() {
87 + default
88 + find "${D}" -name '*.la' -delete || die
89 +}
90 +
91 +pkg_postinst() {
92 + elog "If you were using an older Xfce version and Thunar fails to start"
93 + elog "with a message similar to:"
94 + elog " Failed to register: Timeout was reached"
95 + elog "you may need to reset your xfce4 session:"
96 + elog " rm ~/.cache/sessions/xfce4-session-*"
97 + elog "See https://bugs.gentoo.org/698914."
98 +
99 + xdg_desktop_database_update
100 + xdg_icon_cache_update
101 +}
102 +
103 +pkg_postrm() {
104 + xdg_desktop_database_update
105 + xdg_icon_cache_update
106 +}