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: Wed, 30 Dec 2020 00:02:11
Message-Id: 1609286521.292e0907cf877b537a3bc8b55fdb2cd099571f97.mgorny@gentoo
1 commit: 292e0907cf877b537a3bc8b55fdb2cd099571f97
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 23:33:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 00:02:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292e0907
7
8 xfce-base/thunar: Bump to 4.16.1
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.1.ebuild | 77 +++++++++++++++++++++++++++++++++++
14 2 files changed, 78 insertions(+)
15
16 diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
17 index 97d9acb7b42..188296d304f 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.15.3.tar.bz2 2445923 BLAKE2B 7c1fcbb77eba1a2198bbfac88d43d9a332941aca9dec46d239933288d6e97d4029208bcbe6574577d71aad11292c2ca8015374502b724fa3e3844f0fa664152b SHA512 a86a2e984ccbec82f50b479efc61334615b0ac116d8b3a479c61470d34fe47bac0d3e327cf4e10a1bf3ad50910abb26767bbd7ffed0cf4263e3435a21e1ab6dd
23 DIST thunar-4.16.0.tar.bz2 2454813 BLAKE2B 528abf3f3227992dbed23e453205a55dcdda8bf03d242f6668e45e2d22921dfe5f5dd5550a7cdf53fd5c39c21ecf9567bc02e2d178ae7a1d35ad0c4f6932e4a7 SHA512 0f288018ead108c6a170a9b98d45d6c005301eb51526b357ab81411724451f0e6a1154ae44dd7681ee5bc9a8807df1497ed26d1af0ac002d68c69fede808cc51
24 +DIST thunar-4.16.1.tar.bz2 2447673 BLAKE2B 6a0533fb052c9cb1e478145685859e22fb3134aee4332e4bf23d3c9addaa17e1514ebf3e8087474cdc728d44a52d43a15d1b10a62e3a3c6e1654404097461957 SHA512 aa579682cb6fc9af339ae40a6fdd66e49d34ae849388384af5665499c3b58f59a628a8380bd174d0988249139a7f7783cb3fa5342e1b019e8d2e0c044ea8f6d0
25
26 diff --git a/xfce-base/thunar/thunar-4.16.1.ebuild b/xfce-base/thunar/thunar-4.16.1.ebuild
27 new file mode 100644
28 index 00000000000..647aad08c70
29 --- /dev/null
30 +++ b/xfce-base/thunar/thunar-4.16.1.ebuild
31 @@ -0,0 +1,77 @@
32 +# Copyright 1999-2020 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-lang/perl-5.6
49 + >=dev-libs/glib-2.50
50 + >=x11-libs/gdk-pixbuf-2.14
51 + >=x11-libs/gtk+-3.22:3
52 + >=xfce-base/exo-0.12:=
53 + >=xfce-base/libxfce4ui-4.15.3:=
54 + >=xfce-base/libxfce4util-4.15.2:=
55 + >=xfce-base/xfconf-4.12:=
56 + exif? ( >=media-libs/libexif-0.6.19:= )
57 + introspection? ( dev-libs/gobject-introspection:= )
58 + libnotify? ( >=x11-libs/libnotify-0.7 )
59 + pcre? ( >=dev-libs/libpcre-6:= )
60 + trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
61 + udisks? ( dev-libs/libgudev:= )"
62 +RDEPEND="${DEPEND}
63 + >=dev-util/desktop-file-utils-0.20-r1
64 + x11-misc/shared-mime-info
65 + trash-panel-plugin? ( ${GVFS_DEPEND} )
66 + udisks? (
67 + virtual/udev
68 + ${GVFS_DEPEND}[udisks,udev]
69 + )"
70 +BDEPEND="
71 + dev-util/intltool
72 + sys-devel/gettext
73 + virtual/pkgconfig"
74 +
75 +src_configure() {
76 + local myconf=(
77 + $(use_enable introspection)
78 + $(use_enable udisks gudev)
79 + $(use_enable libnotify notifications)
80 + $(use_enable exif)
81 + $(use_enable pcre)
82 + $(use_enable trash-panel-plugin tpa-plugin)
83 + )
84 +
85 + econf "${myconf[@]}"
86 +}
87 +
88 +src_install() {
89 + default
90 + find "${D}" -name '*.la' -delete || die
91 +}
92 +
93 +pkg_postinst() {
94 + elog "If you were using an older Xfce version and Thunar fails to start"
95 + elog "with a message similar to:"
96 + elog " Failed to register: Timeout was reached"
97 + elog "you may need to reset your xfce4 session:"
98 + elog " rm ~/.cache/sessions/xfce4-session-*"
99 + elog "See https://bugs.gentoo.org/698914."
100 +
101 + xdg_desktop_database_update
102 + xdg_icon_cache_update
103 +}
104 +
105 +pkg_postrm() {
106 + xdg_desktop_database_update
107 + xdg_icon_cache_update
108 +}