* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2016-03-15 15:55 NP Hardass
0 siblings, 0 replies; 31+ messages in thread
From: NP Hardass @ 2016-03-15 15:55 UTC (permalink / raw
To: gentoo-commits
commit: ee7d23566b8ef409dd3a235f6c18b3b9157f6951
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 15:52:49 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 15:52:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7d2356
mate-base/mate-panel: Drop old
Package-Manager: portage-2.2.26
mate-base/mate-panel/Manifest | 1 -
mate-base/mate-panel/mate-panel-1.8.0.ebuild | 81 ----------------------------
2 files changed, 82 deletions(-)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 4c078df..5af8891 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,3 +1,2 @@
DIST mate-panel-1.10.1.tar.xz 1934576 SHA256 261702b4eaf5339a55629c5f31466fb7878d5a640f80f88edde54ed1b9eba444 SHA512 4e8e2eddf2d9ae51b2b332dc6d96130afe90a767d1aca9cbc7a60b77f1e39d233c7a1c2490f5d68f33c6bc2fc834aee9f6cfb888c0cf3ab4b7886880865c9e95 WHIRLPOOL d07913e8b09f3e6ac095a8cc801c06b83c598d38a63dfd39f8b619e736c453dcbf50ef5bb33bcf293b262687cdba4635ea7a16bc4375842b3634ae29ef6f7a40
-DIST mate-panel-1.8.0.tar.xz 1930348 SHA256 ac20c42d1b2ae7bf08e4e701e12165e63753f80648c1ea4ff5297f3381481056 SHA512 bdac2baa567cb52cdb6ddf3ed1d20e9de496e22734538fbca8e9efa6c2d4263ea6c13800ff21cffa8e5383cc5ee875ae7982b0d6e0d0a704abcbd97e3c07c53a WHIRLPOOL 73090851f4410689f184beaafca8c587e8ecf633bffd1356212a8c145c60187de50f7c498e363ebd5f54ae51333e2a6dd6ab1d47c7f04c1318a76d6932fae3ba
DIST mate-panel-1.8.1.tar.xz 1953156 SHA256 d53d1546577db3e45ce6b46b4a40b2edc066781cc1e864eef47ad07b0fdb3f19 SHA512 925189eedf604117b4b4033b77a6ec4096f5c663218ca6736d549cdfd69c5476eebed56688632a6a20d0e2de49bc09ebd8373ecf45f486161b012346bb2eff8b WHIRLPOOL bb298e1b4b4078409e3a6b7858e2abf1667339c8581ee728f95f8ab0ea63288598e9c205b63baed40a57b19268c062a099fc98600502fd3723675ccfc19baade
diff --git a/mate-base/mate-panel/mate-panel-1.8.0.ebuild b/mate-base/mate-panel/mate-panel-1.8.0.ebuild
deleted file mode 100644
index 50ff6e2..0000000
--- a/mate-base/mate-panel/mate-panel-1.8.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="The MATE panel"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="X +introspection networkmanager"
-
-RDEPEND="
- dev-libs/atk:0
- >=dev-libs/dbus-glib-0.80:0
- >=dev-libs/glib-2.26:2
- >=dev-libs/libmateweather-1.8
- dev-libs/libxml2:2
- >=gnome-base/dconf-0.10:0
- gnome-base/librsvg:2
- >=mate-base/mate-desktop-1.8:0
- >=mate-base/mate-menus-1.8:0
- >=media-libs/libcanberra-0.23:0[gtk]
- >=sys-apps/dbus-1.1.2:0
- >=x11-libs/cairo-1:0
- >=x11-libs/gdk-pixbuf-2.7.1:2
- x11-libs/libICE:0
- x11-libs/libSM:0
- x11-libs/libX11:0
- >=x11-libs/libwnck-2.30:1[introspection?]
- >=x11-libs/pango-1.15.4:0[introspection?]
- >=x11-libs/gtk+-2.19.7:2[introspection?]
- x11-libs/libXau:0
- >=x11-libs/libXrandr-1.2:0
- virtual/libintl:0
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )
- networkmanager? ( >=net-misc/networkmanager-0.6:0 )"
-
-DEPEND="${RDEPEND}
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools:0
- >=dev-lang/perl-5:0=
- >=dev-util/intltool-0.40:*
- >=mate-base/mate-common-1.8:0
- sys-devel/gettext:*
- virtual/pkgconfig:*"
-
-src_prepare() {
- # Disable python check.
- sed -e '/AM_PATH_PYTHON/d' -i configure.ac || die
-
- eautoreconf
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --libexecdir=/usr/libexec/mate-applets \
- --disable-deprecation-flags \
- $(use_enable networkmanager network-manager) \
- $(use_enable introspection) \
- $(use_with X x)
-}
-
-src_compile() {
- emake -j1
-}
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2024-10-06 7:17 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2024-10-06 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 925924fa9df1aafcf4cfcb27480033073b2bbcc4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 07:13:27 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 07:16:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925924fa
mate-base/mate-panel: depend on min mate-desktop matching ${PV}
Depend on >=mate-desktop-$(ver_cut 1-2) to avoid build failures for now
as a quick workaround.
The maintainers should check whether each package really needs it and
also consider a possible QA check in the eclass given some of them
seem to have a pattern in configure.ac for this, but given the bug has
been open for a whlie, I'd rather have some of the deps be unnecessarily
tight (not that it's even that tight) than as-it-was.
Note that couldn't use ${MATE_BRANCH} as it says:
> # Major and minor numbers of the version number, unless live.
> # If live ebuild, will be set to '9999'.
which made me wonder if it's actually meant to be 1-2 or 1-3 in ver_cut
or what.
Anyway, in summary:
* Apply a fix which makes things better, even if it's slightly overkill;
* Someone needs to audit these to find the actual minimum versions
(some truly do need this, some need just something older, although
unclear if upstream carefully update these or ont);
* A QA check may be wise.
Bug: https://bugs.gentoo.org/935279
Bug: https://bugs.gentoo.org/936079
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-panel/mate-panel-1.28.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-panel/mate-panel-1.28.1.ebuild b/mate-base/mate-panel/mate-panel-1.28.1.ebuild
index d74d23df55af..c6636b317373 100644
--- a/mate-base/mate-panel/mate-panel-1.28.1.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.28.1.ebuild
@@ -27,7 +27,7 @@ COMMON_DEPEND="
dev-libs/libxml2:2
>=gnome-base/dconf-0.13.4
>=gnome-base/dconf-editor-43.0
- >=mate-base/mate-desktop-1.28.0
+ >=mate-base/mate-desktop-$(ver_cut 1-2)
>=mate-base/mate-menus-1.28.0
>=sys-apps/dbus-1.1.2
>=x11-libs/cairo-1.0.0[X?]
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2024-06-16 6:06 Joonas Niilola
0 siblings, 0 replies; 31+ messages in thread
From: Joonas Niilola @ 2024-06-16 6:06 UTC (permalink / raw
To: gentoo-commits
commit: 344a7861b3e0d13a6b1fae8eb74fa18ae62bd854
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Sat Jun 15 12:59:15 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 06:04:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344a7861
mate-base/mate-panel: adjust dependency for 1.28
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
mate-base/mate-panel/mate-panel-1.28.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mate-base/mate-panel/mate-panel-1.28.1.ebuild b/mate-base/mate-panel/mate-panel-1.28.1.ebuild
index 52a917988a26..1bc2bdfc1405 100644
--- a/mate-base/mate-panel/mate-panel-1.28.1.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.28.1.ebuild
@@ -23,12 +23,12 @@ REQUIRED_USE="|| ( X wayland )"
COMMON_DEPEND="
>=app-accessibility/at-spi2-core-2.46.0:2
>=dev-libs/glib-2.50:2
- >=dev-libs/libmateweather-1.17.0
+ >=dev-libs/libmateweather-1.28.0
dev-libs/libxml2:2
>=gnome-base/dconf-0.13.4
>=gnome-base/dconf-editor-43.0
- >=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.21.0
+ >=mate-base/mate-desktop-1.28.0
+ >=mate-base/mate-menus-1.28.0
>=sys-apps/dbus-1.1.2
>=x11-libs/cairo-1.0.0[X?]
>=x11-libs/gdk-pixbuf-2.26.0:2
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2024-02-07 14:53 Joonas Niilola
0 siblings, 0 replies; 31+ messages in thread
From: Joonas Niilola @ 2024-02-07 14:53 UTC (permalink / raw
To: gentoo-commits
commit: 0b59622790ebcb6492abd6e75e196b72aea3a261
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Mon Feb 5 09:36:22 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Feb 7 14:53:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b596227
mate-base/mate-panel: add 1.27.3
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35171
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 +
mate-base/mate-panel/mate-panel-1.27.3.ebuild | 74 +++++++++++++++++++++++++++
2 files changed, 75 insertions(+)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 526dcb634436..3acaa1420f79 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,2 +1,3 @@
DIST mate-panel-1.26.4.tar.xz 3262004 BLAKE2B 6561bdfe79f8b9f92db7fac1b3857bd0fb49b5220910f0aebc6eff443233c8cf2bdee8d21ffbdf88869ef1a99b3ffb96e0e22027099ef59d595ff596d79efdc3 SHA512 90db23f46dab88cb242aafb32737519d16e035843c2ca81da131ff3134a61b08772f19aa9900dbfbd00dcf4579cee3970765aa3fb461664abd1dd3babb8f6ea2
DIST mate-panel-1.27.2.tar.xz 3245284 BLAKE2B 9ec3110b0d16a7047c5fc79df54eba300ca55fcaad57df8cfec8896884bf080766a4fde7e04303fa32f77cf8ad3748872c81f7ade8e66fdb4cd600087a00351c SHA512 93431af5ffd1241c5fb56dd0a60eeba2de89e745502575cfd8f281700345689edc50ec653a6d9b1472a6d0e9d7d09a7e1439627fcacfdc627f187551cef21b6f
+DIST mate-panel-1.27.3.tar.xz 3282840 BLAKE2B 7424994f7f054184ee6ddcecf11c18f346ee23a6bf8669d280ff59012bebe972f4e82dd5f09aa0c21c3bf27ad8e5bff4a2cd0e710ae126ce01bf61597ff4c347 SHA512 47793a1cd631fcbaacaf94f599c250f4dc0f7733351743d4bc6b6ad279f92dfa6bed73f325d18516b764383a56ba3858d780cf8703eb9cd0449ce35b833cdba2
diff --git a/mate-base/mate-panel/mate-panel-1.27.3.ebuild b/mate-base/mate-panel/mate-panel-1.27.3.ebuild
new file mode 100644
index 000000000000..52a917988a26
--- /dev/null
+++ b/mate-base/mate-panel/mate-panel-1.27.3.ebuild
@@ -0,0 +1,74 @@
+# 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="The MATE panel"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="+X +introspection wayland"
+
+REQUIRED_USE="|| ( X wayland )"
+
+COMMON_DEPEND="
+ >=app-accessibility/at-spi2-core-2.46.0:2
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/libmateweather-1.17.0
+ dev-libs/libxml2:2
+ >=gnome-base/dconf-0.13.4
+ >=gnome-base/dconf-editor-43.0
+ >=mate-base/mate-desktop-1.17.0
+ >=mate-base/mate-menus-1.21.0
+ >=sys-apps/dbus-1.1.2
+ >=x11-libs/cairo-1.0.0[X?]
+ >=x11-libs/gdk-pixbuf-2.26.0:2
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libICE
+ x11-libs/libSM
+ >=x11-libs/libwnck-3.4.6:3[introspection?]
+ >=x11-libs/pango-1.15.4:0[introspection?]
+ X? (
+ x11-libs/libX11
+ x11-libs/libXau
+ >=x11-libs/libXrandr-1.3
+ )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+ wayland? ( gui-libs/gtk-layer-shell )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}"
+
+BDEPEND="
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=dev-lang/perl-5:=
+ dev-util/glib-utils
+ dev-util/gdbus-codegen
+ dev-util/gtk-doc
+ dev-build/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --libexecdir="${EPREFIX}"/usr/libexec/mate-applets \
+ --disable-deprecation-flags \
+ $(use_enable X x11) \
+ $(use_enable introspection) \
+ $(use_enable wayland)
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2024-01-19 10:53 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2024-01-19 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 9121878e3bffba9f212a497c54e9c3bda3bb4375
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Fri Jan 19 09:32:37 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 10:50:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9121878e
mate-base/mate-panel: drop 1.26.3
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 -
mate-base/mate-panel/mate-panel-1.26.3.ebuild | 76 ---------------------------
2 files changed, 77 deletions(-)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 736afefc5d9a..526dcb634436 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,3 +1,2 @@
-DIST mate-panel-1.26.3.tar.xz 3255864 BLAKE2B 3d0dce61e6fa1b89f8f52dcad201b263c412d6819e7ba139777fe99310c8e3274da990c0678b493b89879e6af517912e90f705dcdd6e43e94892fd64f63df224 SHA512 28c93566a528037082ed6181e628658373e5fd35f987b9d18b1731f3b3762f139cd1624ad862acc40413baa308b51a7ae617449c4a2a13c4726b5dad6a109d5a
DIST mate-panel-1.26.4.tar.xz 3262004 BLAKE2B 6561bdfe79f8b9f92db7fac1b3857bd0fb49b5220910f0aebc6eff443233c8cf2bdee8d21ffbdf88869ef1a99b3ffb96e0e22027099ef59d595ff596d79efdc3 SHA512 90db23f46dab88cb242aafb32737519d16e035843c2ca81da131ff3134a61b08772f19aa9900dbfbd00dcf4579cee3970765aa3fb461664abd1dd3babb8f6ea2
DIST mate-panel-1.27.2.tar.xz 3245284 BLAKE2B 9ec3110b0d16a7047c5fc79df54eba300ca55fcaad57df8cfec8896884bf080766a4fde7e04303fa32f77cf8ad3748872c81f7ade8e66fdb4cd600087a00351c SHA512 93431af5ffd1241c5fb56dd0a60eeba2de89e745502575cfd8f281700345689edc50ec653a6d9b1472a6d0e9d7d09a7e1439627fcacfdc627f187551cef21b6f
diff --git a/mate-base/mate-panel/mate-panel-1.26.3.ebuild b/mate-base/mate-panel/mate-panel-1.26.3.ebuild
deleted file mode 100644
index 884e182537ed..000000000000
--- a/mate-base/mate-panel/mate-panel-1.26.3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ "${PV}" != *9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="The MATE panel"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="+X +introspection wayland"
-
-REQUIRED_USE="|| ( X wayland )"
-
-COMMON_DEPEND="
- >=app-accessibility/at-spi2-core-2.46.0:2
- >=dev-libs/glib-2.50:2
- >=dev-libs/libmateweather-1.17.0
- dev-libs/libxml2:2
- >=gnome-base/dconf-0.13.4
- >=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.21.0
- >=sys-apps/dbus-1.1.2
- >=x11-libs/cairo-1.0.0[X?]
- >=x11-libs/gdk-pixbuf-2.26.0:2
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libICE
- x11-libs/libSM
- >=x11-libs/libwnck-3.4.6:3[introspection?]
- >=x11-libs/pango-1.15.4:0[introspection?]
- X? (
- x11-libs/libX11
- x11-libs/libXau
- >=x11-libs/libXrandr-1.3
- )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
- wayland? ( gui-libs/gtk-layer-shell )
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}"
-
-BDEPEND="
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- >=dev-lang/perl-5:=
- dev-util/glib-utils
- dev-util/gdbus-codegen
- dev-util/gtk-doc
- dev-build/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.26.3-gettext-0.22-fix.patch
-)
-
-src_configure() {
- mate_src_configure \
- --libexecdir="${EPREFIX}"/usr/libexec/mate-applets \
- --disable-deprecation-flags \
- $(use_enable X x11) \
- $(use_enable introspection) \
- $(use_enable wayland)
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2023-12-22 6:46 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2023-12-22 6:46 UTC (permalink / raw
To: gentoo-commits
commit: 972394618f0038aa05db6c255d0a015608313d31
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Fri Dec 22 01:07:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 06:42:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97239461
mate-base/mate-panel: drop 1.26.0-r1, 1.26.2
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-panel/Manifest | 2 -
mate-base/mate-panel/mate-panel-1.26.0-r1.ebuild | 75 ------------------------
mate-base/mate-panel/mate-panel-1.26.2.ebuild | 72 -----------------------
3 files changed, 149 deletions(-)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 7e0f440aa5a9..736afefc5d9a 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,5 +1,3 @@
-DIST mate-panel-1.26.0.tar.xz 3303980 BLAKE2B b36ddb6d4db174bd26986193829e72e498f81e31d129aa0e64ef3927b3571b58c3bb940a1d3c4ceb14165d5d7810d812a3b39dd2ea7aad4bd9cdaf4dae84751e SHA512 394cf6a4a081980d286a03488370a5335dca681964271329b28d7254fc877457bc42883c95ad9f197a319f1bef71e237052d64b98606df616f5e11b9f9ae5f31
-DIST mate-panel-1.26.2.tar.xz 3314092 BLAKE2B 6b33562728b7ffa3bc1c5a3341e2bd4b88c5daba504e6818810f194d8a6f736ac5b5936ed10c17ad5879eaa7a3e7f2a7d0dad6e59e7582d684f9bcdbb8421ddf SHA512 31f97b5cbacd5ac4a3661fdb8544313e5fb406489c9179d98c0f981001beae97890f3563bbf5886c451cf27db7235bfe70d40bf2582bc2e2206dadd396432ec7
DIST mate-panel-1.26.3.tar.xz 3255864 BLAKE2B 3d0dce61e6fa1b89f8f52dcad201b263c412d6819e7ba139777fe99310c8e3274da990c0678b493b89879e6af517912e90f705dcdd6e43e94892fd64f63df224 SHA512 28c93566a528037082ed6181e628658373e5fd35f987b9d18b1731f3b3762f139cd1624ad862acc40413baa308b51a7ae617449c4a2a13c4726b5dad6a109d5a
DIST mate-panel-1.26.4.tar.xz 3262004 BLAKE2B 6561bdfe79f8b9f92db7fac1b3857bd0fb49b5220910f0aebc6eff443233c8cf2bdee8d21ffbdf88869ef1a99b3ffb96e0e22027099ef59d595ff596d79efdc3 SHA512 90db23f46dab88cb242aafb32737519d16e035843c2ca81da131ff3134a61b08772f19aa9900dbfbd00dcf4579cee3970765aa3fb461664abd1dd3babb8f6ea2
DIST mate-panel-1.27.2.tar.xz 3245284 BLAKE2B 9ec3110b0d16a7047c5fc79df54eba300ca55fcaad57df8cfec8896884bf080766a4fde7e04303fa32f77cf8ad3748872c81f7ade8e66fdb4cd600087a00351c SHA512 93431af5ffd1241c5fb56dd0a60eeba2de89e745502575cfd8f281700345689edc50ec653a6d9b1472a6d0e9d7d09a7e1439627fcacfdc627f187551cef21b6f
diff --git a/mate-base/mate-panel/mate-panel-1.26.0-r1.ebuild b/mate-base/mate-panel/mate-panel-1.26.0-r1.ebuild
deleted file mode 100644
index 938c7e9d57b3..000000000000
--- a/mate-base/mate-panel/mate-panel-1.26.0-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="The MATE panel"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="+X +introspection wayland"
-
-REQUIRED_USE="|| ( X wayland )"
-
-COMMON_DEPEND="
- || (
- >=app-accessibility/at-spi2-core-2.46.0:2
- dev-libs/atk
- )
- >=dev-libs/glib-2.50:2
- >=dev-libs/libmateweather-1.17.0
- dev-libs/libxml2:2
- >=gnome-base/dconf-0.13.4
- >=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.21.0
- >=sys-apps/dbus-1.1.2
- >=x11-libs/cairo-1.0.0[X?]
- >=x11-libs/gdk-pixbuf-2.26.0:2
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libICE
- x11-libs/libSM
- >=x11-libs/libwnck-3.4.6:3[introspection?]
- >=x11-libs/pango-1.15.4:0[introspection?]
- X? (
- x11-libs/libX11
- x11-libs/libXau
- >=x11-libs/libXrandr-1.3
- )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
- wayland? ( gui-libs/gtk-layer-shell )
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}"
-
-BDEPEND="
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- >=dev-lang/perl-5:=
- dev-util/glib-utils
- dev-util/gdbus-codegen
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- mate_src_configure \
- --libexecdir="${EPREFIX}"/usr/libexec/mate-applets \
- --disable-deprecation-flags \
- $(use_enable X x11) \
- $(use_enable introspection) \
- $(use_enable wayland)
-}
diff --git a/mate-base/mate-panel/mate-panel-1.26.2.ebuild b/mate-base/mate-panel/mate-panel-1.26.2.ebuild
deleted file mode 100644
index 5b95522d04f2..000000000000
--- a/mate-base/mate-panel/mate-panel-1.26.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-fi
-
-DESCRIPTION="The MATE panel"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="+X +introspection wayland"
-
-REQUIRED_USE="|| ( X wayland )"
-
-COMMON_DEPEND="
- >=app-accessibility/at-spi2-core-2.46.0:2
- >=dev-libs/glib-2.50:2
- >=dev-libs/libmateweather-1.17.0
- dev-libs/libxml2:2
- >=gnome-base/dconf-0.13.4
- >=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.21.0
- >=sys-apps/dbus-1.1.2
- >=x11-libs/cairo-1.0.0[X?]
- >=x11-libs/gdk-pixbuf-2.26.0:2
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libICE
- x11-libs/libSM
- >=x11-libs/libwnck-3.4.6:3[introspection?]
- >=x11-libs/pango-1.15.4:0[introspection?]
- X? (
- x11-libs/libX11
- x11-libs/libXau
- >=x11-libs/libXrandr-1.3
- )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
- wayland? ( gui-libs/gtk-layer-shell )
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}"
-
-BDEPEND="
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- >=dev-lang/perl-5:=
- dev-util/glib-utils
- dev-util/gdbus-codegen
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- mate_src_configure \
- --libexecdir="${EPREFIX}"/usr/libexec/mate-applets \
- --disable-deprecation-flags \
- $(use_enable X x11) \
- $(use_enable introspection) \
- $(use_enable wayland)
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2023-06-14 23:13 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2023-06-14 23:13 UTC (permalink / raw
To: gentoo-commits
commit: bc58c1fcb3a616d01fff06be60c55b627862c8ac
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 23:12:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 23:12:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc58c1fc
mate-base/mate-panel: Stabilize 1.26.3 amd64, #908505
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-panel/mate-panel-1.26.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-panel/mate-panel-1.26.3.ebuild b/mate-base/mate-panel/mate-panel-1.26.3.ebuild
index fdf2984559d0..061ddad6aa70 100644
--- a/mate-base/mate-panel/mate-panel-1.26.3.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.26.3.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ "${PV}" != *9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="The MATE panel"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2023-06-14 19:42 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2023-06-14 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 8042598c09f39fbe8481da110aa6f8ba01cfbb03
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 19:41:58 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 19:41:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8042598c
mate-base/mate-panel: Stabilize 1.26.3 x86, #908505
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-panel/mate-panel-1.26.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-panel/mate-panel-1.26.3.ebuild b/mate-base/mate-panel/mate-panel-1.26.3.ebuild
index 0b9f509c92f1..fdf2984559d0 100644
--- a/mate-base/mate-panel/mate-panel-1.26.3.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.26.3.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ "${PV}" != *9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="The MATE panel"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2023-05-15 5:38 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2023-05-15 5:38 UTC (permalink / raw
To: gentoo-commits
commit: 4c9e1c61c780722b35a5898894e432f8ac5a9360
Author: Thibaud CANALE <thican <AT> thican <DOT> net>
AuthorDate: Sat May 13 18:55:15 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 15 05:38:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9e1c61
mate-base/mate-panel: add 1.26.3
Closes: https://bugs.gentoo.org/905950
Signed-off-by: Thibaud CANALE <thican <AT> thican.net>
Closes: https://github.com/gentoo/gentoo/pull/31024
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 +
mate-base/mate-panel/mate-panel-1.26.3.ebuild | 72 +++++++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index e539cccb729a..3b4c4acf069e 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,2 +1,3 @@
DIST mate-panel-1.26.0.tar.xz 3303980 BLAKE2B b36ddb6d4db174bd26986193829e72e498f81e31d129aa0e64ef3927b3571b58c3bb940a1d3c4ceb14165d5d7810d812a3b39dd2ea7aad4bd9cdaf4dae84751e SHA512 394cf6a4a081980d286a03488370a5335dca681964271329b28d7254fc877457bc42883c95ad9f197a319f1bef71e237052d64b98606df616f5e11b9f9ae5f31
DIST mate-panel-1.26.2.tar.xz 3314092 BLAKE2B 6b33562728b7ffa3bc1c5a3341e2bd4b88c5daba504e6818810f194d8a6f736ac5b5936ed10c17ad5879eaa7a3e7f2a7d0dad6e59e7582d684f9bcdbb8421ddf SHA512 31f97b5cbacd5ac4a3661fdb8544313e5fb406489c9179d98c0f981001beae97890f3563bbf5886c451cf27db7235bfe70d40bf2582bc2e2206dadd396432ec7
+DIST mate-panel-1.26.3.tar.xz 3255864 BLAKE2B 3d0dce61e6fa1b89f8f52dcad201b263c412d6819e7ba139777fe99310c8e3274da990c0678b493b89879e6af517912e90f705dcdd6e43e94892fd64f63df224 SHA512 28c93566a528037082ed6181e628658373e5fd35f987b9d18b1731f3b3762f139cd1624ad862acc40413baa308b51a7ae617449c4a2a13c4726b5dad6a109d5a
diff --git a/mate-base/mate-panel/mate-panel-1.26.3.ebuild b/mate-base/mate-panel/mate-panel-1.26.3.ebuild
new file mode 100644
index 000000000000..0b9f509c92f1
--- /dev/null
+++ b/mate-base/mate-panel/mate-panel-1.26.3.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ "${PV}" != *9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="The MATE panel"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="+X +introspection wayland"
+
+REQUIRED_USE="|| ( X wayland )"
+
+COMMON_DEPEND="
+ >=app-accessibility/at-spi2-core-2.46.0:2
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/libmateweather-1.17.0
+ dev-libs/libxml2:2
+ >=gnome-base/dconf-0.13.4
+ >=mate-base/mate-desktop-1.17.0
+ >=mate-base/mate-menus-1.21.0
+ >=sys-apps/dbus-1.1.2
+ >=x11-libs/cairo-1.0.0[X?]
+ >=x11-libs/gdk-pixbuf-2.26.0:2
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libICE
+ x11-libs/libSM
+ >=x11-libs/libwnck-3.4.6:3[introspection?]
+ >=x11-libs/pango-1.15.4:0[introspection?]
+ X? (
+ x11-libs/libX11
+ x11-libs/libXau
+ >=x11-libs/libXrandr-1.3
+ )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+ wayland? ( gui-libs/gtk-layer-shell )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}"
+
+BDEPEND="
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=dev-lang/perl-5:=
+ dev-util/glib-utils
+ dev-util/gdbus-codegen
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --libexecdir="${EPREFIX}"/usr/libexec/mate-applets \
+ --disable-deprecation-flags \
+ $(use_enable X x11) \
+ $(use_enable introspection) \
+ $(use_enable wayland)
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2023-03-22 1:20 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2023-03-22 1:20 UTC (permalink / raw
To: gentoo-commits
commit: 040a452b8ae302d9c2f4b29c7f9409423299daaa
Author: Bart Oldeman <bart.oldeman <AT> calculquebec <DOT> ca>
AuthorDate: Tue Mar 21 19:04:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 01:16:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040a452b
mate-base/mate-panel: Fix install in prefix
configure needs --libexecdir="${EPREFIX}"/usr/libexec/mate-applets
to avoid files installed outside the prefix.
Signed-off-by: Bart Oldeman <bart.oldeman <AT> calculquebec.ca>
Closes: https://github.com/gentoo/gentoo/pull/30290
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-panel/mate-panel-1.26.0-r1.ebuild | 4 ++--
mate-base/mate-panel/mate-panel-1.26.2.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mate-base/mate-panel/mate-panel-1.26.0-r1.ebuild b/mate-base/mate-panel/mate-panel-1.26.0-r1.ebuild
index 00b07dd9c9d9..938c7e9d57b3 100644
--- a/mate-base/mate-panel/mate-panel-1.26.0-r1.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.26.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -67,7 +67,7 @@ BDEPEND="
src_configure() {
mate_src_configure \
- --libexecdir=/usr/libexec/mate-applets \
+ --libexecdir="${EPREFIX}"/usr/libexec/mate-applets \
--disable-deprecation-flags \
$(use_enable X x11) \
$(use_enable introspection) \
diff --git a/mate-base/mate-panel/mate-panel-1.26.2.ebuild b/mate-base/mate-panel/mate-panel-1.26.2.ebuild
index 56d6e902fa3d..5b95522d04f2 100644
--- a/mate-base/mate-panel/mate-panel-1.26.2.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.26.2.ebuild
@@ -64,7 +64,7 @@ BDEPEND="
src_configure() {
mate_src_configure \
- --libexecdir=/usr/libexec/mate-applets \
+ --libexecdir="${EPREFIX}"/usr/libexec/mate-applets \
--disable-deprecation-flags \
$(use_enable X x11) \
$(use_enable introspection) \
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2023-01-20 1:34 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2023-01-20 1:34 UTC (permalink / raw
To: gentoo-commits
commit: caae2263e5136657986c42036e609993a6439430
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Tue Jan 17 08:58:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 01:30:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caae2263
mate-base/mate-panel: add 1.26.2
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 +
mate-base/mate-panel/mate-panel-1.26.2.ebuild | 75 +++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index e73c2f210bd3..e539cccb729a 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1 +1,2 @@
DIST mate-panel-1.26.0.tar.xz 3303980 BLAKE2B b36ddb6d4db174bd26986193829e72e498f81e31d129aa0e64ef3927b3571b58c3bb940a1d3c4ceb14165d5d7810d812a3b39dd2ea7aad4bd9cdaf4dae84751e SHA512 394cf6a4a081980d286a03488370a5335dca681964271329b28d7254fc877457bc42883c95ad9f197a319f1bef71e237052d64b98606df616f5e11b9f9ae5f31
+DIST mate-panel-1.26.2.tar.xz 3314092 BLAKE2B 6b33562728b7ffa3bc1c5a3341e2bd4b88c5daba504e6818810f194d8a6f736ac5b5936ed10c17ad5879eaa7a3e7f2a7d0dad6e59e7582d684f9bcdbb8421ddf SHA512 31f97b5cbacd5ac4a3661fdb8544313e5fb406489c9179d98c0f981001beae97890f3563bbf5886c451cf27db7235bfe70d40bf2582bc2e2206dadd396432ec7
diff --git a/mate-base/mate-panel/mate-panel-1.26.2.ebuild b/mate-base/mate-panel/mate-panel-1.26.2.ebuild
new file mode 100644
index 000000000000..dad7cdf0c4a9
--- /dev/null
+++ b/mate-base/mate-panel/mate-panel-1.26.2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="The MATE panel"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="+X +introspection wayland"
+
+REQUIRED_USE="|| ( X wayland )"
+
+COMMON_DEPEND="
+ || (
+ >=app-accessibility/at-spi2-core-2.46.0:2
+ dev-libs/atk
+ )
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/libmateweather-1.17.0
+ dev-libs/libxml2:2
+ >=gnome-base/dconf-0.13.4
+ >=mate-base/mate-desktop-1.17.0
+ >=mate-base/mate-menus-1.21.0
+ >=sys-apps/dbus-1.1.2
+ >=x11-libs/cairo-1.0.0[X?]
+ >=x11-libs/gdk-pixbuf-2.26.0:2
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libICE
+ x11-libs/libSM
+ >=x11-libs/libwnck-3.4.6:3[introspection?]
+ >=x11-libs/pango-1.15.4:0[introspection?]
+ X? (
+ x11-libs/libX11
+ x11-libs/libXau
+ >=x11-libs/libXrandr-1.3
+ )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+ wayland? ( gui-libs/gtk-layer-shell )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}"
+
+BDEPEND="
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=dev-lang/perl-5:=
+ dev-util/glib-utils
+ dev-util/gdbus-codegen
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --libexecdir=/usr/libexec/mate-applets \
+ --disable-deprecation-flags \
+ $(use_enable X x11) \
+ $(use_enable introspection) \
+ $(use_enable wayland)
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2023-01-20 1:34 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2023-01-20 1:34 UTC (permalink / raw
To: gentoo-commits
commit: 48e3b83d35222b1be523941acf5652efd816aea3
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Tue Jan 17 10:40:13 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 01:30:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e3b83d
mate-base/mate-panel: remove depreecated dep.
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29141
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-panel/mate-panel-1.26.2.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/mate-base/mate-panel/mate-panel-1.26.2.ebuild b/mate-base/mate-panel/mate-panel-1.26.2.ebuild
index dad7cdf0c4a9..56d6e902fa3d 100644
--- a/mate-base/mate-panel/mate-panel-1.26.2.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.26.2.ebuild
@@ -20,10 +20,7 @@ IUSE="+X +introspection wayland"
REQUIRED_USE="|| ( X wayland )"
COMMON_DEPEND="
- || (
- >=app-accessibility/at-spi2-core-2.46.0:2
- dev-libs/atk
- )
+ >=app-accessibility/at-spi2-core-2.46.0:2
>=dev-libs/glib-2.50:2
>=dev-libs/libmateweather-1.17.0
dev-libs/libxml2:2
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2022-12-21 10:00 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2022-12-21 10:00 UTC (permalink / raw
To: gentoo-commits
commit: a655d49272c816413034b7a2ad9bac116b9b4e85
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 09:21:54 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 09:59:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a655d492
mate-base/mate-panel: drop 1.24.2-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 -
mate-base/mate-panel/mate-panel-1.24.2-r1.ebuild | 75 ------------------------
2 files changed, 76 deletions(-)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index f19eedb0fa9c..e73c2f210bd3 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,2 +1 @@
-DIST mate-panel-1.24.2.tar.xz 3271432 BLAKE2B ca866ae2ba743d5871f75ba8840f05b556d77bcfb9263542f5e945310ebbaccdb211a266c3235ab706c70209740cd4a8a9f390363ddf18fc305ffd875723974d SHA512 6dd7b1329fc51389ad6213b5490fd44f8db7b76d17c1fa8f24b197390e9f24d4090fc7c439b7cc9c94be76f6b896ac31e69e920e903c067e297f941c844a1280
DIST mate-panel-1.26.0.tar.xz 3303980 BLAKE2B b36ddb6d4db174bd26986193829e72e498f81e31d129aa0e64ef3927b3571b58c3bb940a1d3c4ceb14165d5d7810d812a3b39dd2ea7aad4bd9cdaf4dae84751e SHA512 394cf6a4a081980d286a03488370a5335dca681964271329b28d7254fc877457bc42883c95ad9f197a319f1bef71e237052d64b98606df616f5e11b9f9ae5f31
diff --git a/mate-base/mate-panel/mate-panel-1.24.2-r1.ebuild b/mate-base/mate-panel/mate-panel-1.24.2-r1.ebuild
deleted file mode 100644
index 6562cb639b1d..000000000000
--- a/mate-base/mate-panel/mate-panel-1.24.2-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2022 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 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="The MATE panel"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="X +introspection wayland"
-
-REQUIRED_USE="|| ( X wayland )"
-
-COMMON_DEPEND="
- || (
- >=app-accessibility/at-spi2-core-2.46.0:2
- dev-libs/atk
- )
- >=dev-libs/dbus-glib-0.80:0
- >=dev-libs/glib-2.50:2
- >=dev-libs/libmateweather-1.17.0
- dev-libs/libxml2:2
- >=gnome-base/dconf-0.13.4
- >=gnome-base/librsvg-2.36.2:2
- >=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.21.0
- >=sys-apps/dbus-1.1.2
- >=x11-libs/cairo-1.0.0[X?]
- >=x11-libs/gdk-pixbuf-2.25.2:2
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libICE
- x11-libs/libSM
- >=x11-libs/libwnck-3.4.6:3[introspection?]
- >=x11-libs/pango-1.15.4:0[introspection?]
- X? (
- x11-libs/libX11
- x11-libs/libXau
- >=x11-libs/libXrandr-1.3
- )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
- wayland? ( gui-libs/gtk-layer-shell )
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- >=dev-lang/perl-5:=
- dev-util/glib-utils
- dev-util/gdbus-codegen
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- mate_src_configure \
- --libexecdir=/usr/libexec/mate-applets \
- --disable-deprecation-flags \
- $(use_enable X x11) \
- $(use_enable introspection) \
- $(use_enable wayland)
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2022-06-28 6:08 Sam James
0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2022-06-28 6:08 UTC (permalink / raw
To: gentoo-commits
commit: b9724e15d854be7570eb6d2f94bce65a5e5e7cf3
Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Wed Jun 15 21:53:30 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 06:07:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9724e15
mate-base/mate-panel: add 1.26.0
Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25917
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 +
mate-base/mate-panel/mate-panel-1.26.0.ebuild | 72 +++++++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 16f21101caee..f19eedb0fa9c 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1 +1,2 @@
DIST mate-panel-1.24.2.tar.xz 3271432 BLAKE2B ca866ae2ba743d5871f75ba8840f05b556d77bcfb9263542f5e945310ebbaccdb211a266c3235ab706c70209740cd4a8a9f390363ddf18fc305ffd875723974d SHA512 6dd7b1329fc51389ad6213b5490fd44f8db7b76d17c1fa8f24b197390e9f24d4090fc7c439b7cc9c94be76f6b896ac31e69e920e903c067e297f941c844a1280
+DIST mate-panel-1.26.0.tar.xz 3303980 BLAKE2B b36ddb6d4db174bd26986193829e72e498f81e31d129aa0e64ef3927b3571b58c3bb940a1d3c4ceb14165d5d7810d812a3b39dd2ea7aad4bd9cdaf4dae84751e SHA512 394cf6a4a081980d286a03488370a5335dca681964271329b28d7254fc877457bc42883c95ad9f197a319f1bef71e237052d64b98606df616f5e11b9f9ae5f31
diff --git a/mate-base/mate-panel/mate-panel-1.26.0.ebuild b/mate-base/mate-panel/mate-panel-1.26.0.ebuild
new file mode 100644
index 000000000000..db28c21f76fa
--- /dev/null
+++ b/mate-base/mate-panel/mate-panel-1.26.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="The MATE panel"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="+X +introspection wayland"
+
+REQUIRED_USE="|| ( X wayland )"
+
+COMMON_DEPEND="
+ dev-libs/atk
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/libmateweather-1.17.0
+ dev-libs/libxml2:2
+ >=gnome-base/dconf-0.13.4
+ >=mate-base/mate-desktop-1.17.0
+ >=mate-base/mate-menus-1.21.0
+ >=sys-apps/dbus-1.1.2
+ >=x11-libs/cairo-1.0.0[X?]
+ >=x11-libs/gdk-pixbuf-2.26.0:2
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libICE
+ x11-libs/libSM
+ >=x11-libs/libwnck-3.4.6:3[introspection?]
+ >=x11-libs/pango-1.15.4:0[introspection?]
+ X? (
+ x11-libs/libX11
+ x11-libs/libXau
+ >=x11-libs/libXrandr-1.3
+ )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+ wayland? ( gui-libs/gtk-layer-shell )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}"
+
+BDEPEND="
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=dev-lang/perl-5:=
+ dev-util/glib-utils
+ dev-util/gdbus-codegen
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --libexecdir=/usr/libexec/mate-applets \
+ --disable-deprecation-flags \
+ $(use_enable X x11) \
+ $(use_enable introspection) \
+ $(use_enable wayland)
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2022-01-09 15:48 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2022-01-09 15:48 UTC (permalink / raw
To: gentoo-commits
commit: eb12182015cb10b8ae61c736a36712c9f281c62d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 9 15:18:29 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 9 15:48:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb121820
mate-base/mate-panel: Drop 1.24.1*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 -
mate-base/mate-panel/mate-panel-1.24.1.ebuild | 72 ---------------------------
2 files changed, 73 deletions(-)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 99c7f37c453d..16f21101caee 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,2 +1 @@
-DIST mate-panel-1.24.1.tar.xz 3265000 BLAKE2B eb5d2c8b6668ecb1d072e80ac4062574c97b7d52a1473133efff0fb12eca4e765df016d8ede4c6745f7bd9e6ea64114ccfcdf87045ca00797e63ab9ec215435c SHA512 1a1e62207d58472daa00d409ef2b04944929af7f9fe05592076adcc069e2d70012424b3386d30f8b9adccf05c328b8ab1662b8726e507465881a4ae26c26829f
DIST mate-panel-1.24.2.tar.xz 3271432 BLAKE2B ca866ae2ba743d5871f75ba8840f05b556d77bcfb9263542f5e945310ebbaccdb211a266c3235ab706c70209740cd4a8a9f390363ddf18fc305ffd875723974d SHA512 6dd7b1329fc51389ad6213b5490fd44f8db7b76d17c1fa8f24b197390e9f24d4090fc7c439b7cc9c94be76f6b896ac31e69e920e903c067e297f941c844a1280
diff --git a/mate-base/mate-panel/mate-panel-1.24.1.ebuild b/mate-base/mate-panel/mate-panel-1.24.1.ebuild
deleted file mode 100644
index ca07c1ae124f..000000000000
--- a/mate-base/mate-panel/mate-panel-1.24.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# 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 panel"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="X +introspection wayland"
-
-REQUIRED_USE="|| ( X wayland )"
-
-COMMON_DEPEND="
- dev-libs/atk
- >=dev-libs/dbus-glib-0.80:0
- >=dev-libs/glib-2.50:2
- >=dev-libs/libmateweather-1.17.0
- dev-libs/libxml2:2
- >=gnome-base/dconf-0.13.4
- >=gnome-base/librsvg-2.36.2:2
- >=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.21.0
- >=sys-apps/dbus-1.1.2
- >=x11-libs/cairo-1.0.0[X?]
- >=x11-libs/gdk-pixbuf-2.25.2:2
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libICE
- x11-libs/libSM
- >=x11-libs/libwnck-3.4.6:3[introspection?]
- >=x11-libs/pango-1.15.4:0[introspection?]
- X? (
- x11-libs/libX11
- x11-libs/libXau
- >=x11-libs/libXrandr-1.3
- )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
- wayland? ( gui-libs/gtk-layer-shell )
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- >=dev-lang/perl-5:=
- dev-util/glib-utils
- dev-util/gdbus-codegen
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- mate_src_configure \
- --libexecdir=/usr/libexec/mate-applets \
- --disable-deprecation-flags \
- $(use_enable X x11) \
- $(use_enable introspection) \
- $(use_enable wayland)
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2021-12-10 20:10 Jakov Smolić
0 siblings, 0 replies; 31+ messages in thread
From: Jakov Smolić @ 2021-12-10 20:10 UTC (permalink / raw
To: gentoo-commits
commit: f9bba62585dff710d584ba7dbc164675c37979d2
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 20:09:38 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 20:10:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bba625
mate-base/mate-panel: Stabilize 1.24.2 x86, #827891
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
mate-base/mate-panel/mate-panel-1.24.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-panel/mate-panel-1.24.2.ebuild b/mate-base/mate-panel/mate-panel-1.24.2.ebuild
index 755e6d9e322c..1aec79f140cb 100644
--- a/mate-base/mate-panel/mate-panel-1.24.2.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.24.2.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
fi
DESCRIPTION="The MATE panel"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2021-12-10 11:35 Jakov Smolić
0 siblings, 0 replies; 31+ messages in thread
From: Jakov Smolić @ 2021-12-10 11:35 UTC (permalink / raw
To: gentoo-commits
commit: 2e7cfd4f21b3044f9d9dab75c1ca893e61cf0f19
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 11:34:44 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 11:34:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7cfd4f
mate-base/mate-panel: Stabilize 1.24.2 amd64, #827891
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
mate-base/mate-panel/mate-panel-1.24.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-panel/mate-panel-1.24.2.ebuild b/mate-base/mate-panel/mate-panel-1.24.2.ebuild
index 8bf1dac3cdc7..755e6d9e322c 100644
--- a/mate-base/mate-panel/mate-panel-1.24.2.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.24.2.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
fi
DESCRIPTION="The MATE panel"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2021-06-30 22:43 Adam Feldman
0 siblings, 0 replies; 31+ messages in thread
From: Adam Feldman @ 2021-06-30 22:43 UTC (permalink / raw
To: gentoo-commits
commit: ca24f1463cb01abfa94a8f0367c0a32b49a47730
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 13:42:34 2021 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 22:41:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca24f146
mate-base/mate-panel: Bump to 1.24.2
Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 +
mate-base/mate-panel/mate-panel-1.24.2.ebuild | 72 +++++++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index fc108d15e32..99c7f37c453 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1 +1,2 @@
DIST mate-panel-1.24.1.tar.xz 3265000 BLAKE2B eb5d2c8b6668ecb1d072e80ac4062574c97b7d52a1473133efff0fb12eca4e765df016d8ede4c6745f7bd9e6ea64114ccfcdf87045ca00797e63ab9ec215435c SHA512 1a1e62207d58472daa00d409ef2b04944929af7f9fe05592076adcc069e2d70012424b3386d30f8b9adccf05c328b8ab1662b8726e507465881a4ae26c26829f
+DIST mate-panel-1.24.2.tar.xz 3271432 BLAKE2B ca866ae2ba743d5871f75ba8840f05b556d77bcfb9263542f5e945310ebbaccdb211a266c3235ab706c70209740cd4a8a9f390363ddf18fc305ffd875723974d SHA512 6dd7b1329fc51389ad6213b5490fd44f8db7b76d17c1fa8f24b197390e9f24d4090fc7c439b7cc9c94be76f6b896ac31e69e920e903c067e297f941c844a1280
diff --git a/mate-base/mate-panel/mate-panel-1.24.2.ebuild b/mate-base/mate-panel/mate-panel-1.24.2.ebuild
new file mode 100644
index 00000000000..c715fb2b108
--- /dev/null
+++ b/mate-base/mate-panel/mate-panel-1.24.2.ebuild
@@ -0,0 +1,72 @@
+# 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 panel"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="X +introspection wayland"
+
+REQUIRED_USE="|| ( X wayland )"
+
+COMMON_DEPEND="
+ dev-libs/atk
+ >=dev-libs/dbus-glib-0.80:0
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/libmateweather-1.17.0
+ dev-libs/libxml2:2
+ >=gnome-base/dconf-0.13.4
+ >=gnome-base/librsvg-2.36.2:2
+ >=mate-base/mate-desktop-1.17.0
+ >=mate-base/mate-menus-1.21.0
+ >=sys-apps/dbus-1.1.2
+ >=x11-libs/cairo-1.0.0[X?]
+ >=x11-libs/gdk-pixbuf-2.25.2:2
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libICE
+ x11-libs/libSM
+ >=x11-libs/libwnck-3.4.6:3[introspection?]
+ >=x11-libs/pango-1.15.4:0[introspection?]
+ X? (
+ x11-libs/libX11
+ x11-libs/libXau
+ >=x11-libs/libXrandr-1.3
+ )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+ wayland? ( gui-libs/gtk-layer-shell )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=dev-lang/perl-5:=
+ dev-util/glib-utils
+ dev-util/gdbus-codegen
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --libexecdir=/usr/libexec/mate-applets \
+ --disable-deprecation-flags \
+ $(use_enable X x11) \
+ $(use_enable introspection) \
+ $(use_enable wayland)
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2020-09-25 20:32 Adam Feldman
0 siblings, 0 replies; 31+ messages in thread
From: Adam Feldman @ 2020-09-25 20:32 UTC (permalink / raw
To: gentoo-commits
commit: e712ec8d337ebb9cd38c86e99586b3b8dc9b2e72
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 16:13:00 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 20:32:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e712ec8d
mate-base/mate-panel: Bump to 1.24.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 +
mate-base/mate-panel/mate-panel-1.24.1.ebuild | 72 +++++++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 779ef5733fb..23a65932747 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1 +1,2 @@
DIST mate-panel-1.24.0.tar.xz 3040068 BLAKE2B 2ef2973014e32ab62ba9d4a05a820a2640415b493886d74e09089ed91bfe61d2d53ee6313c104945ddc95c992423403f6bca72a7f8b80ce189cd9f247add931c SHA512 12a88534400603998b4d4d415940947dd6372914135aa8eb6052c75e134412739a96064ad654e8f2625dbb6fe853e8cb376c41e530c30234e08141a46634820b
+DIST mate-panel-1.24.1.tar.xz 3265000 BLAKE2B eb5d2c8b6668ecb1d072e80ac4062574c97b7d52a1473133efff0fb12eca4e765df016d8ede4c6745f7bd9e6ea64114ccfcdf87045ca00797e63ab9ec215435c SHA512 1a1e62207d58472daa00d409ef2b04944929af7f9fe05592076adcc069e2d70012424b3386d30f8b9adccf05c328b8ab1662b8726e507465881a4ae26c26829f
diff --git a/mate-base/mate-panel/mate-panel-1.24.1.ebuild b/mate-base/mate-panel/mate-panel-1.24.1.ebuild
new file mode 100644
index 00000000000..6b5b93b187e
--- /dev/null
+++ b/mate-base/mate-panel/mate-panel-1.24.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2020 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 panel"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="X +introspection wayland"
+
+REQUIRED_USE="|| ( X wayland )"
+
+COMMON_DEPEND="
+ dev-libs/atk
+ >=dev-libs/dbus-glib-0.80:0
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/libmateweather-1.17.0
+ dev-libs/libxml2:2
+ >=gnome-base/dconf-0.13.4
+ >=gnome-base/librsvg-2.36.2:2
+ >=mate-base/mate-desktop-1.17.0
+ >=mate-base/mate-menus-1.21.0
+ >=sys-apps/dbus-1.1.2
+ >=x11-libs/cairo-1.0.0[X?]
+ >=x11-libs/gdk-pixbuf-2.25.2:2
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libICE
+ x11-libs/libSM
+ >=x11-libs/libwnck-3.4.6:3[introspection?]
+ >=x11-libs/pango-1.15.4:0[introspection?]
+ X? (
+ x11-libs/libX11
+ x11-libs/libXau
+ >=x11-libs/libXrandr-1.3
+ )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+ wayland? ( gui-libs/gtk-layer-shell )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=dev-lang/perl-5:=
+ dev-util/glib-utils
+ dev-util/gdbus-codegen
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --libexecdir=/usr/libexec/mate-applets \
+ --disable-deprecation-flags \
+ $(use_enable X x11) \
+ $(use_enable introspection) \
+ $(use_enable wayland)
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2020-09-02 6:02 Adam Feldman
0 siblings, 0 replies; 31+ messages in thread
From: Adam Feldman @ 2020-09-02 6:02 UTC (permalink / raw
To: gentoo-commits
commit: fa38523556e96bc2c05e52713ea5878032524ddb
Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Aug 20 19:54:16 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 06:01:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa385235
mate-base/mate-panel: drop 1.22.2-r1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 -
mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild | 68 ------------------------
2 files changed, 69 deletions(-)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 6627561a4bd..779ef5733fb 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,2 +1 @@
-DIST mate-panel-1.22.2.tar.xz 2216064 BLAKE2B c23d2c1efb52af3b5f1102ba4b9ac344d107f2836704809c3d843197940a1ae5cc7b025cfe07ead740107cf5004e304209641fd17a2559a140c7800eb63f793f SHA512 ccfd9e44116e66688d4de53c86e1a7d0754fd221b8083d7bee729f2a02a777a54b98ff70332b979aa075c157bc36c6ed6651f9190fa4a7e37b8a029a1f2a623f
DIST mate-panel-1.24.0.tar.xz 3040068 BLAKE2B 2ef2973014e32ab62ba9d4a05a820a2640415b493886d74e09089ed91bfe61d2d53ee6313c104945ddc95c992423403f6bca72a7f8b80ce189cd9f247add931c SHA512 12a88534400603998b4d4d415940947dd6372914135aa8eb6052c75e134412739a96064ad654e8f2625dbb6fe853e8cb376c41e530c30234e08141a46634820b
diff --git a/mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild b/mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild
deleted file mode 100644
index a6d3ae62ad4..00000000000
--- a/mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 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 panel"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="X +introspection wayland"
-
-REQUIRED_USE="|| ( X wayland )"
-
-RDEPEND="
- dev-libs/atk
- >=dev-libs/dbus-glib-0.80:0
- >=dev-libs/glib-2.50:2
- >=dev-libs/libmateweather-1.17.0
- dev-libs/libxml2:2
- >=gnome-base/dconf-0.13.4
- >=gnome-base/librsvg-2.36.2:2
- >=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.21.0
- >=sys-apps/dbus-1.1.2
- >=x11-libs/cairo-1.0.0[X?]
- >=x11-libs/gdk-pixbuf-2.25.2:2
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libICE
- x11-libs/libSM
- >=x11-libs/libwnck-3.4.6:3[introspection?]
- >=x11-libs/pango-1.15.4:0[introspection?]
- virtual/libintl
- X? (
- x11-libs/libX11
- x11-libs/libXau
- >=x11-libs/libXrandr-1.3
- )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
- wayland? ( dev-libs/wayland )"
-
-DEPEND="${RDEPEND}
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- >=dev-lang/perl-5:=
- dev-util/glib-utils
- dev-util/gdbus-codegen
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=dev-util/intltool-0.50.1
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- mate_src_configure \
- --libexecdir=/usr/libexec/mate-applets \
- --disable-deprecation-flags \
- $(use_enable X x11) \
- $(use_enable introspection) \
- $(use_enable wayland)
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2020-04-06 18:58 Adam Feldman
0 siblings, 0 replies; 31+ messages in thread
From: Adam Feldman @ 2020-04-06 18:58 UTC (permalink / raw
To: gentoo-commits
commit: c572cf25083816342239b51fe94a2ad7c2b645e5
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 6 18:54:59 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Apr 6 18:57:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c572cf25
mate-base/mate-panel: Adjust X flags/deps
Bug: https://bugs.gentoo.org/686386
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild | 68 +++++++++++++++++++++++
mate-base/mate-panel/mate-panel-1.24.0-r1.ebuild | 70 ++++++++++++++++++++++++
2 files changed, 138 insertions(+)
diff --git a/mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild b/mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild
new file mode 100644
index 00000000000..551a0d0867d
--- /dev/null
+++ b/mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 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 panel"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="X +introspection wayland"
+
+REQUIRED_USE="|| ( X wayland )"
+
+RDEPEND="
+ dev-libs/atk
+ >=dev-libs/dbus-glib-0.80:0
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/libmateweather-1.17.0
+ dev-libs/libxml2:2
+ >=gnome-base/dconf-0.13.4
+ >=gnome-base/librsvg-2.36.2:2
+ >=mate-base/mate-desktop-1.17.0
+ >=mate-base/mate-menus-1.21.0
+ >=sys-apps/dbus-1.1.2
+ >=x11-libs/cairo-1.0.0[X?]
+ >=x11-libs/gdk-pixbuf-2.25.2:2
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libICE
+ x11-libs/libSM
+ >=x11-libs/libwnck-3.4.6:3[introspection?]
+ >=x11-libs/pango-1.15.4:0[introspection?]
+ virtual/libintl
+ X? (
+ x11-libs/libX11
+ x11-libs/libXau
+ >=x11-libs/libXrandr-1.3
+ )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+ wayland? ( dev-libs/wayland )"
+
+DEPEND="${RDEPEND}
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=dev-lang/perl-5:=
+ dev-util/glib-utils
+ dev-util/gdbus-codegen
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=dev-util/intltool-0.50.1
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ mate_src_configure \
+ --libexecdir=/usr/libexec/mate-applets \
+ --disable-deprecation-flags \
+ $(use_enable X x11) \
+ $(use_enable introspection) \
+ $(use_enable wayland)
+}
diff --git a/mate-base/mate-panel/mate-panel-1.24.0-r1.ebuild b/mate-base/mate-panel/mate-panel-1.24.0-r1.ebuild
new file mode 100644
index 00000000000..e418ad2811e
--- /dev/null
+++ b/mate-base/mate-panel/mate-panel-1.24.0-r1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2020 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 panel"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="X +introspection wayland"
+
+REQUIRED_USE="|| ( X wayland )"
+
+COMMON_DEPEND="
+ dev-libs/atk
+ >=dev-libs/dbus-glib-0.80:0
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/libmateweather-1.17.0
+ dev-libs/libxml2:2
+ >=gnome-base/dconf-0.13.4
+ >=gnome-base/librsvg-2.36.2:2
+ >=mate-base/mate-desktop-1.17.0
+ >=mate-base/mate-menus-1.21.0
+ >=sys-apps/dbus-1.1.2
+ >=x11-libs/cairo-1.0.0[X?]
+ >=x11-libs/gdk-pixbuf-2.25.2:2
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libICE
+ x11-libs/libSM
+ >=x11-libs/libwnck-3.4.6:3[introspection?]
+ >=x11-libs/pango-1.15.4:0[introspection?]
+ X? (
+ x11-libs/libX11
+ x11-libs/libXau
+ >=x11-libs/libXrandr-1.3
+ )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+ wayland? ( gui-libs/gtk-layer-shell )"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=dev-lang/perl-5:=
+ dev-util/glib-utils
+ dev-util/gdbus-codegen
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=sys-devel/gettext-0.19.8:*
+ virtual/pkgconfig"
+
+src_configure() {
+ mate_src_configure \
+ --libexecdir=/usr/libexec/mate-applets \
+ --disable-deprecation-flags \
+ $(use_enable X x11) \
+ $(use_enable introspection) \
+ $(use_enable wayland)
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2019-07-07 18:48 Göktürk Yüksek
0 siblings, 0 replies; 31+ messages in thread
From: Göktürk Yüksek @ 2019-07-07 18:48 UTC (permalink / raw
To: gentoo-commits
commit: 5fc9f529252e642a705bb07cb825951f2e2ed496
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 4 15:01:19 2019 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 18:47:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc9f529
mate-base/mate-panel: stabilize 1.22.1 for amd64, x86
Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
mate-base/mate-panel/mate-panel-1.22.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-panel/mate-panel-1.22.1.ebuild b/mate-base/mate-panel/mate-panel-1.22.1.ebuild
index fdfc53f2442..fb93ff7449f 100644
--- a/mate-base/mate-panel/mate-panel-1.22.1.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.22.1.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="The MATE panel"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2019-07-07 18:48 Göktürk Yüksek
0 siblings, 0 replies; 31+ messages in thread
From: Göktürk Yüksek @ 2019-07-07 18:48 UTC (permalink / raw
To: gentoo-commits
commit: b9ba9f113a95d427fcaab295702787cfb987be19
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 4 15:01:20 2019 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 18:47:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ba9f11
mate-base/mate-panel: drop old
Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 -
mate-base/mate-panel/mate-panel-1.22.0.ebuild | 62 ---------------------------
2 files changed, 63 deletions(-)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 1fc4cb3f8ca..9be6b068806 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,2 +1 @@
-DIST mate-panel-1.22.0.tar.xz 2251040 BLAKE2B 6a4da6080cec2fc7858c711fa0a2c7497f4d03a1e22394f481925be32b17f7905920d4155ca75b9bf0d6bbf4af078aac77abc99e6d5a22e84bf453e2290ba032 SHA512 078c6dcdc17970a7a7fab9a218eaf2c8cd6c4074c0c23ff4ce7ccf57e007d0afcbe797be4ad4c9d2c16d9033cc554cc5a979ec61dc721514db939a5e60de456b
DIST mate-panel-1.22.1.tar.xz 2142620 BLAKE2B 3b105c04cd2c1bf0c5077fb79dc8f0fea090eca96b766567a3921c25d35f915d36446ad765fd226f2fc2a70d4c95987a1c503bd60a92210f944fb50a83bc6a90 SHA512 023599a2c0a879e32df11fc09d7526a54b8dc5248173c940e61df1dd9cbe8c04e4c916da89f5a64e44fe3f99462d56c72849314fc182c0af58a7c19e1fac642f
diff --git a/mate-base/mate-panel/mate-panel-1.22.0.ebuild b/mate-base/mate-panel/mate-panel-1.22.0.ebuild
deleted file mode 100644
index f844c383f22..00000000000
--- a/mate-base/mate-panel/mate-panel-1.22.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 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 panel"
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-
-IUSE="X +introspection"
-
-RDEPEND="
- dev-libs/atk
- >=dev-libs/dbus-glib-0.80:0
- >=dev-libs/glib-2.50:2
- >=dev-libs/libmateweather-1.17.0
- dev-libs/libxml2:2
- >=gnome-base/dconf-0.13.4
- >=gnome-base/librsvg-2.36.2:2
- >=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.21.0
- >=sys-apps/dbus-1.1.2
- >=x11-libs/cairo-1
- >=x11-libs/gdk-pixbuf-2.7.1:2
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libICE
- x11-libs/libSM
- >=x11-libs/libwnck-3.0:3[introspection?]
- x11-libs/libX11
- >=x11-libs/pango-1.15.4:0[introspection?]
- x11-libs/libXau
- >=x11-libs/libXrandr-1.3
- virtual/libintl
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
-
-DEPEND="${RDEPEND}
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- >=dev-lang/perl-5:=
- dev-util/glib-utils
- dev-util/gdbus-codegen
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=dev-util/intltool-0.50.1
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- mate_src_configure \
- --libexecdir=/usr/libexec/mate-applets \
- --disable-deprecation-flags \
- $(use_enable X x11) \
- $(use_enable introspection)
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2019-05-12 21:04 Göktürk Yüksek
0 siblings, 0 replies; 31+ messages in thread
From: Göktürk Yüksek @ 2019-05-12 21:04 UTC (permalink / raw
To: gentoo-commits
commit: 32fc9a3a1dcac868c5ca1f057e4e2acf06253637
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 20:20:15 2019 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun May 12 21:02:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fc9a3a
mate-base/mate-panel: bump to 1.22.1, fix deps and wayland support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
mate-base/mate-panel/Manifest | 1 +
mate-base/mate-panel/mate-panel-1.22.1.ebuild | 64 +++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index cfc5af62b3f..1fc4cb3f8ca 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1 +1,2 @@
DIST mate-panel-1.22.0.tar.xz 2251040 BLAKE2B 6a4da6080cec2fc7858c711fa0a2c7497f4d03a1e22394f481925be32b17f7905920d4155ca75b9bf0d6bbf4af078aac77abc99e6d5a22e84bf453e2290ba032 SHA512 078c6dcdc17970a7a7fab9a218eaf2c8cd6c4074c0c23ff4ce7ccf57e007d0afcbe797be4ad4c9d2c16d9033cc554cc5a979ec61dc721514db939a5e60de456b
+DIST mate-panel-1.22.1.tar.xz 2142620 BLAKE2B 3b105c04cd2c1bf0c5077fb79dc8f0fea090eca96b766567a3921c25d35f915d36446ad765fd226f2fc2a70d4c95987a1c503bd60a92210f944fb50a83bc6a90 SHA512 023599a2c0a879e32df11fc09d7526a54b8dc5248173c940e61df1dd9cbe8c04e4c916da89f5a64e44fe3f99462d56c72849314fc182c0af58a7c19e1fac642f
diff --git a/mate-base/mate-panel/mate-panel-1.22.1.ebuild b/mate-base/mate-panel/mate-panel-1.22.1.ebuild
new file mode 100644
index 00000000000..fdfc53f2442
--- /dev/null
+++ b/mate-base/mate-panel/mate-panel-1.22.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 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 panel"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="X +introspection wayland"
+
+RDEPEND="
+ dev-libs/atk
+ >=dev-libs/dbus-glib-0.80:0
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/libmateweather-1.17.0
+ dev-libs/libxml2:2
+ >=gnome-base/dconf-0.13.4
+ >=gnome-base/librsvg-2.36.2:2
+ >=mate-base/mate-desktop-1.17.0
+ >=mate-base/mate-menus-1.21.0
+ >=sys-apps/dbus-1.1.2
+ >=x11-libs/cairo-1
+ >=x11-libs/gdk-pixbuf-2.25.2:2
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libICE
+ x11-libs/libSM
+ >=x11-libs/libwnck-3.4.6:3[introspection?]
+ x11-libs/libX11
+ >=x11-libs/pango-1.15.4:0[introspection?]
+ x11-libs/libXau
+ >=x11-libs/libXrandr-1.3
+ virtual/libintl
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+ wayland? ( dev-libs/wayland )"
+
+DEPEND="${RDEPEND}
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/yelp-tools
+ >=dev-lang/perl-5:=
+ dev-util/glib-utils
+ dev-util/gdbus-codegen
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=dev-util/intltool-0.50.1
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ mate_src_configure \
+ --libexecdir=/usr/libexec/mate-applets \
+ --disable-deprecation-flags \
+ $(use_enable X x11) \
+ $(use_enable introspection) \
+ $(use_enable wayland)
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2019-04-07 11:49 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2019-04-07 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 6ffd1913db2a55cfcd00877b4dde11303ee1bdca
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 11:45:33 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 11:45:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffd1913
mate-base/mate-panel: Add missing dev-util/glib-utils
Non-maintainer fix.
Closes: https://bugs.gentoo.org/668138
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
mate-base/mate-panel/mate-panel-1.22.0.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/mate-base/mate-panel/mate-panel-1.22.0.ebuild b/mate-base/mate-panel/mate-panel-1.22.0.ebuild
index 2b7c69dc12f..84610067f79 100644
--- a/mate-base/mate-panel/mate-panel-1.22.0.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.22.0.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
IUSE="X +introspection"
-COMMON_DEPEND="
+RDEPEND="
dev-libs/atk
>=dev-libs/dbus-glib-0.80:0
>=dev-libs/glib-2.50:2
@@ -41,18 +41,17 @@ COMMON_DEPEND="
virtual/libintl
introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/yelp-tools
>=dev-lang/perl-5:=
+ dev-util/glib-utils
dev-util/gdbus-codegen
dev-util/gtk-doc
dev-util/gtk-doc-am
>=dev-util/intltool-0.50.1
- sys-devel/gettext:*
- virtual/pkgconfig:*"
+ sys-devel/gettext
+ virtual/pkgconfig"
src_configure() {
mate_src_configure \
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2019-04-07 11:26 Mikle Kolyada
0 siblings, 0 replies; 31+ messages in thread
From: Mikle Kolyada @ 2019-04-07 11:26 UTC (permalink / raw
To: gentoo-commits
commit: 4a2354be4f225a40670a059ac8e086edffc24d49
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 11:25:46 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 11:26:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2354be
mate-base/mate-panel: Bump minimal mate-menus version
Closes: https://bugs.gentoo.org/680766
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
mate-base/mate-panel/mate-panel-1.22.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-panel/mate-panel-1.22.0.ebuild b/mate-base/mate-panel/mate-panel-1.22.0.ebuild
index b185c6daaa0..2b7c69dc12f 100644
--- a/mate-base/mate-panel/mate-panel-1.22.0.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.22.0.ebuild
@@ -26,7 +26,7 @@ COMMON_DEPEND="
>=gnome-base/dconf-0.13.4
>=gnome-base/librsvg-2.36.2:2
>=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.10.0
+ >=mate-base/mate-menus-1.21.0
>=sys-apps/dbus-1.1.2
>=x11-libs/cairo-1
>=x11-libs/gdk-pixbuf-2.7.1:2
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2019-03-17 14:55 Mikle Kolyada
0 siblings, 0 replies; 31+ messages in thread
From: Mikle Kolyada @ 2019-03-17 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 1bb83a1d9f3e570d62ce4f92c86bb36fcd90fa43
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 14:54:45 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 14:55:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb83a1d
mate-base/mate-panel: ammend configure
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
mate-base/mate-panel/mate-panel-1.22.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-panel/mate-panel-1.22.0.ebuild b/mate-base/mate-panel/mate-panel-1.22.0.ebuild
index 0243a59e92a..b185c6daaa0 100644
--- a/mate-base/mate-panel/mate-panel-1.22.0.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.22.0.ebuild
@@ -58,6 +58,6 @@ src_configure() {
mate_src_configure \
--libexecdir=/usr/libexec/mate-applets \
--disable-deprecation-flags \
- $(use_with X x) \
+ $(use_enable X x11) \
$(use_enable introspection)
}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2018-02-11 15:03 Ettore Di Giacinto
0 siblings, 0 replies; 31+ messages in thread
From: Ettore Di Giacinto @ 2018-02-11 15:03 UTC (permalink / raw
To: gentoo-commits
commit: aced662afb62fe85c647aa636bdb8e8ddef01163
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 17:07:59 2018 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 14:59:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aced662a
mate-base/mate-panel: Bump to version 1.18.7
Package-Manager: Portage-2.3.19, Repoman-2.3.6
mate-base/mate-panel/Manifest | 2 +-
.../mate-panel/{mate-panel-1.18.2.ebuild => mate-panel-1.18.7.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index da6350d98f8..aa8e081269f 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,4 +1,4 @@
DIST mate-panel-1.12.2.tar.xz 1930792 BLAKE2B 8694e39fb16a5565749cfbf62a23ce068f1656c0c64ee39384d3b184acb02212c9ab758d0c547b557d4710116c9335b3b4f5bb8917f811b54c7cb45a6f5aab9b SHA512 7810c3b3585e9def59c192914a91e2e64173b5b44cf43496808f6be46df798fc97358bb7bc300e52985fc401feb5201daad60bb0181e72e5e2512e7712aba6a4
DIST mate-panel-1.14.2.tar.xz 1981716 BLAKE2B 1963d0035e8a5abf8940a88123408b089b4c19c9ca7a2d696635c653883d2023aa95de42e30bf40948c48c60ca6f410fa2c76f39879c51e44d734ddc9aecbffa SHA512 296a74fcbdd3a58337987c0e8bcc804a203fbf5f134183c2fe09016c609bbd67bfab4dc6e46e333c7714e9c264965f1c3897c9645a5003405866fbdaf0a04944
DIST mate-panel-1.16.2.tar.xz 1953812 BLAKE2B 20dec8edb56a13774419f8d43ca4d9df1a12f9188001762edd5cb3ff3d1e93365a2fc825d1094538b0f93ad6d8d224d8d2d0afe302d998e453daff726f86f327 SHA512 4d5ad1a657a2a2f04b4a667b1fc4b13b158a2ee8cf379636ac196b16093589e5bb5d97ed06c0c621f72586e01bff791a364aa17ff16554c844f9d870e3b709bb
-DIST mate-panel-1.18.2.tar.xz 1946680 BLAKE2B 1165e30a177e521713a747161d153b809a39acddb95ede19035bd67f2871f445fb86f4a46371061a8e9013723acf6e1eeba7b5f9f0cf3670e7975769646f94fc SHA512 c0b7b25a2f2aee928324badeb577707e856f1c6669190e0967592dc86b0991006d6cabdbabf8aa8e24807a974e120b096312916ff2acb4601e73aaad2208f869
+DIST mate-panel-1.18.7.tar.xz 1943216 BLAKE2B c811a299d612e11827f6531f3093addfeeb5a8f18449f76dba0f70233f072bd2666bb4cd8b39111da298fbdd966f5b7f21b37ce3fe4870129da0563faabc5a2f SHA512 6de91f16f5ade7873d2baf3d813bd77304723f27629474fdf37aa9c590b5fcb31452f5b117b52926dd53a38e9f8edd964c654fd29c8271131c6901eec46b5a31
diff --git a/mate-base/mate-panel/mate-panel-1.18.2.ebuild b/mate-base/mate-panel/mate-panel-1.18.7.ebuild
similarity index 100%
rename from mate-base/mate-panel/mate-panel-1.18.2.ebuild
rename to mate-base/mate-panel/mate-panel-1.18.7.ebuild
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2018-01-14 17:18 Ettore Di Giacinto
0 siblings, 0 replies; 31+ messages in thread
From: Ettore Di Giacinto @ 2018-01-14 17:18 UTC (permalink / raw
To: gentoo-commits
commit: e583c20709104f60563557bfc69f016bceb8c2f0
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 12:28:52 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 17:17:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e583c207
mate-base/mate-panel: Bump to version 1.16.2
Package-Manager: Portage-2.3.16, Repoman-2.3.6
mate-base/mate-panel/Manifest | 2 +-
.../mate-panel/{mate-panel-1.16.0.ebuild => mate-panel-1.16.2.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index e032fe6e7d8..da6350d98f8 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,4 +1,4 @@
DIST mate-panel-1.12.2.tar.xz 1930792 BLAKE2B 8694e39fb16a5565749cfbf62a23ce068f1656c0c64ee39384d3b184acb02212c9ab758d0c547b557d4710116c9335b3b4f5bb8917f811b54c7cb45a6f5aab9b SHA512 7810c3b3585e9def59c192914a91e2e64173b5b44cf43496808f6be46df798fc97358bb7bc300e52985fc401feb5201daad60bb0181e72e5e2512e7712aba6a4
DIST mate-panel-1.14.2.tar.xz 1981716 BLAKE2B 1963d0035e8a5abf8940a88123408b089b4c19c9ca7a2d696635c653883d2023aa95de42e30bf40948c48c60ca6f410fa2c76f39879c51e44d734ddc9aecbffa SHA512 296a74fcbdd3a58337987c0e8bcc804a203fbf5f134183c2fe09016c609bbd67bfab4dc6e46e333c7714e9c264965f1c3897c9645a5003405866fbdaf0a04944
-DIST mate-panel-1.16.0.tar.xz 1945868 BLAKE2B 57eee8a5cd7c1276c121cb14251a3024e50105db915db292178760184193a71088ed104241908453dc98dfe87ec3225a61fabc59c192658698bfb9dcbefd7015 SHA512 96ea6e71dc602b2ff81294984f22854079e0daeb41d00a52646a6f2eb211f26b51eba43f97a3548707f3948b1f226480e3a8242c84de7eb4cd7f69e9b143fa36
+DIST mate-panel-1.16.2.tar.xz 1953812 BLAKE2B 20dec8edb56a13774419f8d43ca4d9df1a12f9188001762edd5cb3ff3d1e93365a2fc825d1094538b0f93ad6d8d224d8d2d0afe302d998e453daff726f86f327 SHA512 4d5ad1a657a2a2f04b4a667b1fc4b13b158a2ee8cf379636ac196b16093589e5bb5d97ed06c0c621f72586e01bff791a364aa17ff16554c844f9d870e3b709bb
DIST mate-panel-1.18.2.tar.xz 1946680 BLAKE2B 1165e30a177e521713a747161d153b809a39acddb95ede19035bd67f2871f445fb86f4a46371061a8e9013723acf6e1eeba7b5f9f0cf3670e7975769646f94fc SHA512 c0b7b25a2f2aee928324badeb577707e856f1c6669190e0967592dc86b0991006d6cabdbabf8aa8e24807a974e120b096312916ff2acb4601e73aaad2208f869
diff --git a/mate-base/mate-panel/mate-panel-1.16.0.ebuild b/mate-base/mate-panel/mate-panel-1.16.2.ebuild
similarity index 97%
rename from mate-base/mate-panel/mate-panel-1.16.0.ebuild
rename to mate-base/mate-panel/mate-panel-1.16.2.ebuild
index 8fca1161980..9f90e878faa 100644
--- a/mate-base/mate-panel/mate-panel-1.16.0.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.16.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2017-12-21 21:16 Patrice Clement
0 siblings, 0 replies; 31+ messages in thread
From: Patrice Clement @ 2017-12-21 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 05c010dee41756162323a6c0a6444f16c6522e3e
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 11:53:14 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 21:15:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c010de
mate-base/mate-panel: added ~arm64 keyword.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
mate-base/mate-panel/mate-panel-1.18.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-panel/mate-panel-1.18.2.ebuild b/mate-base/mate-panel/mate-panel-1.18.2.ebuild
index c0c96905cb5..ae4eb23e2d3 100644
--- a/mate-base/mate-panel/mate-panel-1.18.2.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.18.2.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
DESCRIPTION="The MATE panel"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
@ 2016-02-18 19:26 Pacho Ramos
0 siblings, 0 replies; 31+ messages in thread
From: Pacho Ramos @ 2016-02-18 19:26 UTC (permalink / raw
To: gentoo-commits
commit: cf4048fc9c4adfc92edf690134c6a9a703a4f6b8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 19:26:02 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 19:26:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4048fc
mate-base/mate-panel: amd64 stable, bug #574706
Package-Manager: portage-2.2.27
mate-base/mate-panel/mate-panel-1.8.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate-panel/mate-panel-1.8.1-r1.ebuild b/mate-base/mate-panel/mate-panel-1.8.1-r1.ebuild
index 5acf34d..4030726 100644
--- a/mate-base/mate-panel/mate-panel-1.8.1-r1.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.8.1-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org"
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="X +introspection networkmanager"
^ permalink raw reply related [flat|nested] 31+ messages in thread
end of thread, other threads:[~2024-10-06 7:17 UTC | newest]
Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 15:55 [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/ NP Hardass
-- strict thread matches above, loose matches on Subject: below --
2024-10-06 7:17 Sam James
2024-06-16 6:06 Joonas Niilola
2024-02-07 14:53 Joonas Niilola
2024-01-19 10:53 Sam James
2023-12-22 6:46 Sam James
2023-06-14 23:13 Sam James
2023-06-14 19:42 Sam James
2023-05-15 5:38 Sam James
2023-03-22 1:20 Sam James
2023-01-20 1:34 Sam James
2023-01-20 1:34 Sam James
2022-12-21 10:00 Andreas Sturmlechner
2022-06-28 6:08 Sam James
2022-01-09 15:48 Andreas Sturmlechner
2021-12-10 20:10 Jakov Smolić
2021-12-10 11:35 Jakov Smolić
2021-06-30 22:43 Adam Feldman
2020-09-25 20:32 Adam Feldman
2020-09-02 6:02 Adam Feldman
2020-04-06 18:58 Adam Feldman
2019-07-07 18:48 Göktürk Yüksek
2019-07-07 18:48 Göktürk Yüksek
2019-05-12 21:04 Göktürk Yüksek
2019-04-07 11:49 Andreas Sturmlechner
2019-04-07 11:26 Mikle Kolyada
2019-03-17 14:55 Mikle Kolyada
2018-02-11 15:03 Ettore Di Giacinto
2018-01-14 17:18 Ettore Di Giacinto
2017-12-21 21:16 Patrice Clement
2016-02-18 19:26 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox