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: Thu, 10 Feb 2022 10:35:46
Message-Id: 1644489338.e3dccf5a5cf4f98cca40d1e7f5e29986ad312745.mgorny@gentoo
1 commit: e3dccf5a5cf4f98cca40d1e7f5e29986ad312745
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 10 10:35:16 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 10 10:35:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3dccf5a
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.17.6.ebuild | 76 -----------------------------------
14 2 files changed, 77 deletions(-)
15
16 diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
17 index 448fca152de5..235143f25c9f 100644
18 --- a/xfce-base/thunar/Manifest
19 +++ b/xfce-base/thunar/Manifest
20 @@ -1,3 +1,2 @@
21 DIST thunar-4.16.10.tar.bz2 2324476 BLAKE2B a8305f234b6f69654d6559594f1228ebbb5009b337fbdee6d94dc2f3c309d67cbe2aa5c357fd5207d4e907b9d06875dd3164d501c84a22c9f73e71b705577fd7 SHA512 b6fbb27acaae85e7d5c711213c5c457d7eaf973dabafbeabbc00ef01491b54b05da00304503ed03a1ee0716c2558f435754666dd5358f36b2e155e4c8132ebce
22 -DIST thunar-4.17.6.tar.bz2 2474323 BLAKE2B add0ec83dfff7119df7b0c7dfde579cbd8ea5ae86f77e38f8d1777d47c85145a8f301b3008a278a5ab94efd8ab3fcd6467cf09671630335b2e06123432e8209f SHA512 8ee9508ef1384525991fa96c7b69a4722bbb5d8f7a16c065f47daae9e9eca6e06875c92ba4a15b9c420a8162b9bd547d5a15120cc2f08e0824d318f52fd14b44
23 DIST thunar-4.17.7.tar.bz2 2507703 BLAKE2B 18393d33066059892e0a1bff68728d69aacc36604b48483789783aa3474ad3fa7c48c80a3af2380d61ac01bb027f092be63dc78fa40638b662348cb2c53bd4bf SHA512 79ccfd2baed6f956706dda52de9a0fe4dda6c59c10833fe9e699f6797abb092ba1640a97150413f890829d83fe78bb700f7a1fa912515866bc3ba7f53a350223
24
25 diff --git a/xfce-base/thunar/thunar-4.17.6.ebuild b/xfce-base/thunar/thunar-4.17.6.ebuild
26 deleted file mode 100644
27 index d13c7d3b9207..000000000000
28 --- a/xfce-base/thunar/thunar-4.17.6.ebuild
29 +++ /dev/null
30 @@ -1,76 +0,0 @@
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.56
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.1:=
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 -}