Skip to content

Commit

Permalink
mate-base/mate-control-center: Bump to 1.24.2
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <[email protected]>
  • Loading branch information
NP-Hardass committed Jun 30, 2021
1 parent b8f72ed commit 5f145f0
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
1 change: 1 addition & 0 deletions mate-base/mate-control-center/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST mate-control-center-1.24.1.tar.xz 3395740 BLAKE2B 88efb5b170af461b2505be654b005818b5b9087f5535365b7fe4033c05debcbf842fa33a77e4c78e72d0c7426794e943b773612f4431128c01fa77a15f5c2670 SHA512 f0440bfa79099610eb1f9f03bda13347b57d9250264f27971b69a5900338cf750e6eeb14111d7069bf597f5d4c4ed66b0466b926a54e4719845da23de31665f4
DIST mate-control-center-1.24.2.tar.xz 3434520 BLAKE2B 29499ffe07dbfae8efed5058d79267c11fd863463e24317c12353886f4692f9256b07b912eee4fe3dcfe832929cddf614012a1bb4695164f83df950d44019d81 SHA512 3aecbad0e26521d5222b8483561167e16fdda3bc1a3be09644b71fdba1f9f3f64705ae474fc8df5b702e84c7fef83441a75324040e801da5071f3b667d7a57e5
74 changes: 74 additions & 0 deletions mate-base/mate-control-center/mate-control-center-1.24.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

MATE_LA_PUNT="yes"

inherit mate

if [[ ${PV} != 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi

DESCRIPTION="The MATE Desktop configuration tool"
LICENSE="FDL-1.1+ GPL-2+ LGPL-2+ LGPL-2.1+ HPND"
SLOT="0"

IUSE="accountsservice appindicator debug"

COMMON_DEPEND="
dev-libs/atk
>=dev-libs/dbus-glib-0.73
>=dev-libs/glib-2.50:2
dev-libs/libxml2:2
>=gnome-base/dconf-0.13.4
>=gnome-base/librsvg-2.0:2
>=mate-base/libmatekbd-1.17.0
>=mate-base/mate-desktop-1.23.2
>=mate-base/caja-1.20.0
>=mate-base/mate-menus-1.21.0
>=mate-base/mate-settings-daemon-1.23.1
>=media-libs/fontconfig-1:1.0
media-libs/freetype:2
media-libs/libcanberra:0[gtk3]
>=sys-apps/dbus-1
sys-auth/polkit[introspection]
x11-apps/xmodmap
x11-libs/cairo
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.22:3
x11-libs/libX11
x11-libs/libXScrnSaver
x11-libs/libXcursor
x11-libs/libXext
>=x11-libs/libXi-1.5
x11-libs/libXrandr
x11-libs/libXrender
>=x11-libs/libxklavier-4
x11-libs/pango
>=x11-wm/marco-1.17.0:=
accountsservice? ( sys-apps/accountsservice )
appindicator? ( dev-libs/libappindicator:3 )
"

RDEPEND="${COMMON_DEPEND}"

DEPEND="${COMMON_DEPEND}
app-text/rarian
>=app-text/scrollkeeper-dtd-1:1.0
app-text/yelp-tools
dev-libs/libxml2
dev-util/desktop-file-utils
dev-util/glib-utils
>=sys-devel/gettext-0.19.8
x11-base/xorg-proto
virtual/pkgconfig
"

src_configure() {
mate_src_configure \
--disable-update-mimedb \
$(use_enable appindicator) \
$(use_enable debug)
}

0 comments on commit 5f145f0

Please sign in to comment.