[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2024-08-22 Thread Florian Schmaus
commit: 59613b9f67bce1b1b0702ff0ab69b0134ec3e39c
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Aug 22 09:27:47 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Aug 22 09:33:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59613b9f

x11-wm/metacity: stabilize 3.52.0 for amd64

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-wm/metacity/metacity-3.52.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/metacity/metacity-3.52.0.ebuild 
b/x11-wm/metacity/metacity-3.52.0.ebuild
index 3158e3f409bf..60f7ad76a4f2 100644
--- a/x11-wm/metacity/metacity-3.52.0.ebuild
+++ b/x11-wm/metacity/metacity-3.52.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 # TODO: libgtop could be optional, but no knob
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2024-05-28 Thread Florian Schmaus
commit: 1228c5e43cede0083c776882ecd569715d72080b
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue May 28 07:54:36 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue May 28 07:54:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1228c5e4

x11-wm/metacity: add 3.52.0

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-wm/metacity/Manifest   |  1 +
 x11-wm/metacity/metacity-3.52.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 29e6cccb32ad..27adb737324c 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1,2 +1,3 @@
 DIST metacity-3.46.1.tar.xz 1959060 BLAKE2B 
84dbe09dd8d6c7ce1894ed806cdc6cc5cc6c302ddf3aae5f7ef479f6c02ef6c2091bb1d815603f5d6e52d583192d43f47d835327e9e75cd626081becbf84bd8e
 SHA512 
f0d8424868edf8209eb4cbd003de68ab892a5b515a1aca7b3626bf52eb8451cb0477ab35f702177c9654604e06adce46471897edcb54931d95e60b36bef92b20
 DIST metacity-3.50.0.tar.xz 1959172 BLAKE2B 
a697bb0d820211abdd212a250d0ea6a698962b37b9e200c54dab51ca11bb1c9a65708dd8f098211d3d451da83f484d549f5fc33c63f391f42744a8046849ccd7
 SHA512 
2fd66f96b0603dfea652ad21f9749c3dbd68c847cda884a0e16f23766c9b61fcdfa693dcb83beb33c909487a7d9f7f5eb796096cfc772cc44c4b267ef1b08699
+DIST metacity-3.52.0.tar.xz 1960156 BLAKE2B 
e8d078f08c4d3a40a98b5d95aa0286adc4da518ca6a495768d9e31626862b03a3ad5da26928ccc3f337b9811fd5ffa927a37e5f9ab6a7b7c256052842207b5cf
 SHA512 
e49c8a45a26b9b43700e50787fef9e02a6c5abc5d8a809542acaf32f6e15ea756bf8398883e3c69707908e8556ae726d9764fc09f07b0beaa40f79a1490c361e

diff --git a/x11-wm/metacity/metacity-3.52.0.ebuild 
b/x11-wm/metacity/metacity-3.52.0.ebuild
new file mode 100644
index ..3158e3f409bf
--- /dev/null
+++ b/x11-wm/metacity/metacity-3.52.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback window manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+libcanberra vulkan xinerama"
+KEYWORDS="~amd64 ~riscv"
+
+# TODO: libgtop could be optional, but no knob
+RDEPEND="
+   >=dev-libs/glib-2.67.3:2
+   >=x11-libs/gtk+-3.24.6:3[X]
+   >=x11-libs/pango-1.2.0
+   >=x11-libs/libXcomposite-0.3
+   >=x11-libs/libXres-1.2
+   >=gnome-base/gsettings-desktop-schemas-3.3.0
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   x11-libs/libXpresent
+   libcanberra? ( media-libs/libcanberra[gtk3] )
+   >=x11-libs/startup-notification-0.7
+   x11-libs/libXcursor
+   gnome-base/libgtop:2=
+   x11-libs/libX11
+   xinerama? ( x11-libs/libXinerama )
+   x11-libs/libXrandr
+   x11-libs/libXext
+   x11-libs/libICE
+   x11-libs/libSM
+   gnome-extra/zenity
+   vulkan? ( media-libs/vulkan-loader )
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   vulkan? ( dev-util/vulkan-headers )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable libcanberra canberra) \
+   $(use_enable xinerama) \
+   $(use_enable vulkan)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2024-01-09 Thread Florian Schmaus
commit: 98e3ce9a90a6eb607212636cefc371845ccf3e7f
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Jan  9 15:31:50 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Jan  9 15:33:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e3ce9a

x11-wm/metacity: stabilize 3.50.0 for amd64

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-wm/metacity/metacity-3.50.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/metacity/metacity-3.50.0.ebuild 
b/x11-wm/metacity/metacity-3.50.0.ebuild
index 0076bb83bb0a..60f7ad76a4f2 100644
--- a/x11-wm/metacity/metacity-3.50.0.ebuild
+++ b/x11-wm/metacity/metacity-3.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 # TODO: libgtop could be optional, but no knob
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2023-09-26 Thread Florian Schmaus
commit: 98e601bd31d72c20a710004aa78887804dd96f74
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Sep 27 06:47:00 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Sep 27 06:58:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e601bd

x11-wm/metacity: add myself as a maintainer

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-wm/metacity/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/x11-wm/metacity/metadata.xml b/x11-wm/metacity/metadata.xml
index e6d1a7d56ae1..fd3e818e1e88 100644
--- a/x11-wm/metacity/metadata.xml
+++ b/x11-wm/metacity/metadata.xml
@@ -5,6 +5,10 @@
 gn...@gentoo.org
 Gentoo GNOME Desktop
   
+  
+f...@gentoo.org
+Florian Schmaus
+  
   
 Enable sound event support using 
media-libs/libcanberra
 Enable Vulkan based compositor support via 
META_COMPOSITOR=vulkan environment variable



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2023-09-26 Thread Florian Schmaus
commit: 65bdc5209b6c5413660d58a10b68a0cc947e0e9d
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat Sep 23 20:54:25 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Sep 27 06:58:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bdc520

x11-wm/metacity: Version bump to 3.50.0

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 x11-wm/metacity/Manifest   |  1 +
 x11-wm/metacity/metacity-3.50.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index e9abc90fc9bc..29e6cccb32ad 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1 +1,2 @@
 DIST metacity-3.46.1.tar.xz 1959060 BLAKE2B 
84dbe09dd8d6c7ce1894ed806cdc6cc5cc6c302ddf3aae5f7ef479f6c02ef6c2091bb1d815603f5d6e52d583192d43f47d835327e9e75cd626081becbf84bd8e
 SHA512 
f0d8424868edf8209eb4cbd003de68ab892a5b515a1aca7b3626bf52eb8451cb0477ab35f702177c9654604e06adce46471897edcb54931d95e60b36bef92b20
+DIST metacity-3.50.0.tar.xz 1959172 BLAKE2B 
a697bb0d820211abdd212a250d0ea6a698962b37b9e200c54dab51ca11bb1c9a65708dd8f098211d3d451da83f484d549f5fc33c63f391f42744a8046849ccd7
 SHA512 
2fd66f96b0603dfea652ad21f9749c3dbd68c847cda884a0e16f23766c9b61fcdfa693dcb83beb33c909487a7d9f7f5eb796096cfc772cc44c4b267ef1b08699

diff --git a/x11-wm/metacity/metacity-3.50.0.ebuild 
b/x11-wm/metacity/metacity-3.50.0.ebuild
new file mode 100644
index ..0076bb83bb0a
--- /dev/null
+++ b/x11-wm/metacity/metacity-3.50.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback window manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+libcanberra vulkan xinerama"
+KEYWORDS="~amd64 ~riscv"
+
+# TODO: libgtop could be optional, but no knob
+RDEPEND="
+   >=dev-libs/glib-2.67.3:2
+   >=x11-libs/gtk+-3.24.6:3[X]
+   >=x11-libs/pango-1.2.0
+   >=x11-libs/libXcomposite-0.3
+   >=x11-libs/libXres-1.2
+   >=gnome-base/gsettings-desktop-schemas-3.3.0
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   x11-libs/libXpresent
+   libcanberra? ( media-libs/libcanberra[gtk3] )
+   >=x11-libs/startup-notification-0.7
+   x11-libs/libXcursor
+   gnome-base/libgtop:2=
+   x11-libs/libX11
+   xinerama? ( x11-libs/libXinerama )
+   x11-libs/libXrandr
+   x11-libs/libXext
+   x11-libs/libICE
+   x11-libs/libSM
+   gnome-extra/zenity
+   vulkan? ( media-libs/vulkan-loader )
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   vulkan? ( dev-util/vulkan-headers )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable libcanberra canberra) \
+   $(use_enable xinerama) \
+   $(use_enable vulkan)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2023-03-03 Thread Arthur Zamarin
commit: 48d678688b66fa7a96c28303dc376e488c74e686
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar  3 18:49:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar  3 18:49:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d67868

x11-wm/metacity: Stabilize 3.46.1 amd64, #892705

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-wm/metacity/metacity-3.46.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/metacity/metacity-3.46.1.ebuild 
b/x11-wm/metacity/metacity-3.46.1.ebuild
index c27fd8cb6d9d..4c6c94dbe9e4 100644
--- a/x11-wm/metacity/metacity-3.46.1.ebuild
+++ b/x11-wm/metacity/metacity-3.46.1.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=8
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 # TODO: libgtop could be optional, but no knob
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2023-01-03 Thread Matt Turner
commit: f4e2533a848dbec70f5ebca579e3dab85345b739
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan  3 04:00:29 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan  3 14:07:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e2533a

x11-wm/metacity: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/metacity/Manifest   |  1 -
 x11-wm/metacity/metacity-3.46.0.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 60129c1242f0..e9abc90fc9bc 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1,2 +1 @@
-DIST metacity-3.46.0.tar.xz 1958124 BLAKE2B 
f7db5d38ab2c9aef8809f02ada76a453e712a471d59c3c991d0e1a5cfa1b9d37f901f38ef9057301a6232fca49846af0e80c6792bb5dcffa85694f64983d918f
 SHA512 
5a203a4190dc919ec83fa3f4f7a86aa1594c82051b4e5afb76eb11acb38c573367deca85dead64564e2e96304903cd84eb5b4fc904ddc0672677114103d299b2
 DIST metacity-3.46.1.tar.xz 1959060 BLAKE2B 
84dbe09dd8d6c7ce1894ed806cdc6cc5cc6c302ddf3aae5f7ef479f6c02ef6c2091bb1d815603f5d6e52d583192d43f47d835327e9e75cd626081becbf84bd8e
 SHA512 
f0d8424868edf8209eb4cbd003de68ab892a5b515a1aca7b3626bf52eb8451cb0477ab35f702177c9654604e06adce46471897edcb54931d95e60b36bef92b20

diff --git a/x11-wm/metacity/metacity-3.46.0.ebuild 
b/x11-wm/metacity/metacity-3.46.0.ebuild
deleted file mode 100644
index c27fd8cb6d9d..
--- a/x11-wm/metacity/metacity-3.46.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2
-
-DESCRIPTION="GNOME Flashback window manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64 ~riscv"
-
-# TODO: libgtop could be optional, but no knob
-RDEPEND="
-   >=dev-libs/glib-2.67.3:2
-   >=x11-libs/gtk+-3.24.6:3[X]
-   >=x11-libs/pango-1.2.0
-   >=x11-libs/libXcomposite-0.3
-   >=x11-libs/libXres-1.2
-   >=gnome-base/gsettings-desktop-schemas-3.3.0
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/libXdamage
-   x11-libs/libXpresent
-   libcanberra? ( media-libs/libcanberra[gtk3] )
-   >=x11-libs/startup-notification-0.7
-   x11-libs/libXcursor
-   gnome-base/libgtop:2=
-   x11-libs/libX11
-   xinerama? ( x11-libs/libXinerama )
-   x11-libs/libXrandr
-   x11-libs/libXext
-   x11-libs/libICE
-   x11-libs/libSM
-   gnome-extra/zenity
-   vulkan? ( media-libs/vulkan-loader )
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   vulkan? ( dev-util/vulkan-headers )
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.6
-   virtual/pkgconfig
-" # autoconf-archive for eautoreconf
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libcanberra canberra) \
-   $(use_enable xinerama) \
-   $(use_enable vulkan)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2023-01-01 Thread Matt Turner
commit: d0583dd0f31155d8797ca5c96f153f2e39948fc6
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Dec 28 14:05:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan  1 15:36:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0583dd0

x11-wm/metacity: Version bump to 3.46.1

Closes: https://github.com/gentoo/gentoo/pull/28873
Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/metacity/Manifest   |  1 +
 x11-wm/metacity/metacity-3.46.1.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 50a0520ad0f2..60129c1242f0 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1 +1,2 @@
 DIST metacity-3.46.0.tar.xz 1958124 BLAKE2B 
f7db5d38ab2c9aef8809f02ada76a453e712a471d59c3c991d0e1a5cfa1b9d37f901f38ef9057301a6232fca49846af0e80c6792bb5dcffa85694f64983d918f
 SHA512 
5a203a4190dc919ec83fa3f4f7a86aa1594c82051b4e5afb76eb11acb38c573367deca85dead64564e2e96304903cd84eb5b4fc904ddc0672677114103d299b2
+DIST metacity-3.46.1.tar.xz 1959060 BLAKE2B 
84dbe09dd8d6c7ce1894ed806cdc6cc5cc6c302ddf3aae5f7ef479f6c02ef6c2091bb1d815603f5d6e52d583192d43f47d835327e9e75cd626081becbf84bd8e
 SHA512 
f0d8424868edf8209eb4cbd003de68ab892a5b515a1aca7b3626bf52eb8451cb0477ab35f702177c9654604e06adce46471897edcb54931d95e60b36bef92b20

diff --git a/x11-wm/metacity/metacity-3.46.1.ebuild 
b/x11-wm/metacity/metacity-3.46.1.ebuild
new file mode 100644
index ..c27fd8cb6d9d
--- /dev/null
+++ b/x11-wm/metacity/metacity-3.46.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback window manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+libcanberra vulkan xinerama"
+KEYWORDS="~amd64 ~riscv"
+
+# TODO: libgtop could be optional, but no knob
+RDEPEND="
+   >=dev-libs/glib-2.67.3:2
+   >=x11-libs/gtk+-3.24.6:3[X]
+   >=x11-libs/pango-1.2.0
+   >=x11-libs/libXcomposite-0.3
+   >=x11-libs/libXres-1.2
+   >=gnome-base/gsettings-desktop-schemas-3.3.0
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   x11-libs/libXpresent
+   libcanberra? ( media-libs/libcanberra[gtk3] )
+   >=x11-libs/startup-notification-0.7
+   x11-libs/libXcursor
+   gnome-base/libgtop:2=
+   x11-libs/libX11
+   xinerama? ( x11-libs/libXinerama )
+   x11-libs/libXrandr
+   x11-libs/libXext
+   x11-libs/libICE
+   x11-libs/libSM
+   gnome-extra/zenity
+   vulkan? ( media-libs/vulkan-loader )
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   vulkan? ( dev-util/vulkan-headers )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable libcanberra canberra) \
+   $(use_enable xinerama) \
+   $(use_enable vulkan)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2022-12-03 Thread Matt Turner
commit: 3bf0acc008c482058be98ae9636fcf5878c37e15
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  4 01:32:16 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  4 02:37:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf0acc0

x11-wm/metacity: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/metacity/Manifest   |  1 -
 x11-wm/metacity/metacity-3.44.0.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 8fc059b0e5eb..50a0520ad0f2 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1,2 +1 @@
-DIST metacity-3.44.0.tar.xz 1973772 BLAKE2B 
24582202543d8f1c29632843615b841be1ec9b03fded4f22d92b50249d7ad9c2978f290633e5a9483f3dec0005b48d8f824e5dd1e4f6f42a52963285b8245f42
 SHA512 
3538a08633e13f727f8a8ff0c4dcf8cee411d3c4fa011b2391d94e47f3c27516b1fce9f742abb2d845571ae9c148097ced94b33d152919981eda4133e2eaa87e
 DIST metacity-3.46.0.tar.xz 1958124 BLAKE2B 
f7db5d38ab2c9aef8809f02ada76a453e712a471d59c3c991d0e1a5cfa1b9d37f901f38ef9057301a6232fca49846af0e80c6792bb5dcffa85694f64983d918f
 SHA512 
5a203a4190dc919ec83fa3f4f7a86aa1594c82051b4e5afb76eb11acb38c573367deca85dead64564e2e96304903cd84eb5b4fc904ddc0672677114103d299b2

diff --git a/x11-wm/metacity/metacity-3.44.0.ebuild 
b/x11-wm/metacity/metacity-3.44.0.ebuild
deleted file mode 100644
index 842bd646d0ef..
--- a/x11-wm/metacity/metacity-3.44.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2
-
-DESCRIPTION="GNOME Flashback window manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64 ~riscv"
-
-# TODO: libgtop could be optional, but no knob
-RDEPEND="
-   >=dev-libs/glib-2.67.3:2
-   >=x11-libs/gtk+-3.24.6:3[X]
-   >=x11-libs/pango-1.2.0
-   >=x11-libs/libXcomposite-0.3
-   >=gnome-base/gsettings-desktop-schemas-3.3.0
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/libXdamage
-   x11-libs/libXres
-   x11-libs/libXpresent
-   libcanberra? ( media-libs/libcanberra[gtk3] )
-   >=x11-libs/startup-notification-0.7
-   x11-libs/libXcursor
-   gnome-base/libgtop:2=
-   x11-libs/libX11
-   xinerama? ( x11-libs/libXinerama )
-   x11-libs/libXrandr
-   x11-libs/libXext
-   x11-libs/libICE
-   x11-libs/libSM
-   gnome-extra/zenity
-   vulkan? ( media-libs/vulkan-loader )
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   vulkan? ( dev-util/vulkan-headers )
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.6
-   virtual/pkgconfig
-" # autoconf-archive for eautoreconf
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libcanberra canberra) \
-   $(use_enable xinerama) \
-   $(use_enable vulkan)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2022-10-31 Thread Matt Turner
commit: eca500c5bdb71aa0663fbe47fb2c6ee34d0d4f24
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:20:53 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 31 20:30:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca500c5

x11-wm/metacity: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/metacity/metadata.xml | 19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/x11-wm/metacity/metadata.xml b/x11-wm/metacity/metadata.xml
index e685ec70a527..e6d1a7d56ae1 100644
--- a/x11-wm/metacity/metadata.xml
+++ b/x11-wm/metacity/metadata.xml
@@ -1,12 +1,15 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-
-   Enable sound event support using 
media-libs/libcanberra
-   Enable Vulkan based compositor support via 
META_COMPOSITOR=vulkan environment variable
-
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+Enable sound event support using 
media-libs/libcanberra
+Enable Vulkan based compositor support via 
META_COMPOSITOR=vulkan environment variable
+  
+  
+GNOME/metacity
+  
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2022-10-07 Thread Matt Turner
commit: c8ba7980c6ff9044340a1667e8c0ce323f570301
Author: Pascal Jäger  leimstift  de>
AuthorDate: Tue Oct  4 17:28:35 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct  7 22:29:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ba7980

x11-wm/metacity: Version bump to 3.46.0

Signed-off-by: Pascal Jäger  leimstift.de>
Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/metacity/Manifest   |  1 +
 x11-wm/metacity/metacity-3.46.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index ac7839844061..8fc059b0e5eb 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1 +1,2 @@
 DIST metacity-3.44.0.tar.xz 1973772 BLAKE2B 
24582202543d8f1c29632843615b841be1ec9b03fded4f22d92b50249d7ad9c2978f290633e5a9483f3dec0005b48d8f824e5dd1e4f6f42a52963285b8245f42
 SHA512 
3538a08633e13f727f8a8ff0c4dcf8cee411d3c4fa011b2391d94e47f3c27516b1fce9f742abb2d845571ae9c148097ced94b33d152919981eda4133e2eaa87e
+DIST metacity-3.46.0.tar.xz 1958124 BLAKE2B 
f7db5d38ab2c9aef8809f02ada76a453e712a471d59c3c991d0e1a5cfa1b9d37f901f38ef9057301a6232fca49846af0e80c6792bb5dcffa85694f64983d918f
 SHA512 
5a203a4190dc919ec83fa3f4f7a86aa1594c82051b4e5afb76eb11acb38c573367deca85dead64564e2e96304903cd84eb5b4fc904ddc0672677114103d299b2

diff --git a/x11-wm/metacity/metacity-3.46.0.ebuild 
b/x11-wm/metacity/metacity-3.46.0.ebuild
new file mode 100644
index ..c27fd8cb6d9d
--- /dev/null
+++ b/x11-wm/metacity/metacity-3.46.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback window manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+libcanberra vulkan xinerama"
+KEYWORDS="~amd64 ~riscv"
+
+# TODO: libgtop could be optional, but no knob
+RDEPEND="
+   >=dev-libs/glib-2.67.3:2
+   >=x11-libs/gtk+-3.24.6:3[X]
+   >=x11-libs/pango-1.2.0
+   >=x11-libs/libXcomposite-0.3
+   >=x11-libs/libXres-1.2
+   >=gnome-base/gsettings-desktop-schemas-3.3.0
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   x11-libs/libXpresent
+   libcanberra? ( media-libs/libcanberra[gtk3] )
+   >=x11-libs/startup-notification-0.7
+   x11-libs/libXcursor
+   gnome-base/libgtop:2=
+   x11-libs/libX11
+   xinerama? ( x11-libs/libXinerama )
+   x11-libs/libXrandr
+   x11-libs/libXext
+   x11-libs/libICE
+   x11-libs/libSM
+   gnome-extra/zenity
+   vulkan? ( media-libs/vulkan-loader )
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   vulkan? ( dev-util/vulkan-headers )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable libcanberra canberra) \
+   $(use_enable xinerama) \
+   $(use_enable vulkan)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2022-05-31 Thread Matt Turner
commit: 95ab92769576e954b29498897ad367c729c2fe2e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May 31 17:50:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 31 18:23:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ab9276

x11-wm/metacity: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/metacity/Manifest   |  1 -
 x11-wm/metacity/metacity-3.42.0.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 932abed36a5a..ac7839844061 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1,2 +1 @@
-DIST metacity-3.42.0.tar.xz 1969372 BLAKE2B 
0f6e5ab3f84dcc2e9c776a2eed9725311e5395d8761f2d4bc618d92d623c761252bee62bc4e17e4bea65706e248fecfa4c8a031d2be7d2728e0e736a38f23264
 SHA512 
5b2f22a798e50a332384acf7bc40104c1978184cb4448dcd55d35196e4736388c1fee6e0e63962f947354a17b3bc72a635413e7285224c8b3c1872379e47f24d
 DIST metacity-3.44.0.tar.xz 1973772 BLAKE2B 
24582202543d8f1c29632843615b841be1ec9b03fded4f22d92b50249d7ad9c2978f290633e5a9483f3dec0005b48d8f824e5dd1e4f6f42a52963285b8245f42
 SHA512 
3538a08633e13f727f8a8ff0c4dcf8cee411d3c4fa011b2391d94e47f3c27516b1fce9f742abb2d845571ae9c148097ced94b33d152919981eda4133e2eaa87e

diff --git a/x11-wm/metacity/metacity-3.42.0.ebuild 
b/x11-wm/metacity/metacity-3.42.0.ebuild
deleted file mode 100644
index d9b7ef4b14f5..
--- a/x11-wm/metacity/metacity-3.42.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome2
-
-DESCRIPTION="GNOME Flashback window manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64 ~riscv"
-
-# TODO: libgtop could be optional, but no knob
-RDEPEND="
-   >=dev-libs/glib-2.67.3:2
-   >=x11-libs/gtk+-3.24.6:3[X]
-   >=x11-libs/pango-1.2.0
-   >=x11-libs/libXcomposite-0.3
-   >=gnome-base/gsettings-desktop-schemas-3.3.0
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/libXdamage
-   x11-libs/libXres
-   x11-libs/libXpresent
-   libcanberra? ( media-libs/libcanberra[gtk3] )
-   >=x11-libs/startup-notification-0.7
-   x11-libs/libXcursor
-   gnome-base/libgtop:2=
-   x11-libs/libX11
-   xinerama? ( x11-libs/libXinerama )
-   x11-libs/libXrandr
-   x11-libs/libXext
-   x11-libs/libICE
-   x11-libs/libSM
-   gnome-extra/zenity
-   vulkan? ( media-libs/vulkan-loader )
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   vulkan? ( dev-util/vulkan-headers )
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.6
-   virtual/pkgconfig
-" # autoconf-archive for eautoreconf
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libcanberra canberra) \
-   $(use_enable xinerama) \
-   $(use_enable vulkan)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2022-03-27 Thread Matt Turner
commit: 77d50f8824bbaabb273439f40950777072fa4a45
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 27 18:53:34 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 27 18:57:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d50f88

x11-wm/metacity: Version bump to 3.44.0

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/metacity/Manifest   |  1 +
 x11-wm/metacity/metacity-3.44.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index e92d2adf9a1d..932abed36a5a 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1 +1,2 @@
 DIST metacity-3.42.0.tar.xz 1969372 BLAKE2B 
0f6e5ab3f84dcc2e9c776a2eed9725311e5395d8761f2d4bc618d92d623c761252bee62bc4e17e4bea65706e248fecfa4c8a031d2be7d2728e0e736a38f23264
 SHA512 
5b2f22a798e50a332384acf7bc40104c1978184cb4448dcd55d35196e4736388c1fee6e0e63962f947354a17b3bc72a635413e7285224c8b3c1872379e47f24d
+DIST metacity-3.44.0.tar.xz 1973772 BLAKE2B 
24582202543d8f1c29632843615b841be1ec9b03fded4f22d92b50249d7ad9c2978f290633e5a9483f3dec0005b48d8f824e5dd1e4f6f42a52963285b8245f42
 SHA512 
3538a08633e13f727f8a8ff0c4dcf8cee411d3c4fa011b2391d94e47f3c27516b1fce9f742abb2d845571ae9c148097ced94b33d152919981eda4133e2eaa87e

diff --git a/x11-wm/metacity/metacity-3.44.0.ebuild 
b/x11-wm/metacity/metacity-3.44.0.ebuild
new file mode 100644
index ..842bd646d0ef
--- /dev/null
+++ b/x11-wm/metacity/metacity-3.44.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback window manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+libcanberra vulkan xinerama"
+KEYWORDS="~amd64 ~riscv"
+
+# TODO: libgtop could be optional, but no knob
+RDEPEND="
+   >=dev-libs/glib-2.67.3:2
+   >=x11-libs/gtk+-3.24.6:3[X]
+   >=x11-libs/pango-1.2.0
+   >=x11-libs/libXcomposite-0.3
+   >=gnome-base/gsettings-desktop-schemas-3.3.0
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   x11-libs/libXres
+   x11-libs/libXpresent
+   libcanberra? ( media-libs/libcanberra[gtk3] )
+   >=x11-libs/startup-notification-0.7
+   x11-libs/libXcursor
+   gnome-base/libgtop:2=
+   x11-libs/libX11
+   xinerama? ( x11-libs/libXinerama )
+   x11-libs/libXrandr
+   x11-libs/libXext
+   x11-libs/libICE
+   x11-libs/libSM
+   gnome-extra/zenity
+   vulkan? ( media-libs/vulkan-loader )
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   vulkan? ( dev-util/vulkan-headers )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable libcanberra canberra) \
+   $(use_enable xinerama) \
+   $(use_enable vulkan)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2022-01-24 Thread Matt Turner
commit: 0abd7a70019908c6a374616886b7fe16825ebf3c
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jan 24 21:19:19 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jan 24 22:42:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abd7a70

x11-wm/metacity: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/metacity/Manifest   |  1 -
 x11-wm/metacity/metacity-3.40.0.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 4afbd165fcbb..e92d2adf9a1d 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1,2 +1 @@
-DIST metacity-3.40.0.tar.xz 1970260 BLAKE2B 
4ccd38b0ceaeef7145d28b1f4e579aebe75e1506af8097e97e5422f39e04ae9d1e259f17cc08dc68fe71d4eb082311c736dbcfafb4a3a775f6ddcce5ce77b859
 SHA512 
f9eeb0b08bb302c5fb0d174a4df97b253255741d507e94200820d3ebe9e89f179c9096b8e56798836fc84cbe1ac76b27fee6762f3d41373280c4726bc7cba2ff
 DIST metacity-3.42.0.tar.xz 1969372 BLAKE2B 
0f6e5ab3f84dcc2e9c776a2eed9725311e5395d8761f2d4bc618d92d623c761252bee62bc4e17e4bea65706e248fecfa4c8a031d2be7d2728e0e736a38f23264
 SHA512 
5b2f22a798e50a332384acf7bc40104c1978184cb4448dcd55d35196e4736388c1fee6e0e63962f947354a17b3bc72a635413e7285224c8b3c1872379e47f24d

diff --git a/x11-wm/metacity/metacity-3.40.0.ebuild 
b/x11-wm/metacity/metacity-3.40.0.ebuild
deleted file mode 100644
index c20c6eb395e7..
--- a/x11-wm/metacity/metacity-3.40.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome2
-
-DESCRIPTION="GNOME Flashback window manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64 ~riscv"
-
-# TODO: libgtop could be optional, but no knob
-RDEPEND="
-   >=dev-libs/glib-2.67.3:2
-   >=x11-libs/gtk+-3.22.0:3[X]
-   >=x11-libs/pango-1.2.0
-   >=x11-libs/libXcomposite-0.3
-   >=gnome-base/gsettings-desktop-schemas-3.3.0
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/libXdamage
-   x11-libs/libXres
-   x11-libs/libXpresent
-   libcanberra? ( media-libs/libcanberra[gtk3] )
-   >=x11-libs/startup-notification-0.7
-   x11-libs/libXcursor
-   gnome-base/libgtop:2=
-   x11-libs/libX11
-   xinerama? ( x11-libs/libXinerama )
-   x11-libs/libXrandr
-   x11-libs/libXext
-   x11-libs/libICE
-   x11-libs/libSM
-   gnome-extra/zenity
-   vulkan? ( media-libs/vulkan-loader )
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   vulkan? ( dev-util/vulkan-headers )
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.6
-   virtual/pkgconfig
-" # autoconf-archive for eautoreconf
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libcanberra canberra) \
-   $(use_enable xinerama) \
-   $(use_enable vulkan)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2022-01-17 Thread Matt Turner
commit: 86340e9ce8f45ff3b7dbb6f3a45675560303a253
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jan 17 22:45:28 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jan 17 23:18:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86340e9c

x11-wm/metacity: Version bump to 3.42.0

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/metacity/Manifest   |  1 +
 x11-wm/metacity/metacity-3.42.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index d768653ed798..4afbd165fcbb 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1 +1,2 @@
 DIST metacity-3.40.0.tar.xz 1970260 BLAKE2B 
4ccd38b0ceaeef7145d28b1f4e579aebe75e1506af8097e97e5422f39e04ae9d1e259f17cc08dc68fe71d4eb082311c736dbcfafb4a3a775f6ddcce5ce77b859
 SHA512 
f9eeb0b08bb302c5fb0d174a4df97b253255741d507e94200820d3ebe9e89f179c9096b8e56798836fc84cbe1ac76b27fee6762f3d41373280c4726bc7cba2ff
+DIST metacity-3.42.0.tar.xz 1969372 BLAKE2B 
0f6e5ab3f84dcc2e9c776a2eed9725311e5395d8761f2d4bc618d92d623c761252bee62bc4e17e4bea65706e248fecfa4c8a031d2be7d2728e0e736a38f23264
 SHA512 
5b2f22a798e50a332384acf7bc40104c1978184cb4448dcd55d35196e4736388c1fee6e0e63962f947354a17b3bc72a635413e7285224c8b3c1872379e47f24d

diff --git a/x11-wm/metacity/metacity-3.42.0.ebuild 
b/x11-wm/metacity/metacity-3.42.0.ebuild
new file mode 100644
index ..d9b7ef4b14f5
--- /dev/null
+++ b/x11-wm/metacity/metacity-3.42.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback window manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+libcanberra vulkan xinerama"
+KEYWORDS="~amd64 ~riscv"
+
+# TODO: libgtop could be optional, but no knob
+RDEPEND="
+   >=dev-libs/glib-2.67.3:2
+   >=x11-libs/gtk+-3.24.6:3[X]
+   >=x11-libs/pango-1.2.0
+   >=x11-libs/libXcomposite-0.3
+   >=gnome-base/gsettings-desktop-schemas-3.3.0
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   x11-libs/libXres
+   x11-libs/libXpresent
+   libcanberra? ( media-libs/libcanberra[gtk3] )
+   >=x11-libs/startup-notification-0.7
+   x11-libs/libXcursor
+   gnome-base/libgtop:2=
+   x11-libs/libX11
+   xinerama? ( x11-libs/libXinerama )
+   x11-libs/libXrandr
+   x11-libs/libXext
+   x11-libs/libICE
+   x11-libs/libSM
+   gnome-extra/zenity
+   vulkan? ( media-libs/vulkan-loader )
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   vulkan? ( dev-util/vulkan-headers )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable libcanberra canberra) \
+   $(use_enable xinerama) \
+   $(use_enable vulkan)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2021-12-30 Thread Yixun Lan
commit: 19791b1c21b55118f7b86c2dc928fbbc6d80ffdf
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Dec 26 06:12:22 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Dec 31 03:40:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19791b1c

x11-wm/metacity: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 x11-wm/metacity/metacity-3.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/metacity/metacity-3.40.0.ebuild 
b/x11-wm/metacity/metacity-3.40.0.ebuild
index 590fac68d685..c20c6eb395e7 100644
--- a/x11-wm/metacity/metacity-3.40.0.ebuild
+++ b/x11-wm/metacity/metacity-3.40.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 # TODO: libgtop could be optional, but no knob
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2021-10-09 Thread Mart Raudsepp
commit: beb872fad41b43e471880e899bc32ca0093bf8e3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct  9 11:30:50 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct  9 16:40:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb872fa

x11-wm/metacity: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-wm/metacity/Manifest   |  1 -
 x11-wm/metacity/metacity-3.36.1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 098bb26fefa..d768653ed79 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1,2 +1 @@
-DIST metacity-3.36.1.tar.xz 2063452 BLAKE2B 
2dd7b1c63e0b5f87ce4518d7d42d472223717012a46dd826dfda3c88f7e647809e6bf2449a28bd38573342fd5fec94e2233db958658ea4320b22c5451390e451
 SHA512 
98e73036cca238b713a112194b2cd7a866bcf7d08ef29fb590054b69a1bd807699317a51f9b851f9c474ae2557e27dc9fc4a52d7c436d93ad4a02babef68feeb
 DIST metacity-3.40.0.tar.xz 1970260 BLAKE2B 
4ccd38b0ceaeef7145d28b1f4e579aebe75e1506af8097e97e5422f39e04ae9d1e259f17cc08dc68fe71d4eb082311c736dbcfafb4a3a775f6ddcce5ce77b859
 SHA512 
f9eeb0b08bb302c5fb0d174a4df97b253255741d507e94200820d3ebe9e89f179c9096b8e56798836fc84cbe1ac76b27fee6762f3d41373280c4726bc7cba2ff

diff --git a/x11-wm/metacity/metacity-3.36.1.ebuild 
b/x11-wm/metacity/metacity-3.36.1.ebuild
deleted file mode 100644
index bc33e8f6558..000
--- a/x11-wm/metacity/metacity-3.36.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME Flashback window manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64"
-
-# TODO: libgtop could be optional, but no knob
-RDEPEND="
-   >=dev-libs/glib-2.44.0:2
-   >=x11-libs/gtk+-3.22.0:3[X]
-   >=x11-libs/pango-1.2.0
-   >=x11-libs/libXcomposite-0.3
-   >=gnome-base/gsettings-desktop-schemas-3.3.0
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/libXdamage
-   libcanberra? ( media-libs/libcanberra[gtk3] )
-   >=x11-libs/startup-notification-0.7
-   x11-libs/libXcursor
-   gnome-base/libgtop:2=
-   x11-libs/libX11
-   xinerama? ( x11-libs/libXinerama )
-   x11-libs/libXrandr
-   x11-libs/libXext
-   x11-libs/libICE
-   x11-libs/libSM
-   gnome-extra/zenity
-   vulkan? ( media-libs/vulkan-loader )
-"
-DEPEND="${RDEPEND}
-   vulkan? ( dev-util/vulkan-headers )
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.4
-   x11-base/xorg-proto
-   virtual/pkgconfig
-" # autoconf-archive for eautoreconf
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libcanberra canberra) \
-   $(use_enable xinerama) \
-   $(use_enable vulkan)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2021-05-01 Thread Matt Turner
commit: cb6e8e5fe3ff3eb42b137e08062b9c84a5723fd6
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 13:11:14 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 13:34:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6e8e5f

x11-wm/metacity: Version bump to 3.40.0

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/metacity/Manifest   |  1 +
 x11-wm/metacity/metacity-3.40.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 104d7a4c8d5..098bb26fefa 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1 +1,2 @@
 DIST metacity-3.36.1.tar.xz 2063452 BLAKE2B 
2dd7b1c63e0b5f87ce4518d7d42d472223717012a46dd826dfda3c88f7e647809e6bf2449a28bd38573342fd5fec94e2233db958658ea4320b22c5451390e451
 SHA512 
98e73036cca238b713a112194b2cd7a866bcf7d08ef29fb590054b69a1bd807699317a51f9b851f9c474ae2557e27dc9fc4a52d7c436d93ad4a02babef68feeb
+DIST metacity-3.40.0.tar.xz 1970260 BLAKE2B 
4ccd38b0ceaeef7145d28b1f4e579aebe75e1506af8097e97e5422f39e04ae9d1e259f17cc08dc68fe71d4eb082311c736dbcfafb4a3a775f6ddcce5ce77b859
 SHA512 
f9eeb0b08bb302c5fb0d174a4df97b253255741d507e94200820d3ebe9e89f179c9096b8e56798836fc84cbe1ac76b27fee6762f3d41373280c4726bc7cba2ff

diff --git a/x11-wm/metacity/metacity-3.40.0.ebuild 
b/x11-wm/metacity/metacity-3.40.0.ebuild
new file mode 100644
index 000..590fac68d68
--- /dev/null
+++ b/x11-wm/metacity/metacity-3.40.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback window manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+libcanberra vulkan xinerama"
+KEYWORDS="~amd64"
+
+# TODO: libgtop could be optional, but no knob
+RDEPEND="
+   >=dev-libs/glib-2.67.3:2
+   >=x11-libs/gtk+-3.22.0:3[X]
+   >=x11-libs/pango-1.2.0
+   >=x11-libs/libXcomposite-0.3
+   >=gnome-base/gsettings-desktop-schemas-3.3.0
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   x11-libs/libXres
+   x11-libs/libXpresent
+   libcanberra? ( media-libs/libcanberra[gtk3] )
+   >=x11-libs/startup-notification-0.7
+   x11-libs/libXcursor
+   gnome-base/libgtop:2=
+   x11-libs/libX11
+   xinerama? ( x11-libs/libXinerama )
+   x11-libs/libXrandr
+   x11-libs/libXext
+   x11-libs/libICE
+   x11-libs/libSM
+   gnome-extra/zenity
+   vulkan? ( media-libs/vulkan-loader )
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   vulkan? ( dev-util/vulkan-headers )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable libcanberra canberra) \
+   $(use_enable xinerama) \
+   $(use_enable vulkan)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2020-11-07 Thread Mart Raudsepp
commit: b2f6560bc528d9a1de820d98f42c45c01e868793
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Nov  7 17:39:54 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Nov  7 17:39:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f6560b

x11-wm/metacity: remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-wm/metacity/Manifest   |  1 -
 x11-wm/metacity/metacity-3.34.1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 248f48fc3cc..104d7a4c8d5 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1,2 +1 @@
-DIST metacity-3.34.1.tar.xz 2055708 BLAKE2B 
c1bac27f83d26718fa3d02f777a627324efc3e3eaffbf385a84dd97960adc30e84090f511500fe96a4fbbb373da80a38eaba4c5e14910fbcf8783857c0767ef2
 SHA512 
e9234ad0aee9fe27cf1c2030e31d8f2c292ae2ee2e9b8546ed86e396152faa9dc4cc67fa8321a0c3d3bf577a83bc143111c6ac225f423db243347a6a760695ee
 DIST metacity-3.36.1.tar.xz 2063452 BLAKE2B 
2dd7b1c63e0b5f87ce4518d7d42d472223717012a46dd826dfda3c88f7e647809e6bf2449a28bd38573342fd5fec94e2233db958658ea4320b22c5451390e451
 SHA512 
98e73036cca238b713a112194b2cd7a866bcf7d08ef29fb590054b69a1bd807699317a51f9b851f9c474ae2557e27dc9fc4a52d7c436d93ad4a02babef68feeb

diff --git a/x11-wm/metacity/metacity-3.34.1.ebuild 
b/x11-wm/metacity/metacity-3.34.1.ebuild
deleted file mode 100644
index bc7f2172a50..000
--- a/x11-wm/metacity/metacity-3.34.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME Flashback window manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64"
-
-# TODO: libgtop could be optional, but no knob
-RDEPEND="
-   >=dev-libs/glib-2.44.0:2
-   >=x11-libs/gtk+-3.22.0:3[X]
-   >=x11-libs/pango-1.2.0[X]
-   >=x11-libs/libXcomposite-0.3
-   >=gnome-base/gsettings-desktop-schemas-3.3.0
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/libXdamage
-   libcanberra? ( media-libs/libcanberra[gtk3] )
-   >=x11-libs/startup-notification-0.7
-   x11-libs/libXcursor
-   gnome-base/libgtop:2=
-   x11-libs/libX11
-   xinerama? ( x11-libs/libXinerama )
-   x11-libs/libXrandr
-   x11-libs/libXext
-   x11-libs/libICE
-   x11-libs/libSM
-   gnome-extra/zenity
-   vulkan? ( media-libs/vulkan-loader )
-"
-DEPEND="${RDEPEND}
-   vulkan? ( dev-util/vulkan-headers )
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.4
-   x11-base/xorg-proto
-   virtual/pkgconfig
-" # autoconf-archive for eautoreconf
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libcanberra canberra) \
-   $(use_enable xinerama) \
-   $(use_enable vulkan)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2020-07-12 Thread Mart Raudsepp
commit: 8e1b625bdc162675f8a67f3b60aa5c33b65da0d4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 12 12:45:55 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 12 21:02:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1b625b

x11-wm/metacity: bump to 3.36.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-wm/metacity/Manifest   |  1 +
 x11-wm/metacity/metacity-3.36.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index 5f5a2a7a030..248f48fc3cc 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1 +1,2 @@
 DIST metacity-3.34.1.tar.xz 2055708 BLAKE2B 
c1bac27f83d26718fa3d02f777a627324efc3e3eaffbf385a84dd97960adc30e84090f511500fe96a4fbbb373da80a38eaba4c5e14910fbcf8783857c0767ef2
 SHA512 
e9234ad0aee9fe27cf1c2030e31d8f2c292ae2ee2e9b8546ed86e396152faa9dc4cc67fa8321a0c3d3bf577a83bc143111c6ac225f423db243347a6a760695ee
+DIST metacity-3.36.1.tar.xz 2063452 BLAKE2B 
2dd7b1c63e0b5f87ce4518d7d42d472223717012a46dd826dfda3c88f7e647809e6bf2449a28bd38573342fd5fec94e2233db958658ea4320b22c5451390e451
 SHA512 
98e73036cca238b713a112194b2cd7a866bcf7d08ef29fb590054b69a1bd807699317a51f9b851f9c474ae2557e27dc9fc4a52d7c436d93ad4a02babef68feeb

diff --git a/x11-wm/metacity/metacity-3.36.1.ebuild 
b/x11-wm/metacity/metacity-3.36.1.ebuild
new file mode 100644
index 000..bc33e8f6558
--- /dev/null
+++ b/x11-wm/metacity/metacity-3.36.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback window manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+libcanberra vulkan xinerama"
+KEYWORDS="~amd64"
+
+# TODO: libgtop could be optional, but no knob
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.22.0:3[X]
+   >=x11-libs/pango-1.2.0
+   >=x11-libs/libXcomposite-0.3
+   >=gnome-base/gsettings-desktop-schemas-3.3.0
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   libcanberra? ( media-libs/libcanberra[gtk3] )
+   >=x11-libs/startup-notification-0.7
+   x11-libs/libXcursor
+   gnome-base/libgtop:2=
+   x11-libs/libX11
+   xinerama? ( x11-libs/libXinerama )
+   x11-libs/libXrandr
+   x11-libs/libXext
+   x11-libs/libICE
+   x11-libs/libSM
+   gnome-extra/zenity
+   vulkan? ( media-libs/vulkan-loader )
+"
+DEPEND="${RDEPEND}
+   vulkan? ( dev-util/vulkan-headers )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.4
+   x11-base/xorg-proto
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable libcanberra canberra) \
+   $(use_enable xinerama) \
+   $(use_enable vulkan)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2020-04-25 Thread Mart Raudsepp
commit: 19af345b55a9a65e4ddf6629c6ec14660387a2ee
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 21:10:06 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 21:10:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19af345b

x11-wm/metacity: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-wm/metacity/Manifest   |  1 -
 x11-wm/metacity/metacity-3.32.0.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index fb5b2559632..5f5a2a7a030 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1,2 +1 @@
-DIST metacity-3.32.0.tar.xz 2055388 BLAKE2B 
c8ed41e44b0a4890129fe7e79e2dcd486c986541c6b19b8873264f2c179b98c17095f19fbd93290ad253571d0c9ae5f5367df1fe1ba2ac68685139680a2e3afd
 SHA512 
2260411b9ab07fcd1aee8152d700f1e2aa7f1f0753cae6dab82a55cac2cac186a5c9f42377a311a6f90a53ba8ba200d9f5d73a770abc76b558896cd58c30abde
 DIST metacity-3.34.1.tar.xz 2055708 BLAKE2B 
c1bac27f83d26718fa3d02f777a627324efc3e3eaffbf385a84dd97960adc30e84090f511500fe96a4fbbb373da80a38eaba4c5e14910fbcf8783857c0767ef2
 SHA512 
e9234ad0aee9fe27cf1c2030e31d8f2c292ae2ee2e9b8546ed86e396152faa9dc4cc67fa8321a0c3d3bf577a83bc143111c6ac225f423db243347a6a760695ee

diff --git a/x11-wm/metacity/metacity-3.32.0.ebuild 
b/x11-wm/metacity/metacity-3.32.0.ebuild
deleted file mode 100644
index 1522fd20cf9..000
--- a/x11-wm/metacity/metacity-3.32.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME Flashback window manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64"
-
-# TODO: libgtop could be optional, but no knob
-RDEPEND="
-   >=dev-libs/glib-2.44.0:2
-   >=x11-libs/gtk+-3.22.0:3[X]
-   >=x11-libs/pango-1.2.0[X]
-   >=x11-libs/libXcomposite-0.3
-   >=gnome-base/gsettings-desktop-schemas-3.3.0
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/libXdamage
-   libcanberra? ( media-libs/libcanberra[gtk3] )
-   >=x11-libs/startup-notification-0.7
-   x11-libs/libXcursor
-   gnome-base/libgtop:2=
-   x11-libs/libX11
-   xinerama? ( x11-libs/libXinerama )
-   x11-libs/libXrandr
-   x11-libs/libXext
-   x11-libs/libICE
-   x11-libs/libSM
-   gnome-extra/zenity
-   vulkan? ( media-libs/vulkan-loader )
-"
-DEPEND="${RDEPEND}
-   vulkan? ( dev-util/vulkan-headers )
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.4
-   x11-base/xorg-proto
-   virtual/pkgconfig
-" # autoconf-archive for eautoreconf
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libcanberra canberra) \
-   $(use_enable xinerama) \
-   $(use_enable vulkan)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2020-03-01 Thread Mart Raudsepp
commit: a2bd306c7e4934ae4dd928e8b5403fb620af8ffe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar  1 09:13:49 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar  1 16:17:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bd306c

x11-wm/metacity: bump to 3.34.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-wm/metacity/Manifest   |  1 +
 x11-wm/metacity/metacity-3.34.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index fc14f9aea69..fb5b2559632 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1 +1,2 @@
 DIST metacity-3.32.0.tar.xz 2055388 BLAKE2B 
c8ed41e44b0a4890129fe7e79e2dcd486c986541c6b19b8873264f2c179b98c17095f19fbd93290ad253571d0c9ae5f5367df1fe1ba2ac68685139680a2e3afd
 SHA512 
2260411b9ab07fcd1aee8152d700f1e2aa7f1f0753cae6dab82a55cac2cac186a5c9f42377a311a6f90a53ba8ba200d9f5d73a770abc76b558896cd58c30abde
+DIST metacity-3.34.1.tar.xz 2055708 BLAKE2B 
c1bac27f83d26718fa3d02f777a627324efc3e3eaffbf385a84dd97960adc30e84090f511500fe96a4fbbb373da80a38eaba4c5e14910fbcf8783857c0767ef2
 SHA512 
e9234ad0aee9fe27cf1c2030e31d8f2c292ae2ee2e9b8546ed86e396152faa9dc4cc67fa8321a0c3d3bf577a83bc143111c6ac225f423db243347a6a760695ee

diff --git a/x11-wm/metacity/metacity-3.34.1.ebuild 
b/x11-wm/metacity/metacity-3.34.1.ebuild
new file mode 100644
index 000..bc7f2172a50
--- /dev/null
+++ b/x11-wm/metacity/metacity-3.34.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback window manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+libcanberra vulkan xinerama"
+KEYWORDS="~amd64"
+
+# TODO: libgtop could be optional, but no knob
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.22.0:3[X]
+   >=x11-libs/pango-1.2.0[X]
+   >=x11-libs/libXcomposite-0.3
+   >=gnome-base/gsettings-desktop-schemas-3.3.0
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   libcanberra? ( media-libs/libcanberra[gtk3] )
+   >=x11-libs/startup-notification-0.7
+   x11-libs/libXcursor
+   gnome-base/libgtop:2=
+   x11-libs/libX11
+   xinerama? ( x11-libs/libXinerama )
+   x11-libs/libXrandr
+   x11-libs/libXext
+   x11-libs/libICE
+   x11-libs/libSM
+   gnome-extra/zenity
+   vulkan? ( media-libs/vulkan-loader )
+"
+DEPEND="${RDEPEND}
+   vulkan? ( dev-util/vulkan-headers )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.4
+   x11-base/xorg-proto
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable libcanberra canberra) \
+   $(use_enable xinerama) \
+   $(use_enable vulkan)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2019-06-21 Thread Mart Raudsepp
commit: 9d42088f2ef49248955eb86afd88dd45ecb8511b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jun 21 21:52:09 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jun 21 21:54:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d42088f

x11-wm/metacity: add 3.32.0 for GNOME Flashback session

Bug: https://bugs.gentoo.org/680326
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-wm/metacity/Manifest   |  1 +
 x11-wm/metacity/metacity-3.32.0.ebuild | 52 ++
 x11-wm/metacity/metadata.xml   | 12 
 3 files changed, 65 insertions(+)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
new file mode 100644
index 000..fc14f9aea69
--- /dev/null
+++ b/x11-wm/metacity/Manifest
@@ -0,0 +1 @@
+DIST metacity-3.32.0.tar.xz 2055388 BLAKE2B 
c8ed41e44b0a4890129fe7e79e2dcd486c986541c6b19b8873264f2c179b98c17095f19fbd93290ad253571d0c9ae5f5367df1fe1ba2ac68685139680a2e3afd
 SHA512 
2260411b9ab07fcd1aee8152d700f1e2aa7f1f0753cae6dab82a55cac2cac186a5c9f42377a311a6f90a53ba8ba200d9f5d73a770abc76b558896cd58c30abde

diff --git a/x11-wm/metacity/metacity-3.32.0.ebuild 
b/x11-wm/metacity/metacity-3.32.0.ebuild
new file mode 100644
index 000..1522fd20cf9
--- /dev/null
+++ b/x11-wm/metacity/metacity-3.32.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="GNOME Flashback window manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+libcanberra vulkan xinerama"
+KEYWORDS="~amd64"
+
+# TODO: libgtop could be optional, but no knob
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.22.0:3[X]
+   >=x11-libs/pango-1.2.0[X]
+   >=x11-libs/libXcomposite-0.3
+   >=gnome-base/gsettings-desktop-schemas-3.3.0
+   x11-libs/libXfixes
+   x11-libs/libXrender
+   x11-libs/libXdamage
+   libcanberra? ( media-libs/libcanberra[gtk3] )
+   >=x11-libs/startup-notification-0.7
+   x11-libs/libXcursor
+   gnome-base/libgtop:2=
+   x11-libs/libX11
+   xinerama? ( x11-libs/libXinerama )
+   x11-libs/libXrandr
+   x11-libs/libXext
+   x11-libs/libICE
+   x11-libs/libSM
+   gnome-extra/zenity
+   vulkan? ( media-libs/vulkan-loader )
+"
+DEPEND="${RDEPEND}
+   vulkan? ( dev-util/vulkan-headers )
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.4
+   x11-base/xorg-proto
+   virtual/pkgconfig
+" # autoconf-archive for eautoreconf
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable libcanberra canberra) \
+   $(use_enable xinerama) \
+   $(use_enable vulkan)
+}

diff --git a/x11-wm/metacity/metadata.xml b/x11-wm/metacity/metadata.xml
new file mode 100644
index 000..0777242d843
--- /dev/null
+++ b/x11-wm/metacity/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+
+   Enable sound event support using 
media-libs/libcanberra
+   Enable Vulkan based compositor support via 
META_COMPOSITOR=vulkan environment variable
+
+