Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/
Date: Fri, 16 Feb 2018 07:11:02
Message-Id: 1518764905.b791c727dda501026f2ec661785d41c56042e9dd.perfinion@gentoo
1 commit: b791c727dda501026f2ec661785d41c56042e9dd
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 07:08:02 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 07:08:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b791c727
7
8 xfce-base/thunar: 1.7.1 bump, dev branch
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 xfce-base/thunar/Manifest | 1 +
13 xfce-base/thunar/thunar-1.7.1.ebuild | 80 ++++++++++++++++++++++++++++++++++++
14 2 files changed, 81 insertions(+)
15
16 diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
17 index 130b5483183..91552a5cf99 100644
18 --- a/xfce-base/thunar/Manifest
19 +++ b/xfce-base/thunar/Manifest
20 @@ -3,3 +3,4 @@ DIST Thunar-1.6.12.tar.bz2 1929112 BLAKE2B 51e347340bdd322bcbd46a10b5b59c8249ac3
21 DIST Thunar-1.6.13.tar.bz2 1937341 BLAKE2B fc47188876e694f724e3f10a0c1e621b5cae4112c9cf4951e670cb56d30ab532b04e77a29fca79096b58aac260ae8a065a6b0caf72c8b4750944dea593be9f2f SHA512 d1ae8efd0652c21b14ff45be9eef2ccf6b4400c744b08b2096a47b1af4eade2df1a237d03ede3e5dccea018b626dd67ffda2ed946b31fc2d3ff214c79e30168f
22 DIST Thunar-1.6.14.tar.bz2 1964822 BLAKE2B f080f3d0634b4b4a8e11cdb902d5f300b1829979a98b573bdb6fd11b273cdc5e37f8e8c03556561b9f8730a70c7f7c34cbfbda76fe90f86cf2c443c3f426aabe SHA512 63287e35e71a6d1cb75a4d4db4d05f0fdf34d43b0ce7a2094e6aa9042d16f3eb60f7c5d755810bb0807112177e37954ba566b4f0ef701766205ed9e5561bd6e1
23 DIST Thunar-1.7.0.tar.bz2 2235806 BLAKE2B dfe81012dd0c8e760497f5c919bc2e7d4dd5e3fe78969776022f769b6332d15c9bbfadee8eef8eb5cb60d8e482ada9b7d9c2673db4252d6ae2adc4788e0d257e SHA512 28f88108a2e6c415f81363330eae6046e858988b06cf6fc4408043dc6225e229aafcc1ccd5245568fb8910594a42bc7917a259eebe3ba597f453c6635c8ce639
24 +DIST Thunar-1.7.1.tar.bz2 2264496 BLAKE2B 84fc0ae18ec4d4bd414bbce30b6ba7f1f0c90de6202d8b830335fb49561c85428ee13753bdc1cb810713e628b977aacf78c93d7bd88c9ac90e3a78f8d74f5737 SHA512 200d2f7a30529fa9a93340a24d019a883193952157f3b37e67d4618ccff95823dfa06f6b04845d185fcb5ead780ea5c69ba9b846c82ea22bc433321b2b160ffb
25
26 diff --git a/xfce-base/thunar/thunar-1.7.1.ebuild b/xfce-base/thunar/thunar-1.7.1.ebuild
27 new file mode 100644
28 index 00000000000..fb1e05deeba
29 --- /dev/null
30 +++ b/xfce-base/thunar/thunar-1.7.1.ebuild
31 @@ -0,0 +1,80 @@
32 +# Copyright 1999-2018 Gentoo Foundation
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="mirror://xfce/src/xfce/${PN}/${PV%.*}/${MY_P}.tar.bz2"
43 +
44 +LICENSE="GPL-2 LGPL-2"
45 +SLOT="0"
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.11:=
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 +}