commit:     519a089351f6ee3011b29f88b3f313bbee188582
Author:     Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Sun May  7 07:23:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  7 22:13:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519a0893

gnome-extra/cinnamon-control-center: add 5.6.1

Clean-up some qa-vdb warnings.

Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gnome-extra/cinnamon-control-center/Manifest       |   1 +
 .../cinnamon-control-center-5.6.1.ebuild           | 103 +++++++++++++++++++++
 2 files changed, 104 insertions(+)

diff --git a/gnome-extra/cinnamon-control-center/Manifest 
b/gnome-extra/cinnamon-control-center/Manifest
index c528413952a1..ed20f18e7243 100644
--- a/gnome-extra/cinnamon-control-center/Manifest
+++ b/gnome-extra/cinnamon-control-center/Manifest
@@ -1,2 +1,3 @@
 DIST cinnamon-control-center-5.2.1.tar.gz 3863530 BLAKE2B 
826494b8f8a4dead32d6031d7b4b2a44d357b3e8fedf1065b61193caa86ad433ba68fd9344f70bbce77bb94e086ae15f8854dc73916a5f60c49b1b2bd9e7101c
 SHA512 
d322a9b460f13c697d327dda75a3ea16dd96414ed52ffbcdfc19479533178585da795c064ae441b36ef02f1aa779704db039328ca4ac4c373f363967948f2301
 DIST cinnamon-control-center-5.6.0.tar.gz 3872303 BLAKE2B 
c0db21dbad031e3a3e06ea2f6253421c548b993eef323e2be1ad131e0a8e980b7b3a93d9a7a6d1feaf13ebe8c5f77fd286f0cb56b7d22c7cb447e46178c6f328
 SHA512 
336c554c93212c28df4f163b6a06d2c287901c167dc8e5563dbb44ddd69119db36d15086b6b1e78ff1b199424a4a24ac9605d59877a3f8174fd1f406a0f7ca4f
+DIST cinnamon-control-center-5.6.1.tar.gz 3874429 BLAKE2B 
53344aead6c5e31eeadf70e26a2ae61db930e595b5e546ac08b57029c924e4105d126fe6a27cd3ef7d4a59b51f83e0790dfaf815d9a3addfa5c496eab82d4537
 SHA512 
8679cc3afab77605b5e949e58cacb55782fca0ebc41991de7421b12fcd6c85991b6e4f5c70611753724ff47ea4eb39339ea4cea29e3f4e3399d9141fe4c80c7f

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.6.1.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.6.1.ebuild
new file mode 100644
index 000000000000..f500f43017f9
--- /dev/null
+++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.6.1.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit meson gnome2-utils python-any-r1 xdg virtualx
+
+DESCRIPTION="Cinnamons's main interface to configure various aspects of the 
desktop"
+HOMEPAGE="https://projects.linuxmint.com/cinnamon/ 
https://github.com/linuxmint/cinnamon-control-center";
+SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ MIT"
+SLOT="0"
+IUSE="+colord input_devices_wacom +networkmanager +modemmanager 
gnome-online-accounts systemd test"
+REQUIRED_USE="modemmanager? ( networkmanager )"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+RESTRICT="test"
+
+COMMON_DEPEND="
+       app-accessibility/at-spi2-core:2
+       >=dev-libs/glib-2.44.0:2
+       >=gnome-base/libgnomekbd-3.0.0:0=
+       >=gnome-extra/cinnamon-desktop-5.6:0=
+       >=gnome-extra/cinnamon-menus-5.6
+       media-libs/fontconfig
+       >=sys-auth/polkit-0.103
+       >=sys-power/upower-0.99.8:=
+       >=x11-libs/gdk-pixbuf-2.23.0:2
+       >=x11-libs/gtk+-3.16.0:3
+       >=dev-libs/libgudev-232
+       >=x11-libs/libnotify-0.7.3
+       x11-libs/cairo
+       x11-libs/libX11
+       >=x11-libs/libxklavier-5.1:=
+       x11-libs/pango
+
+       colord? ( >=x11-misc/colord-0.1.14:0= )
+       input_devices_wacom? (
+               >=dev-libs/libwacom-0.7:=
+               >=x11-libs/libXi-1.2 )
+       networkmanager? (
+               >=gnome-extra/nm-applet-1.2.0
+               >=net-libs/libnma-1.8.34
+               >=net-misc/networkmanager-1.2.0[modemmanager?]
+
+               modemmanager? ( >=net-misc/modemmanager-0.7 )
+       )
+       gnome-online-accounts? (
+               >=net-libs/gnome-online-accounts-3.18.0
+       )
+"
+RDEPEND="
+       ${COMMON_DEPEND}
+       x11-themes/adwaita-icon-theme
+
+       colord? ( >=gnome-extra/gnome-color-manager-3 )
+       input_devices_wacom? ( 
gnome-extra/cinnamon-settings-daemon[input_devices_wacom] )
+       systemd? ( >=sys-apps/systemd-31 )
+       !systemd? ( app-admin/openrc-settingsd )
+"
+DEPEND="
+       ${COMMON_DEPEND}
+       app-text/iso-codes
+       x11-base/xorg-proto
+"
+BDEPEND="
+       ${PYTHON_DEPS}
+       dev-util/glib-utils
+       >=sys-devel/gettext-0.17
+       virtual/pkgconfig
+"
+
+src_prepare() {
+       default
+       python_fix_shebang meson_install_schemas.py
+}
+
+src_configure() {
+       local emesonargs=(
+               $(meson_use colord color)
+               $(meson_use modemmanager)
+               $(meson_use networkmanager)
+               $(meson_use gnome-online-accounts onlineaccounts)
+               $(meson_use input_devices_wacom wacom)
+       )
+       meson_src_configure
+}
+
+src_test() {
+       virtx meson_src_test
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}

Reply via email to