diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2022-02-24 19:34:18 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2022-02-24 19:34:18 +0200 |
| commit | 4893baf8ee1979b53017c24716114b7fd89dd92f (patch) | |
| tree | 43bd35a470c3a9a3a2d298350991b4f378697f68 /gnome-extra/nemo-python/nemo-python-5.2.0.ebuild | |
| parent | d59fdadc3773fe580bd28cd54dc777ec61595b71 (diff) | |
| download | garbage-4893baf8ee1979b53017c24716114b7fd89dd92f.tar garbage-4893baf8ee1979b53017c24716114b7fd89dd92f.tar.gz garbage-4893baf8ee1979b53017c24716114b7fd89dd92f.zip | |
Added nemo extension ebuilds
Diffstat (limited to 'gnome-extra/nemo-python/nemo-python-5.2.0.ebuild')
| -rw-r--r-- | gnome-extra/nemo-python/nemo-python-5.2.0.ebuild | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/gnome-extra/nemo-python/nemo-python-5.2.0.ebuild b/gnome-extra/nemo-python/nemo-python-5.2.0.ebuild new file mode 100644 index 0000000..c8fa29c --- /dev/null +++ b/gnome-extra/nemo-python/nemo-python-5.2.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7,8,9,10} ) + +inherit meson python-r1 + +DESCRIPTION="Nemo python integration" +HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/nemo-extensions" +SRC_URI="https://github.com/linuxmint/nemo-extensions/archive/5.2.0.tar.gz -> nemo-extensions-5.2.0.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +IUSE="doc exif +nls selinux tracker xmp" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + >=dev-libs/glib-2.14.0 + >=gnome-extra/nemo-2.0.0 +" +RDEPEND=" + ${DEPEND} +" + +S="${WORKDIR}/nemo-extensions-5.2.0/${PN}" + +pkg_setup() { + python_setup +} + +src_configure() { + local emesonargs=( + $(meson_use exif) + $(meson_use tracker) + $(meson_use xmp) + $(meson_use selinux) + $(meson_use doc gtk_doc) + ) + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome3_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome3_schemas_update +} |
