diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-18 08:59:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-18 09:05:52 +0200 |
commit | 655f8005c841fb437f014e5f4ff6e4567e3dd2a6 (patch) | |
tree | 8785ed67deebd784250d71ef7d8dcc89936e22c0 | |
parent | dev-python/sh: Remove old (diff) | |
download | gentoo-655f8005c841fb437f014e5f4ff6e4567e3dd2a6.tar.gz gentoo-655f8005c841fb437f014e5f4ff6e4567e3dd2a6.tar.bz2 gentoo-655f8005c841fb437f014e5f4ff6e4567e3dd2a6.zip |
xfce-base/thunar: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | xfce-base/thunar/Manifest | 2 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-4.16.5.ebuild | 76 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-4.17.0.ebuild | 76 |
3 files changed, 0 insertions, 154 deletions
diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest index 9465a3b08a94..28b584d6585c 100644 --- a/xfce-base/thunar/Manifest +++ b/xfce-base/thunar/Manifest @@ -1,4 +1,2 @@ -DIST thunar-4.16.5.tar.bz2 2435070 BLAKE2B dabab4198d4290162a0e035d444351c6a5e132fcb1379d926315e7aa8ef73d1573ef8b249f3e4049f2557026d06561c96402bdc0184c769eaee1821dbabbcbbe SHA512 8c24be876f20e2fa93b8ef05e230c61a412c674fe8f9c796cf4036e1d2e38f1b4ed582475158cc86ace6fe82affa005b201a1e565cd7ccd4dfebbcc114067140 DIST thunar-4.16.6.tar.bz2 2435447 BLAKE2B 0ec50e8330643fc0c1881fa49ef1b8d0a90c8ef3ade3f7bb0756525381ec885137f808451db0eff52a0f51f337cf0de787dcb43544e52c832e8e94332345ea75 SHA512 2e9800935907477664d3a17bca5998266873a84423586f9e7ee3b7c6ba41314b372f7a6db5d9dd17f10af6405afafb808a78b8e8d07dbdfa8e00aa5fa9d3a552 -DIST thunar-4.17.0.tar.bz2 2448027 BLAKE2B c3890dfe22384ecaa7a71805c68938d59cdfcd0a602512395e9011692de242c808dc13229c0c3b3ad93973845fe9e291cee4f3b6275fc87c75efade7731d580e SHA512 6a344f89ae51c4c0cbdbac1542558aeab3c0eb45a79320e58785033a3faa2ff95751e72e089f6a2ff23056a18a403845a2b5603c89550a6ba2e0c8286f75a5e4 DIST thunar-4.17.1.tar.bz2 2461612 BLAKE2B 2afed1e57c3f81ba255a02c3d6092492292e143162c47813159fabca5a0891d7d089053fcbab8e0ec60436a94121828905bece8af2e1e91f5dc3884bf05703bb SHA512 e6f5e70679dafd91d992a950f90b21ef062c7e262443c496724b170baf409e74342dc56d7a046124c0ad00a827c9b1ca616d34c74b543a61316e236810e537af diff --git a/xfce-base/thunar/thunar-4.16.5.ebuild b/xfce-base/thunar/thunar-4.16.5.ebuild deleted file mode 100644 index 25406e337a93..000000000000 --- a/xfce-base/thunar/thunar-4.16.5.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# 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 -} diff --git a/xfce-base/thunar/thunar-4.17.0.ebuild b/xfce-base/thunar/thunar-4.17.0.ebuild deleted file mode 100644 index a50b1046a411..000000000000 --- a/xfce-base/thunar/thunar-4.17.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# 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 -} |