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 E886B138334 for ; Tue, 31 Jul 2018 08:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B203E08F2; Tue, 31 Jul 2018 08:38:43 +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 C64B4E0893 for ; Tue, 31 Jul 2018 08:38:42 +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 507C2335C63 for ; Tue, 31 Jul 2018 08:38:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFC13389 for ; Tue, 31 Jul 2018 08:38:39 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1533026068.d1a374fa2ed01df4505011b28cd7cf1ac2c47bc7.k_f@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nemo/Manifest gnome-extra/nemo/nemo-3.8.3.ebuild X-VCS-Directories: gnome-extra/nemo/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: d1a374fa2ed01df4505011b28cd7cf1ac2c47bc7 X-VCS-Branch: master Date: Tue, 31 Jul 2018 08:38:39 +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: f12f56fa-04e6-43d9-884c-0b25aca5c111 X-Archives-Hash: 7cc2cb724cae9fb025656b44eaf08c7d commit: d1a374fa2ed01df4505011b28cd7cf1ac2c47bc7 Author: Kristian Fiskerstrand gentoo org> AuthorDate: Wed Jul 4 10:28:55 2018 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Jul 31 08:34:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a374fa gnome-extra/nemo: New upstream version 3.8.3 Package-Manager: Portage-2.3.40, Repoman-2.3.9 gnome-extra/nemo/Manifest | 1 + gnome-extra/nemo/nemo-3.8.3.ebuild | 81 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest index 23efaa0001b..788aaf46a5e 100644 --- a/gnome-extra/nemo/Manifest +++ b/gnome-extra/nemo/Manifest @@ -1 +1,2 @@ DIST nemo-3.6.4.tar.gz 1433265 BLAKE2B 0640ad5e803d955072d0773ef3ea20739d6189720defbf3db6fc48da503b7cb72f8c33302542799933499f2f5c0e28c8e706da77f9943362e7db23eb9c4d6a21 SHA512 a8541e8944ce44b3f62ad0211c550509704f3210ce4aaaebcaefcb50a358f018eb01fba26d18ea8edbd662dab2b915fb7c4f4704e8468f6b9b3f4b636bf0d87e +DIST nemo-3.8.3.tar.gz 1424482 BLAKE2B 34774598ee57bfe0d47fc053940efdcc38c9c0cf0d7f1e040e18240905baed9777eda63abc2dfeea34d83bd76ad7dbcc281e72b4bbecdb29689a41ce5c157c1f SHA512 21dabc0cfeb88c33929671cfcc41a8b00d097380e9cc3276f790d74df61f2b25b1988a0efd5fa538d376e20e3034833d7eb7c6c2169694e6741f42711666c92a diff --git a/gnome-extra/nemo/nemo-3.8.3.ebuild b/gnome-extra/nemo/nemo-3.8.3.ebuild new file mode 100644 index 00000000000..886c1c1d8e2 --- /dev/null +++ b/gnome-extra/nemo/nemo-3.8.3.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit meson eutils gnome2 python-any-r1 virtualx + +DESCRIPTION="A file manager for Cinnamon, forked from Nautilus" +HOMEPAGE="http://cinnamon.linuxmint.com/" +SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+ LGPL-2+ FDL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="exif +introspection +nls packagekit tracker xmp" +RESTRICT=test + +COMMON_DEPEND=" + >=dev-libs/glib-2.37.3:2[dbus] + >=gnome-extra/cinnamon-desktop-2.6.1:0= + >=x11-libs/pango-1.28.3 + >=x11-libs/gtk+-3.9.10:3[introspection?] + >=dev-libs/libxml2-2.7.8:2 + + gnome-base/dconf:0= + gnome-base/gsettings-desktop-schemas + >=x11-libs/libnotify-0.7:= + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXrender + >=x11-libs/xapps-1.0.4 + + exif? ( >=media-libs/libexif-0.6.20:= ) + introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) + tracker? ( >=app-misc/tracker-0.12:= ) + xmp? ( >=media-libs/exempi-2.2.0:= ) + sys-libs/libselinux +" +RDEPEND="${COMMON_DEPEND} + x11-themes/adwaita-icon-theme + nls? ( >=gnome-extra/cinnamon-translations-2.2 ) +" + +PDEPEND=">=gnome-base/gvfs-0.1.2" + +DEPEND="${COMMON_DEPEND} + ${PYTHON_DEPS} + $(python_gen_any_dep ' + dev-python/polib[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + ') + >=dev-lang/perl-5 + >=dev-util/gdbus-codegen-2.31.0 + dev-util/gtk-doc-am + >=dev-util/intltool-0.40.1 + sys-devel/gettext + virtual/pkgconfig + x11-base/xorg-proto + + dev-util/gtk-doc + gnome-base/gnome-common +" +# For eautoreconf +# gnome-base/gnome-common, dev-util/gtk-doc (not only -am!) + +src_prepare() { + gnome2_src_prepare +} + +src_configure() { + meson_src_configure \ + -Dexif=$(usex exif true false) \ + -Denable-tracker=$(usex tracker true false) \ + -Dxmp=$(usex xmp true false) +} + +src_install() { + meson_src_install +}