From 1f709ed82b8014b4c156f87c66cee7d0d1d3905d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 4 Nov 2022 03:13:19 +0000 Subject: gentoo auto-resync : 04:11:2022 - 03:13:18 --- x11-misc/mugshot/Manifest | 2 +- x11-misc/mugshot/mugshot-0.4.3-r1.ebuild | 78 -------------------------------- x11-misc/mugshot/mugshot-0.4.3-r2.ebuild | 78 ++++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+), 79 deletions(-) delete mode 100644 x11-misc/mugshot/mugshot-0.4.3-r1.ebuild create mode 100644 x11-misc/mugshot/mugshot-0.4.3-r2.ebuild (limited to 'x11-misc/mugshot') diff --git a/x11-misc/mugshot/Manifest b/x11-misc/mugshot/Manifest index e5161ce534d4..0d12f1349ebc 100644 --- a/x11-misc/mugshot/Manifest +++ b/x11-misc/mugshot/Manifest @@ -1,3 +1,3 @@ DIST mugshot-0.4.3.tar.gz 128500 BLAKE2B 88ed4a9a0efa70a14d90b831d00ad8c98d7c6dc4eff0e319e5ad08e904b0c0cf2c15bb26198f4ae1248e85959c08af165c9b6dc917dce35d986fdd73ff67eed8 SHA512 b5e91288b4de30124bd84c44b8f2a70e043af12e1f9580d07b13344b6c0343399037aadf153ea216d61cd12e4891ebb15557f1ad62c3b4d7c49584fa004ae65c -EBUILD mugshot-0.4.3-r1.ebuild 1533 BLAKE2B c670b6d091532da46de04babaa4b1f557924c6ae126bd5ea241779e6c100bc7acb65acaae150474fc22eaaaa876f0284c557bd884296bf92aadf53dde7f1cda0 SHA512 65e0da1169bcf1a78ad6038fd585f2cfb03f42922f044d01303dea2e7b8c2f9522172d6440c35fe701cf90f508a0c08b0a3ae4d11326bac92aee9f889d6da84b +EBUILD mugshot-0.4.3-r2.ebuild 1537 BLAKE2B ebde0790a2515bcf53eeeb1ee20650310872d39f8380823448aef5deb8d5ae5ea4d50f35f41bfd3400ee1f3ae10b3e92dbf724eeb7e12ea90257925d5f1186c7 SHA512 b0647ffc699a461db73b17e8302e29d35b0b0cf1207a895a93e1efd41a56c502421e22f6207eb2ab6f485b1d0891e6b305d66ef19f9577fdb168c6fc14b09c34 MISC metadata.xml 944 BLAKE2B 59f4fc9d71e76357768b352815291f678bfae5667e5ce2a0dfa78255ff78fa08b894b8aad97e06231177e008ba693a96ed96718c44a0b464be91f21cf4a31ac8 SHA512 cba7b3abd264aa6cb7bd6ed03a21b03d60f453480e40caffb6343a928c540bed2455fd5651ff33c726f6ba3c111e2c6e8654260bf7acc16204f65b6ba89fce51 diff --git a/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild b/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild deleted file mode 100644 index 61fadeb0cba2..000000000000 --- a/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS="no" -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 gnome2-utils xdg-utils - -DESCRIPTION="A lightweight user-configuration application" -HOMEPAGE="https://github.com/bluesabre/mugshot" -SRC_URI="https://github.com/bluesabre/${PN}/archive/${P}.tar.gz" -S="${WORKDIR}/${PN}-${P}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gnome libreoffice webcam" - -COMMON_DEPEND=" - dev-libs/gobject-introspection - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pexpect[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - -" - -RDEPEND=" - ${COMMON_DEPEND} - dev-python/pycairo[${PYTHON_USEDEP}] - sys-apps/accountsservice - sys-apps/shadow - gnome? ( gnome-base/gnome-control-center ) - libreoffice? ( - || ( - app-office/libreoffice-bin - app-office/libreoffice - ) - ) - webcam? ( - media-libs/gstreamer:1.0 - media-libs/gst-plugins-good:1.0 - gnome? ( - media-libs/clutter-gtk[introspection] - media-video/cheese[introspection] - ) - ) -" - -DEPEND=" - ${COMMON_DEPEND} - x11-libs/gtk+:3[introspection] -" - -BDEPEND=" - dev-python/python-distutils-extra[${PYTHON_USEDEP}] - dev-util/intltool -" - -python_install() { - distutils-r1_python_install - - python_optimize - - # Since DOCS are installed twice, remove the wrong path - rm -r "${ED}"/usr/share/doc/mugshot || die -} - -pkg_postinst() { - gnome2_schemas_update - xdg_icon_cache_update -} - -pkg_postrm() { - gnome2_schemas_update - xdg_icon_cache_update -} diff --git a/x11-misc/mugshot/mugshot-0.4.3-r2.ebuild b/x11-misc/mugshot/mugshot-0.4.3-r2.ebuild new file mode 100644 index 000000000000..bbdfe5a464ec --- /dev/null +++ b/x11-misc/mugshot/mugshot-0.4.3-r2.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517="setuptools" +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 gnome2-utils xdg-utils + +DESCRIPTION="A lightweight user-configuration application" +HOMEPAGE="https://github.com/bluesabre/mugshot" +SRC_URI="https://github.com/bluesabre/${PN}/archive/${P}.tar.gz" +S="${WORKDIR}/${PN}-${P}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="gnome libreoffice webcam" + +COMMON_DEPEND=" + dev-libs/gobject-introspection + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pexpect[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + +" + +RDEPEND=" + ${COMMON_DEPEND} + dev-python/pycairo[${PYTHON_USEDEP}] + sys-apps/accountsservice + sys-apps/shadow + gnome? ( gnome-base/gnome-control-center ) + libreoffice? ( + || ( + app-office/libreoffice-bin + app-office/libreoffice + ) + ) + webcam? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-good:1.0 + gnome? ( + media-libs/clutter-gtk[introspection] + media-video/cheese[introspection] + ) + ) +" + +DEPEND=" + ${COMMON_DEPEND} + x11-libs/gtk+:3[introspection] +" + +BDEPEND=" + dev-python/python-distutils-extra[${PYTHON_USEDEP}] + dev-util/intltool +" + +python_install() { + distutils-r1_python_install + + python_optimize + + # Since DOCS are installed twice, remove the wrong path + rm -r "${ED}"/usr/share/doc/mugshot || die +} + +pkg_postinst() { + gnome2_schemas_update + xdg_icon_cache_update +} + +pkg_postrm() { + gnome2_schemas_update + xdg_icon_cache_update +} -- cgit v1.2.3