summaryrefslogtreecommitdiff
path: root/mate-base/mate-desktop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-09-18 12:11:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-09-18 12:11:36 +0100
commitbcd00c826070701606b0ccebf46234dfc792d3e9 (patch)
tree3aeb69c5dd0a179ff8214b99f8db0aea63953d22 /mate-base/mate-desktop
parent7be9edf526114e427a3a44ff8b418fed3ce570aa (diff)
gentoo auto-resync : 18:09:2024 - 12:11:36
Diffstat (limited to 'mate-base/mate-desktop')
-rw-r--r--mate-base/mate-desktop/Manifest2
-rw-r--r--mate-base/mate-desktop/mate-desktop-1.26.2.ebuild55
2 files changed, 0 insertions, 57 deletions
diff --git a/mate-base/mate-desktop/Manifest b/mate-base/mate-desktop/Manifest
index 9a1b209b7e2f..4db4a70a5ae8 100644
--- a/mate-base/mate-desktop/Manifest
+++ b/mate-base/mate-desktop/Manifest
@@ -1,5 +1,3 @@
-DIST mate-desktop-1.26.2.tar.xz 1203480 BLAKE2B a77df2562e70cae78f4ee6693d2a2f66e1fccb5c118ba9f51a96b68bd0dc0fe1166c458636bf940b70058ade79bfc51d260aa829b0400814c6e50c297d697c98 SHA512 0e7d0dfdc58a5a6f1e5a8d1204a1a1d78f868eddb32cc36b54b77d7aee4f999e570dc66e0f16751e78bdb162ceb4858976fa3d7db52785cbded0b53e5cf069e3
DIST mate-desktop-1.28.2.tar.xz 1141084 BLAKE2B f9a136087d1b4d009c1349ecc15edffbb23dfae2124c985070b294151c7234f098141a2a0380a6dfead48b4cffb2481a18d131f5bc0ef2e50fcf4e98329ded39 SHA512 74e3cdb2bba218d06f7d95c1cd94794363fe6e2aa1b42af0b844e647a1f052109c7d5d01d9554dc8cd49e84a79cbc7563c9df96fde8248bf60b6554300779c9d
-EBUILD mate-desktop-1.26.2.ebuild 1179 BLAKE2B 56fd9aed5648e0ceb936c5c10ebb74850130c7438a064a96f60f3736cdc0e3de838fbaad94b837e07f5d198b6e67d8cb437c484b36d8a8ff9baee05b69e7593d SHA512 1a92bf63eee5a61efd2c8677687498947e30877d7f5a96725c5a03f893ebc7f8b4264eabc5ae4dbef021b7d228ae497532650b4cf693c7c4ff04f3da19b7fd8c
EBUILD mate-desktop-1.28.2.ebuild 1179 BLAKE2B 56fd9aed5648e0ceb936c5c10ebb74850130c7438a064a96f60f3736cdc0e3de838fbaad94b837e07f5d198b6e67d8cb437c484b36d8a8ff9baee05b69e7593d SHA512 1a92bf63eee5a61efd2c8677687498947e30877d7f5a96725c5a03f893ebc7f8b4264eabc5ae4dbef021b7d228ae497532650b4cf693c7c4ff04f3da19b7fd8c
MISC metadata.xml 491 BLAKE2B 546cdad7469e0140ca5774bde340a7a5a0aaf6f54e3130478fbdb090bf05922b755f65804aba84a3b22f0d32330e7df230fdfc64978ab0d45e57ed765e51971f SHA512 2206d0eb47d03681b6d079e265919d426ac0b645f19bcf40b4f420a00786f3b6b19235be6acc7bce41fa2b39d04d0023b5f43465f9215b12ccc3080567cbe7b8
diff --git a/mate-base/mate-desktop/mate-desktop-1.26.2.ebuild b/mate-base/mate-desktop/mate-desktop-1.26.2.ebuild
deleted file mode 100644
index 805e11a95cd0..000000000000
--- a/mate-base/mate-desktop/mate-desktop-1.26.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-MINOR=$(($(ver_cut 2) % 2))
-if [[ ${MINOR} -eq 0 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="Libraries for the MATE desktop that are not part of the UI"
-LICENSE="FDL-1.1 GPL-2+ LGPL-2+ MIT-with-advertising"
-SLOT="0"
-
-IUSE="X debug +introspection startup-notification"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.50:2
- >=gnome-base/dconf-0.13.4
- x11-libs/cairo
- x11-libs/libX11
- >=x11-libs/libXrandr-1.3
- >=x11-libs/gtk+-3.22:3[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
- startup-notification? ( >=x11-libs/startup-notification-0.5:0 )
-"
-
-RDEPEND="${COMMON_DEPEND}"
-
-BDEPEND="
- app-text/docbook-xml-dtd:4.1.2
- app-text/iso-codes
- dev-util/gtk-doc
- dev-build/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- >=x11-libs/gdk-pixbuf-2.36.5
- virtual/pkgconfig
-"
-
-DEPEND="${COMMON_DEPEND}
- x11-base/xorg-proto
-"
-
-src_configure() {
- mate_src_configure \
- --enable-mate-about \
- $(use_with X x) \
- $(use_enable debug) \
- $(use_enable introspection) \
- $(use_enable startup-notification)
-}