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: Mon, 28 Jan 2019 19:56:56
Message-Id: 1548645983.2e4287415299fc9098365eae61caecbf48d6ef05.mgorny@gentoo
1 commit: 2e4287415299fc9098365eae61caecbf48d6ef05
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 03:26:23 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 03:26:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e428741
7
8 xfce-base/thunar: Bump to 1.8.4 'emerge release' (bugfix)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/thunar/Manifest | 1 +
13 xfce-base/thunar/thunar-1.8.4.ebuild | 80 ++++++++++++++++++++++++++++++++++++
14 2 files changed, 81 insertions(+)
15
16 diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
17 index 61188a8507d..8ad20e3d636 100644
18 --- a/xfce-base/thunar/Manifest
19 +++ b/xfce-base/thunar/Manifest
20 @@ -3,3 +3,4 @@ DIST Thunar-1.6.15.tar.bz2 1964447 BLAKE2B 07dd4241f5aad975ae8f3c4cffb1b40338fd3
21 DIST Thunar-1.6.16.tar.bz2 1977562 BLAKE2B efad6b45a64c5c80bff3d829207a1a0b45b4b48ab168c38bbcd263445a16dc230b0c5ea7515b65d686cbf256d294bcced19b248c252478a6a1cecb393d71a7f6 SHA512 6c7b8b88e01762e606bfd9e3848a98ae5825ff431f0686dd7bbcb987e448aa4c20d7cca3fb6b7c5d5dfde91ae6f8a16e674769d168f6f875e2efe519f4cdfd1b
22 DIST Thunar-1.8.2.tar.bz2 2274521 BLAKE2B b5460a4bc5dd6547b8d620fd60a506899b4cfe6fdbadc46c9e7d259bed90ae5f98de2fa337762f8cbe5c7bdcb020ce3afd3d942763f0ea5aa84d1d9ceb47154f SHA512 c770fae8b6e5e0e42148ed2b9777afba5159783e5fc716eba1e0499b5390684f386eb575f1a608814bc118bbf05ede34c6737e28c06470c4d01717b579308ec9
23 DIST Thunar-1.8.3.tar.bz2 2348196 BLAKE2B c89ad2a763b3aa6956e32777c7000fedbb8448704b11cfdb979e350a665b3ee3f43bc065af3fbd396c6810438ba5e49515204f40d68a2b2217fd4e18019140da SHA512 f584d4f8a474797bf422101c2eb21fe08e10c3ba0b842ac157b1016c49e164069181db9393c2c46c376e012bf0fd6ef693fd203175392368b5e30d5f44ee986f
24 +DIST Thunar-1.8.4.tar.bz2 2349249 BLAKE2B 4f1ac9c3177587b5ff2f3acd7220fb08921fc9db9711dd5925b65068db9bb14e7cf9d17834a96395c3fc27927030dbd2ba70d08c5b14d28e4aaf553493bce5f2 SHA512 886c0789aa19c2ab2ef34892c4afd09c857585b4796140ea3c84ccb9e1e1ca2935cf7e3a760a6ca8d8c68a5866663412500b4779878c7f48c9365c3ac7bf0eec
25
26 diff --git a/xfce-base/thunar/thunar-1.8.4.ebuild b/xfce-base/thunar/thunar-1.8.4.ebuild
27 new file mode 100644
28 index 00000000000..9ce63186aa2
29 --- /dev/null
30 +++ b/xfce-base/thunar/thunar-1.8.4.ebuild
31 @@ -0,0 +1,80 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +inherit gnome2-utils virtualx xdg-utils
37 +
38 +MY_P=${P^}
39 +
40 +DESCRIPTION="File manager for the Xfce desktop environment"
41 +HOMEPAGE="https://www.xfce.org/projects/ https://docs.xfce.org/xfce/thunar/start"
42 +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${MY_P}.tar.bz2"
43 +
44 +LICENSE="GPL-2+ LGPL-2+"
45 +SLOT="0/3"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
47 +IUSE="exif introspection libnotify pcre test +trash-panel-plugin udisks"
48 +
49 +GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
50 +COMMON_DEPEND=">=dev-lang/perl-5.6
51 + >=dev-libs/glib-2.30:=
52 + >=x11-libs/gdk-pixbuf-2.14:=
53 + >=x11-libs/gtk+-3.22:3=
54 + >=xfce-base/exo-0.12:=
55 + >=xfce-base/libxfce4ui-4.12:=
56 + >=xfce-base/libxfce4util-4.12:=
57 + >=xfce-base/xfconf-4.12:=
58 + exif? ( >=media-libs/libexif-0.6.19:= )
59 + introspection? ( dev-libs/gobject-introspection:= )
60 + libnotify? ( >=x11-libs/libnotify-0.7:= )
61 + pcre? ( >=dev-libs/libpcre-6:= )
62 + trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
63 + udisks? ( virtual/libgudev:= )"
64 +RDEPEND="${COMMON_DEPEND}
65 + >=dev-util/desktop-file-utils-0.20-r1
66 + x11-misc/shared-mime-info
67 + trash-panel-plugin? ( ${GVFS_DEPEND} )
68 + udisks? (
69 + virtual/udev
70 + ${GVFS_DEPEND}[udisks,udev]
71 + )"
72 +DEPEND="${COMMON_DEPEND}
73 + dev-util/intltool
74 + sys-devel/gettext
75 + virtual/pkgconfig"
76 +
77 +S=${WORKDIR}/${MY_P}
78 +
79 +DOCS=( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO )
80 +
81 +src_configure() {
82 + local myconf=(
83 + $(use_enable introspection)
84 + $(use_enable udisks gudev)
85 + $(use_enable libnotify notifications)
86 + $(use_enable exif)
87 + $(use_enable pcre)
88 + $(use_enable trash-panel-plugin tpa-plugin)
89 + )
90 +
91 + econf "${myconf[@]}"
92 +}
93 +
94 +src_test() {
95 + virtx emake check
96 +}
97 +
98 +src_install() {
99 + default
100 + find "${D}" -name '*.la' -delete || die
101 +}
102 +
103 +pkg_postinst() {
104 + xdg_desktop_database_update
105 + gnome2_icon_cache_update
106 +}
107 +
108 +pkg_postrm() {
109 + xdg_desktop_database_update
110 + gnome2_icon_cache_update
111 +}