* [gentoo-commits] repo/gentoo:master commit in: mate-base/libmatekbd/
@ 2019-04-07 11:49 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2019-04-07 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 618adc71b783e372482b6c5fa22124c8a12a4fa2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 11:42:28 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 11:42:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618adc71
mate-base/libmatekbd: Add missing dev-util/glib-utils
Non-maintainer fix.
Closes: https://bugs.gentoo.org/668576
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
mate-base/libmatekbd/libmatekbd-1.22.0.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild b/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild
index a32a2661a41..8d08f75b22a 100644
--- a/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild
+++ b/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
IUSE="X +introspection test"
-COMMON_DEPEND=">=dev-libs/glib-2.50:2
+RDEPEND=">=dev-libs/glib-2.50:2
x11-libs/cairo
>=x11-libs/gdk-pixbuf-2.24:2
x11-libs/libX11
@@ -27,12 +27,11 @@ COMMON_DEPEND=">=dev-libs/glib-2.50:2
>=x11-libs/gtk+-3.22:3[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext:*
- >=dev-util/intltool-0.50.1:*
- virtual/pkgconfig:*"
+DEPEND="${RDEPEND}
+ dev-util/glib-utils
+ >=dev-util/intltool-0.50.1
+ sys-devel/gettext
+ virtual/pkgconfig"
src_configure() {
mate_src_configure \
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/libmatekbd/
@ 2020-09-02 6:02 Adam Feldman
0 siblings, 0 replies; 4+ messages in thread
From: Adam Feldman @ 2020-09-02 6:02 UTC (permalink / raw
To: gentoo-commits
commit: 7e767c258049399e0ef680b4df7155bb718ea192
Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Aug 20 20:08:36 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 06:01:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e767c25
mate-base/libmatekbd: drop 1.22.0
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/libmatekbd/Manifest | 1 -
mate-base/libmatekbd/libmatekbd-1.22.0.ebuild | 42 ---------------------------
2 files changed, 43 deletions(-)
diff --git a/mate-base/libmatekbd/Manifest b/mate-base/libmatekbd/Manifest
index 4eac30b17b0..c43e058de34 100644
--- a/mate-base/libmatekbd/Manifest
+++ b/mate-base/libmatekbd/Manifest
@@ -1,2 +1 @@
-DIST libmatekbd-1.22.0.tar.xz 374604 BLAKE2B 318c26cd6630773b0b1e89769e8b540545500d5bcc359e568d8cea0ffccebd17a1dd248cc8f61ba584058cb170171608f6c729256eb7936e8b23738657d5a9a5 SHA512 79f19455bb6c0df5a50e445907ac12d6bd92a54cd086e0303890bc67350de3d94b2fd665efdaec85f84a42d76af430ad0a1b9639da078179ac25d27c4a325281
DIST libmatekbd-1.24.0.tar.xz 425720 BLAKE2B 6f5f808f55c57c3d651d5c871a5f95269397a6d1c2e3cd37d2b16a5519300a81e994e0ac10bf474b9860ec7c0f3c862332199e10c506f38107c7f7d791899b4d SHA512 6a04f4f38ac1d1ef372fdbaddfe4c935d79039cce1a3d68a6876fa5550556f1d568de1d53857531c6f0bd5994e815f2c9e5be0436218e97718f87e17973ea655
diff --git a/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild b/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild
deleted file mode 100644
index 1148990fa5c..00000000000
--- a/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild
+++ /dev/null
@@ -1,42 +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="MATE keyboard configuration library"
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="X +introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-libs/glib-2.50:2
- x11-libs/cairo
- >=x11-libs/gdk-pixbuf-2.24:2
- x11-libs/libX11
- >=x11-libs/libxklavier-5.2:0[introspection?]
- x11-libs/pango
- virtual/libintl
- >=x11-libs/gtk+-3.22:3[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
-
-DEPEND="${RDEPEND}
- dev-util/glib-utils
- >=dev-util/intltool-0.50.1
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- mate_src_configure \
- $(use_with X x) \
- $(use_enable introspection) \
- $(use_enable test tests)
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/libmatekbd/
@ 2022-03-21 23:48 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-03-21 23:48 UTC (permalink / raw
To: gentoo-commits
commit: bdf0fc0b4f26fbb432031d352f69142792918972
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 23:47:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 23:47:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf0fc0b
mate-base/libmatekbd: fix BDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/libmatekbd/libmatekbd-1.26.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/mate-base/libmatekbd/libmatekbd-1.26.0.ebuild b/mate-base/libmatekbd/libmatekbd-1.26.0.ebuild
index c11ca8db9d5c..a4f82afebba3 100644
--- a/mate-base/libmatekbd/libmatekbd-1.26.0.ebuild
+++ b/mate-base/libmatekbd/libmatekbd-1.26.0.ebuild
@@ -32,7 +32,9 @@ COMMON_DEPEND="
RDEPEND="${COMMON_DEPEND}"
-BDEPEND="${COMMON_DEPEND}
+DEPEND="${COMMON_DEPEND}"
+
+BDEPEND="
dev-util/glib-utils
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mate-base/libmatekbd/
@ 2022-03-21 23:48 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-03-21 23:48 UTC (permalink / raw
To: gentoo-commits
commit: 12e0ad5934e29398004185958820f3fc3df984b2
Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Feb 17 12:04:54 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 23:45:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e0ad59
mate-base/libmatekbd: add 1.26.0
Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
mate-base/libmatekbd/Manifest | 1 +
mate-base/libmatekbd/libmatekbd-1.26.0.ebuild | 46 +++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/mate-base/libmatekbd/Manifest b/mate-base/libmatekbd/Manifest
index 521846e9db0d..892cdc5a5441 100644
--- a/mate-base/libmatekbd/Manifest
+++ b/mate-base/libmatekbd/Manifest
@@ -1 +1,2 @@
DIST libmatekbd-1.24.1.tar.xz 451404 BLAKE2B b05c469aabef69ba091ed4d9bdb4c207ed7f2042413c701d4a864cc514f1cc5b37b3750f01db544bf28fca712776a42262e6036043c5c1a9632789bf2f23d029 SHA512 982f973e90bd08c4068fc42f6c62d9d32f8ba4855f5616b3e4ce7167df787bd9dacf47fac3d95ddd0e7d622870bc394c1a22cfb929d0f3293c26095c2b5fe7e3
+DIST libmatekbd-1.26.0.tar.xz 453996 BLAKE2B 42b3933d27bde000cc599ba42223f01312db7d9b7a395378af4def91063dcdedeff66be43d35e6a763826c3fc0eafd354731c634a73a1d0b524a0cff6e38cc2d SHA512 1e8bdb331ecb97ccd54931ac59f0692af8665e7c0499a62b25ac69cfc6af1196b5198d707ef5e3985d8fe837a0813a014802b00760d32924af4f38b0df4b8b65
diff --git a/mate-base/libmatekbd/libmatekbd-1.26.0.ebuild b/mate-base/libmatekbd/libmatekbd-1.26.0.ebuild
new file mode 100644
index 000000000000..c11ca8db9d5c
--- /dev/null
+++ b/mate-base/libmatekbd/libmatekbd-1.26.0.ebuild
@@ -0,0 +1,46 @@
+# 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 ~riscv ~x86"
+fi
+
+DESCRIPTION="MATE keyboard configuration library"
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="X +introspection test"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.50:2
+ virtual/libintl
+ x11-libs/cairo
+ >=x11-libs/gdk-pixbuf-2.24:2
+ x11-libs/libX11
+ >=x11-libs/libxklavier-5.2:0[introspection?]
+ x11-libs/pango
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+"
+
+RDEPEND="${COMMON_DEPEND}"
+
+BDEPEND="${COMMON_DEPEND}
+ dev-util/glib-utils
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ $(use_with X x) \
+ $(use_enable introspection) \
+ $(use_enable test tests)
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-21 23:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-02 6:02 [gentoo-commits] repo/gentoo:master commit in: mate-base/libmatekbd/ Adam Feldman
-- strict thread matches above, loose matches on Subject: below --
2022-03-21 23:48 Sam James
2022-03-21 23:48 Sam James
2019-04-07 11:49 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox