diff --git a/metacity-3.37.1.tar.xz b/metacity-3.37.1.tar.xz deleted file mode 100644 index 9f1afeb43c7cf45054b1f17678ae0677a76c22e8..0000000000000000000000000000000000000000 Binary files a/metacity-3.37.1.tar.xz and /dev/null differ diff --git a/metacity-3.46.0.tar.xz b/metacity-3.46.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..039bf7ef134fe494fa5c25078b729b7a1fca5c32 Binary files /dev/null and b/metacity-3.46.0.tar.xz differ diff --git a/metacity.spec b/metacity.spec index 3671cde5ed6ffb14655ca0a531ff3bd8b35a61b4..8e93cc22401d243bb3586b46227afd792aadb3f8 100644 --- a/metacity.spec +++ b/metacity.spec @@ -1,22 +1,20 @@ Name: metacity -Version: 3.37.1 -Release: 3 +Version: 3.46.0 +Release: 1 Summary: Window Manager for the MATE and GNOME Flashback desktops License: GPLv2+ -URL: https://download.gnome.org/sources/metacity/ -Source0: https://download.gnome.org/sources/metacity/3.37/%{name}-%{version}.tar.xz +URL: https://wiki.gnome.org/Projects/Metacity +Source0: https://download.gnome.org/sources/metacity/3.46/metacity-%{version}.tar.xz BuildRequires: libXinerama-devel libSM-devel libICE-devel libX11-devel desktop-file-utils itstool -BuildRequires: autoconf, automake, gettext-devel, libtool, gnome-common yelp-tools zenity -BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 pkgconfig(gio-2.0) >= 2.44.0 +BuildRequires: autoconf, automake, gettext-devel, libtool, gnome-common yelp-tools zenity vulkan-devel +BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.6 pkgconfig(gio-2.0) >= 2.67.3 BuildRequires: pkgconfig(gsettings-desktop-schemas) pkgconfig(pango) -%if %{?openEuler:1}0 BuildRequires: pkgconfig(libcanberra-gtk3) -BuildRequires: pkgconfig(xres) vulkan-devel -%endif +BuildRequires: pkgconfig(xres) >= 1.2 BuildRequires: pkgconfig(libstartup-notification-1.0) pkgconfig(xcomposite) pkgconfig(xfixes) pkgconfig(xrender) -BuildRequires: pkgconfig(xdamage) pkgconfig(xrender) pkgconfig(xcursor) pkgconfig(libgtop-2.0) +BuildRequires: pkgconfig(xdamage) pkgconfig(xrender) pkgconfig(xcursor) pkgconfig(xpresent) pkgconfig(libgtop-2.0) Requires: startup-notification gsettings-desktop-schemas zenity Provides: firstboot(windowmanager) = metacity @@ -44,8 +42,6 @@ developing applications that use %{name}. rm -f src/org.gnome.metacity.gschema.valid %build -CPPFLAGS="$CPPFLAGS -I$RPM_BUILD_ROOT%{_includedir}" -export CPPFLAGS rm -f configure (if ! test -x configure; then autoreconf -i -f; fi; %configure \ @@ -86,6 +82,9 @@ make CPPFLAGS="$CPPFLAGS" LIBS="$LIBS" %{?_smp_mflags} %{_mandir}/man1/*.gz %changelog +* Mon May 08 2023 jammyjellyfish - 3.46.0-1 +- update to 3.46.0 + * Fri Apr 1 2022 wuchaochao - 3.37.1-3 - remove XResQueryClientIds to get pid and remove BuildRequires:vulkan-devel