diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-08 10:21:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-08 10:21:21 +0100 |
commit | 011b306e7c319f11aa6db3c6f63c7d4c26bc6903 (patch) | |
tree | 4d9b38c3282d6c4be890679346e4081fbdb43971 /xfce-base | |
parent | net-mail/dovecot: bump to 2.3.14 (diff) | |
download | gentoo-011b306e7c319f11aa6db3c6f63c7d4c26bc6903.tar.gz gentoo-011b306e7c319f11aa6db3c6f63c7d4c26bc6903.tar.bz2 gentoo-011b306e7c319f11aa6db3c6f63c7d4c26bc6903.zip |
xfce-base/thunar: Bump to 4.16.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/Manifest | 1 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-4.16.5.ebuild | 76 |
2 files changed, 77 insertions, 0 deletions
diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest index 82ee25497754..66696da35eaa 100644 --- a/xfce-base/thunar/Manifest +++ b/xfce-base/thunar/Manifest @@ -1,4 +1,5 @@ DIST thunar-4.16.2.tar.bz2 2434525 BLAKE2B e50fb41d7d333fe23729ddc01ce7e1313124ad3607e0e57fd210794b21f83fb83cd2a4ef9845638c0e10ceb5995392b754991600fc242e4a7e11af6a55971624 SHA512 761bc2b2106db523b5b56b9f330a42e487aeccd144d2118956a67d6935ee6d795edf543a815c3e035dd7cc4b0965679811d39d9c5e6b6f7ca84eb362f22561e0 DIST thunar-4.16.3.tar.bz2 2434256 BLAKE2B 87b2afd9e110d0852540bdde572a05359924bc4dbba65a947028d2a438bf8ecd7990f213cfed5dfb7af7367e8c047a55ffe1915e225df5329f09a66ebf9e62c4 SHA512 e895e9323b6c24a7ebbfbdc9d5b79b6c80e44a29c828d25444d2e4268d374debaa4a4e3ba00487ff15746549d0a5e1a45a886a9290926960a8db1d298139a5b7 DIST thunar-4.16.4.tar.bz2 2434519 BLAKE2B df5ade14ea5e758f7d7da3931c857509c0bd168fbb0ab31e3a9a1d329b5ff131f5c42bf37e5b1ba1dce7cfef04f47d19d220ddb87ab639a611aa84c3e8422585 SHA512 6c8d501ee54dd745e7e42e37841caa92f1af25f3d162820e38897a82576f1c2982f3a2b38b3d93e1ddb6ae5aff205bbd1eed348bda1840f9dfaed2f4057b1544 +DIST thunar-4.16.5.tar.bz2 2435070 BLAKE2B dabab4198d4290162a0e035d444351c6a5e132fcb1379d926315e7aa8ef73d1573ef8b249f3e4049f2557026d06561c96402bdc0184c769eaee1821dbabbcbbe SHA512 8c24be876f20e2fa93b8ef05e230c61a412c674fe8f9c796cf4036e1d2e38f1b4ed582475158cc86ace6fe82affa005b201a1e565cd7ccd4dfebbcc114067140 DIST thunar-4.17.0.tar.bz2 2448027 BLAKE2B c3890dfe22384ecaa7a71805c68938d59cdfcd0a602512395e9011692de242c808dc13229c0c3b3ad93973845fe9e291cee4f3b6275fc87c75efade7731d580e SHA512 6a344f89ae51c4c0cbdbac1542558aeab3c0eb45a79320e58785033a3faa2ff95751e72e089f6a2ff23056a18a403845a2b5603c89550a6ba2e0c8286f75a5e4 diff --git a/xfce-base/thunar/thunar-4.16.5.ebuild b/xfce-base/thunar/thunar-4.16.5.ebuild new file mode 100644 index 000000000000..a50b1046a411 --- /dev/null +++ b/xfce-base/thunar/thunar-4.16.5.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit xdg-utils + +DESCRIPTION="File manager for the Xfce desktop environment" +HOMEPAGE="https://www.xfce.org/projects/ https://docs.xfce.org/xfce/thunar/start" +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="0/3" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks" + +GVFS_DEPEND=">=gnome-base/gvfs-1.18.3" +DEPEND=">=dev-libs/glib-2.50 + >=x11-libs/gdk-pixbuf-2.14 + >=x11-libs/gtk+-3.22:3 + >=xfce-base/exo-4.15.3:= + >=xfce-base/libxfce4ui-4.15.3:= + >=xfce-base/libxfce4util-4.15.2:= + >=xfce-base/xfconf-4.12:= + exif? ( >=media-libs/libexif-0.6.19:= ) + introspection? ( dev-libs/gobject-introspection:= ) + libnotify? ( >=x11-libs/libnotify-0.7 ) + pcre? ( >=dev-libs/libpcre-6:= ) + trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= ) + udisks? ( dev-libs/libgudev:= )" +RDEPEND="${DEPEND} + >=dev-util/desktop-file-utils-0.20-r1 + x11-misc/shared-mime-info + trash-panel-plugin? ( ${GVFS_DEPEND} ) + udisks? ( + virtual/udev + ${GVFS_DEPEND}[udisks,udev] + )" +BDEPEND=" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_configure() { + local myconf=( + $(use_enable introspection) + $(use_enable udisks gudev) + $(use_enable libnotify notifications) + $(use_enable exif) + $(use_enable pcre) + $(use_enable trash-panel-plugin tpa-plugin) + ) + + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + elog "If you were using an older Xfce version and Thunar fails to start" + elog "with a message similar to:" + elog " Failed to register: Timeout was reached" + elog "you may need to reset your xfce4 session:" + elog " rm ~/.cache/sessions/xfce4-session-*" + elog "See https://bugs.gentoo.org/698914." + + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +} |