From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E95F1382C5 for ; Wed, 4 Apr 2018 23:04:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8284BE0B23; Wed, 4 Apr 2018 23:04:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45B9FE0B23 for ; Wed, 4 Apr 2018 23:04:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C4F1335C43 for ; Wed, 4 Apr 2018 23:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8611F27F for ; Wed, 4 Apr 2018 23:04:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1522882979.c46911e21c5265751b9f9fcaca424ca2b66002f0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/spacefm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/spacefm/Manifest x11-misc/spacefm/spacefm-1.0.6.ebuild X-VCS-Directories: x11-misc/spacefm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c46911e21c5265751b9f9fcaca424ca2b66002f0 X-VCS-Branch: master Date: Wed, 4 Apr 2018 23:04:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 74338a46-89dd-460f-a79b-313dd4912e58 X-Archives-Hash: 1be1063093f4c0e0a25baa0273741c17 commit: c46911e21c5265751b9f9fcaca424ca2b66002f0 Author: Marty E. Plummer startmail com> AuthorDate: Wed Apr 4 01:35:52 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 4 23:02:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46911e2 x11-misc/spacefm: 1.0.6 version bump Released 2018/03/04. Package-Manager: Portage-2.3.27, Repoman-2.3.9 x11-misc/spacefm/Manifest | 1 + x11-misc/spacefm/spacefm-1.0.6.ebuild | 95 +++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) diff --git a/x11-misc/spacefm/Manifest b/x11-misc/spacefm/Manifest index f5f822cc7ac..bcd3bfd6b17 100644 --- a/x11-misc/spacefm/Manifest +++ b/x11-misc/spacefm/Manifest @@ -1 +1,2 @@ DIST spacefm-1.0.5.tar.gz 3491483 BLAKE2B c00ff3d92e01095b854ee4948ee8827ab32f454d4fd19e496f3d4a70dad2d8a98b67f6cca53d2026d15eddca23b1b6ac5f0394a66097a4efdd0f42beeabd4ffb SHA512 f32a59eac773df1bd9d36ba26cf7397bd205a2a8918e01f978c42ffb6aa2238a6f4dc871503a43f130c3b10d80f43364f54965d441f602ac895d0483fc073498 +DIST spacefm-1.0.6.tar.gz 3498587 BLAKE2B fc4753ff370fa940ef5737bc7826558847dfbbbec43c1a150d887ed38655f9e45255a737f61a024318c9f37e86a15989da66c83d4dcf5a811603950009b20547 SHA512 37fc0dd31f02158502f592415b4c375ee49560af6f03d75b035d7c6c45bdc47064bba1ae8987b4cc8be2e02b3dfcdc17ec760411975e7b5f74343a2293fb2c8c diff --git a/x11-misc/spacefm/spacefm-1.0.6.ebuild b/x11-misc/spacefm/spacefm-1.0.6.ebuild new file mode 100644 index 00000000000..fefb9fc512a --- /dev/null +++ b/x11-misc/spacefm/spacefm-1.0.6.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils linux-info xdg-utils + +DESCRIPTION="A multi-panel tabbed file manager" +HOMEPAGE="https://ignorantguru.github.com/spacefm/" +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/IgnorantGuru/${PN}.git" + EGIT_BRANCH="next" + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/IgnorantGuru/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +fi + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +IUSE="gtk2 +gtk3 +startup-notification +video-thumbnails" + +RDEPEND="dev-libs/glib:2 + dev-util/desktop-file-utils + >=virtual/udev-143 + virtual/freedesktop-icon-theme + x11-libs/cairo + x11-libs/gdk-pixbuf + gtk2? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) + !gtk2? ( x11-libs/gtk+:3 ) + x11-libs/pango + x11-libs/libX11 + x11-misc/shared-mime-info + video-thumbnails? ( media-video/ffmpegthumbnailer ) + startup-notification? ( x11-libs/startup-notification )" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig + sys-devel/gettext" + +PATCHES=( + "${FILESDIR}"/${PN}-9999-include-sysmacros.patch +) + +src_configure() { + econf \ + --htmldir=/usr/share/doc/${PF}/html \ + $(use_enable startup-notification) \ + $(use_enable video-thumbnails) \ + --disable-hal \ + --enable-inotify \ + --disable-pixmaps \ + $(use_with gtk3 gtk3 "yes") +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_mimeinfo_database_update + gnome2_icon_cache_update + + einfo + elog "To mount as non-root user you need one of the following:" + elog " sys-apps/udevil (recommended, see below)" + elog " sys-apps/pmount" + elog " sys-fs/udisks:0" + elog " sys-fs/udisks:2" + elog "To support ftp/nfs/smb/ssh URLs in the path bar you need:" + elog " sys-apps/udevil" + elog "To perform as root functionality you need one of the following:" + elog " x11-misc/ktsuss" + elog " kde-plasma/kde-cli-tools[kdesu]" + elog "Other optional dependencies:" + elog " sys-apps/dbus" + elog " sys-process/lsof (device processes)" + elog " virtual/eject (eject media)" + einfo + if ! has_version 'sys-fs/udisks' ; then + elog "When using SpaceFM without udisks, and without the udisks-daemon running," + elog "you may need to enable kernel polling for device media changes to be detected." + elog "See /usr/share/doc/${PF}/html/spacefm-manual-en.html#devices-kernpoll" + has_version '