mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
gnome-extra/nemo: Drop old
Package-Manager: portage-2.3.0_rc1
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST nemo-2.6.7.tar.gz 1404410 SHA256 fcb7c596d4aa2325df0c9a0af6d26bcc8c1c85f299ae511f8a1ea3a23619f8ed SHA512 2a7f52b830eab7967f3ca779de076739371f51071f705d134de469b7642e3b592428f14e4c4e45c623445c36c990e90ad5c6698864cb920d0140aa3ad76a9f0b WHIRLPOOL 62fe0313d51b9b312960fb9f2ab059d9a6ca74ec32c88eb0eb860444bbc5c3b975cd7e9a09739c27b511f9d965621e8a4cff686d33f34fe3de0a09e8f34f0870
|
||||
DIST nemo-2.8.5.tar.gz 1410051 SHA256 914ad72f7374e185249e431365cd4638e74fc005a2e3f17820451401e1644580 SHA512 c1b23b5e40c5ef21d9315562904626bbf063d3a10a76a01a8574037071b7c531e5a821dc9fc5ad3f397c015c06bb8b71fec61300b7167c43ffc900b6f665ab4f WHIRLPOOL e85ef10a338199c8f3ea86a76c2ac87f12db8ef3969808ccf47516c6c82fb8c85a34c89f8b7029711b89c09e1c6c76cd3e268e0676c9eeced5ff557ce4f3b52e
|
||||
DIST nemo-2.8.6.tar.gz 1410287 SHA256 c35d7bfc753935ec638a068ab6edb2b6ada75c67d73518500285d25f947a8970 SHA512 f5facfc53566fe098daf3d751f375985371a5719a686a36033bbf1f0ace5a1e79b09beead3be699e40c95db5aacd3c3c0d9888f49625ec37686ecd3ecc25c837 WHIRLPOOL 4f57153abff15f3a4c4766aaac1debdef1455896dfd13a93f0e4ba88f5169298c91f77fce481b89d5ff90ac8c2608dc84d75854b537b8b9e72882e8298562575
|
||||
|
||||
@@ -1,89 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit autotools 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"
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.34:2[dbus]
|
||||
>=gnome-extra/cinnamon-desktop-2.6.1:0=
|
||||
>=x11-libs/pango-1.28.3
|
||||
>=x11-libs/gtk+-3.3.17: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
|
||||
|
||||
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.1.0:= )
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
x11-themes/gnome-icon-theme-symbolic
|
||||
nls? ( >=gnome-extra/cinnamon-translations-2.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-proto/xproto
|
||||
|
||||
dev-util/gtk-doc
|
||||
gnome-base/gnome-common
|
||||
"
|
||||
# For eautoreconf
|
||||
# gnome-base/gnome-common, dev-util/gtk-doc (not only -am!)
|
||||
PDEPEND=">=gnome-base/gvfs-0.1.2"
|
||||
|
||||
src_prepare() {
|
||||
epatch_user
|
||||
eautoreconf
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--disable-update-mimedb \
|
||||
--disable-more-warnings \
|
||||
$(use_enable exif libexif) \
|
||||
$(use_enable introspection) \
|
||||
$(use_enable tracker) \
|
||||
$(use_enable xmp)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# FIXME: this should be handled at eclass level
|
||||
"${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/libnemo-private" || die
|
||||
|
||||
gnome2_environment_reset
|
||||
unset DBUS_SESSION_BUS_ADDRESS
|
||||
cd src # we don't care about translation tests
|
||||
GSETTINGS_SCHEMA_DIR="${S}/libnemo-private" GSETTINGS_BACKEND="memory" Xemake check
|
||||
}
|
||||
@@ -1,88 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit autotools 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"
|
||||
|
||||
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
|
||||
|
||||
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:= )
|
||||
"
|
||||
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-proto/xproto
|
||||
|
||||
dev-util/gtk-doc
|
||||
gnome-base/gnome-common
|
||||
"
|
||||
# For eautoreconf
|
||||
# gnome-base/gnome-common, dev-util/gtk-doc (not only -am!)
|
||||
|
||||
src_prepare() {
|
||||
epatch_user
|
||||
eautoreconf
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--disable-update-mimedb \
|
||||
--disable-more-warnings \
|
||||
$(use_enable exif libexif) \
|
||||
$(use_enable introspection) \
|
||||
$(use_enable tracker) \
|
||||
$(use_enable xmp)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
"${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/libnemo-private" || die
|
||||
|
||||
cd src # we don't care about translation tests
|
||||
GSETTINGS_SCHEMA_DIR="${S}/libnemo-private" GSETTINGS_BACKEND="memory" Xemake check
|
||||
}
|
||||
Reference in New Issue
Block a user