From 153fd195574cc30040446316bb666af0e58d985f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 14 May 2023 16:01:32 +0100 Subject: gentoo auto-resync : 14:05:2023 - 16:01:32 --- mate-base/Manifest.gz | Bin 2235 -> 2233 bytes mate-base/mate-control-center/Manifest | 2 +- ...mate-control-center-1.26.0-ayatana-detection.patch | 16 ++++++++-------- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'mate-base') diff --git a/mate-base/Manifest.gz b/mate-base/Manifest.gz index e824a4cd94aa..90c9a62efb99 100644 Binary files a/mate-base/Manifest.gz and b/mate-base/Manifest.gz differ diff --git a/mate-base/mate-control-center/Manifest b/mate-base/mate-control-center/Manifest index c5c152518afb..fd83262af09d 100644 --- a/mate-base/mate-control-center/Manifest +++ b/mate-base/mate-control-center/Manifest @@ -1,4 +1,4 @@ -AUX mate-control-center-1.26.0-ayatana-detection.patch 13532 BLAKE2B c6202085e52b9858505ec0249d074a546fd4917fbd0b25ed6599ded6c3e688f5eb62dc1b309204fcc6128010efcd1c0cb9e7839aac553496614141c262598af6 SHA512 ae35dd7433318753d514afa6e5bf5081cc61acb3337e6a1572a0fb23e08434353cd146060a8474e4abe92a990e3d189826246e72708129cee060eb3d2a1a55bd +AUX mate-control-center-1.26.0-ayatana-detection.patch 13594 BLAKE2B 57a8711bebc864a8b315ec2b6c66de36cddddd4302ce2ca07b8a6136c401ece9ac99efe3608656c1ce61730bb65829f10d52ff22f19a1ee32a3f6b15b458faf1 SHA512 0cf3a80780e072c61f3cc5815d4f0a40958972d4f507209c2824b377ae1e6b4b77fa2aac1b894740d2fb836412173156afda917e0afede6cc2c54a4d9019cd44 DIST mate-control-center-1.26.0.tar.xz 3449952 BLAKE2B 46a3b25952417dc0c7b893caca956e5a6097a2e88f17ebc9f98822efc52ff36fdb4517a8bac54c96550787f1fb15b24b55898ad272d309db17c1ba1530cb488a SHA512 958c41200b6fecc5cfbebbe7112038468bb5e8a6a877e2b16a40af3b41c100e32052e176fc87029eba3d0ccc05767f9400b609ab413924a54222cb18748d746f EBUILD mate-control-center-1.26.0-r1.ebuild 1551 BLAKE2B 81d966b3e0fb71f6a63f4b2dd7a1e36aeb9e045768ca56ec534c5d9eaf55f73fe81e04295b41659fe90bd3951d706fdc8bd8613fd4b2666c0e6951de504517ae SHA512 f8c37a2224169b15530b176b734c68b03ec5207db68b60581e1ddc2586f705c856175e7989b3d556d6d850f5f2bffe7871634cb02051bd22f488b5ae9c98b360 EBUILD mate-control-center-1.26.0-r2.ebuild 1665 BLAKE2B 5620ef2c145944ea3d00612426261c62bd606cff670fed7b9d4b7ed2e199b886bc3c12f4f1d7af2700a6e7b9726553e1f8224e3f7ec2fc766203321460a8575d SHA512 c516193978a3d061073a219783404db27a3aea6d8af46b950756143db154d3e3a683e9cb9d1b4d63811d6d7764c72e74a6f04c309c0999422f3c9197ca4f39d1 diff --git a/mate-base/mate-control-center/files/mate-control-center-1.26.0-ayatana-detection.patch b/mate-base/mate-control-center/files/mate-control-center-1.26.0-ayatana-detection.patch index c8253b7fbf7f..ed1c8aec619e 100644 --- a/mate-base/mate-control-center/files/mate-control-center-1.26.0-ayatana-detection.patch +++ b/mate-base/mate-control-center/files/mate-control-center-1.26.0-ayatana-detection.patch @@ -26,9 +26,9 @@ - PKG_CHECK_EXISTS([$APPINDICATOR_PKG >= $APPINDICATOR_REQUIRED], - enable_appindicator="yes", - enable_appindicator="no") -+if test "x$enable_appindicator" == "xauto" && -+ (test "x$have_appindicator_ayatana" == "xyes" || -+ test "x$have_appindicator_ubuntu" == "xyes"); then ++if test "x$enable_appindicator" = "xauto" && ++ (test "x$have_appindicator_ayatana" = "xyes" || ++ test "x$have_appindicator_ubuntu" = "xyes"); then + AC_MSG_NOTICE([Enabling AppIndicator support (as --enable-appindicator=auto was used).]) + enable_appindicator="yes" fi @@ -41,15 +41,15 @@ - AC_SUBST(APP_INDICATOR_CFLAGS) - AC_SUBST(APP_INDICATOR_LIBS) - AC_DEFINE(HAVE_APP_INDICATOR, 1, [Have AppIndicator]) -+if test "x$enable_appindicator" == "xyes"; then -+ if test "x$have_appindicator_ayatana" == "xyes"; then ++if test "x$enable_appindicator" = "xyes"; then ++ if test "x$have_appindicator_ayatana" = "xyes"; then + AC_MSG_NOTICE([Buidling against Ayatana AppIndicator.]) + PKG_CHECK_MODULES(AYATANA_APPINDICATOR, + [$AYATANA_APPINDICATOR_PKG >= $APPINDICATOR_REQUIRED], + [AC_DEFINE(HAVE_AYATANA_APPINDICATOR, 1, [Have Ayatana AppIndicator])]) + AC_SUBST(AYATANA_APPINDICATOR_CFLAGS) + AC_SUBST(AYATANA_APPINDICATOR_LIBS) -+ elif test "x$have_appindicator_ubuntu" == "xyes"; then ++ elif test "x$have_appindicator_ubuntu" = "xyes"; then + AC_MSG_NOTICE([Buidling against Ubuntu AppIndicator.]) + PKG_CHECK_MODULES(UBUNTU_APPINDICATOR, + [$UBUNTU_APPINDICATOR_PKG >= $APPINDICATOR_REQUIRED], @@ -61,8 +61,8 @@ + fi fi -AM_CONDITIONAL(HAVE_APP_INDICATOR, test x"$enable_appindicator" = xyes) -+AM_CONDITIONAL(HAVE_AYATANA_APPINDICATOR, test x"$have_appindicator_ayatana" = xyes) -+AM_CONDITIONAL(HAVE_UBUNTU_APPINDICATOR, test x"$have_appindicator_ubuntu" = xyes) ++AM_CONDITIONAL(HAVE_AYATANA_APPINDICATOR, test x"$have_appindicator_ayatana" = xyes -a x"$enable_appindicator" = xyes) ++AM_CONDITIONAL(HAVE_UBUNTU_APPINDICATOR, test x"$have_appindicator_ubuntu" = xyes -a x"$enable_appindicator" = xyes) dnl keyboard-properties-capplet savecppflags=$CPPFLAGS -- cgit v1.2.3