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: Tue, 09 Feb 2021 14:16:35
Message-Id: 1612880188.beee64b71cc66bf2880f1cbdba29ab96277c94d3.mgorny@gentoo
1 commit: beee64b71cc66bf2880f1cbdba29ab96277c94d3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 13:33:12 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 14:16:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beee64b7
7
8 xfce-base/thunar: Bump to 4.16.3
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.16.3.ebuild | 76 +++++++++++++++++++++++++++++++++++
14 2 files changed, 77 insertions(+)
15
16 diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
17 index dceeeb3098e..469d1e75a5a 100644
18 --- a/xfce-base/thunar/Manifest
19 +++ b/xfce-base/thunar/Manifest
20 @@ -1,3 +1,4 @@
21 DIST thunar-1.8.16.tar.bz2 2479718 BLAKE2B 2de72f0b9977a9815c0a7f0376ceb01ddd5a68dda6c33e7d99f34378f00086e6652fa2cfcecd12129811ed6e78d45c7a1b321563ad98c5257bb6d3c58689c60d SHA512 1d096c7328b6131f097663d8f769a1e7a2a15cb24ca5116e28de38162cf1c5c544b8ed856b0d3df758947154b9e76ca720d3c614e7dca4edb71e8a219438e7a7
22 DIST thunar-4.16.2.tar.bz2 2434525 BLAKE2B e50fb41d7d333fe23729ddc01ce7e1313124ad3607e0e57fd210794b21f83fb83cd2a4ef9845638c0e10ceb5995392b754991600fc242e4a7e11af6a55971624 SHA512 761bc2b2106db523b5b56b9f330a42e487aeccd144d2118956a67d6935ee6d795edf543a815c3e035dd7cc4b0965679811d39d9c5e6b6f7ca84eb362f22561e0
23 +DIST thunar-4.16.3.tar.bz2 2434256 BLAKE2B 87b2afd9e110d0852540bdde572a05359924bc4dbba65a947028d2a438bf8ecd7990f213cfed5dfb7af7367e8c047a55ffe1915e225df5329f09a66ebf9e62c4 SHA512 e895e9323b6c24a7ebbfbdc9d5b79b6c80e44a29c828d25444d2e4268d374debaa4a4e3ba00487ff15746549d0a5e1a45a886a9290926960a8db1d298139a5b7
24 DIST thunar-4.17.0.tar.bz2 2448027 BLAKE2B c3890dfe22384ecaa7a71805c68938d59cdfcd0a602512395e9011692de242c808dc13229c0c3b3ad93973845fe9e291cee4f3b6275fc87c75efade7731d580e SHA512 6a344f89ae51c4c0cbdbac1542558aeab3c0eb45a79320e58785033a3faa2ff95751e72e089f6a2ff23056a18a403845a2b5603c89550a6ba2e0c8286f75a5e4
25
26 diff --git a/xfce-base/thunar/thunar-4.16.3.ebuild b/xfce-base/thunar/thunar-4.16.3.ebuild
27 new file mode 100644
28 index 00000000000..a50b1046a41
29 --- /dev/null
30 +++ b/xfce-base/thunar/thunar-4.16.3.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=7
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 ~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.50
49 + >=x11-libs/gdk-pixbuf-2.14
50 + >=x11-libs/gtk+-3.22:3
51 + >=xfce-base/exo-4.15.3:=
52 + >=xfce-base/libxfce4ui-4.15.3:=
53 + >=xfce-base/libxfce4util-4.15.2:=
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 +}