|
@@ -3,26 +3,39 @@
|
|
Summary: Metacity window manager
|
|
Summary: Metacity window manager
|
|
Summary(ja): Metacity ウインドウマネージャ
|
|
Summary(ja): Metacity ウインドウマネージャ
|
|
Name: metacity
|
|
Name: metacity
|
|
-Version: 3.36.1
|
|
+Version: 3.40.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
+Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
|
|
URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
|
|
License: GPL
|
|
License: GPL
|
|
-%global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
|
|
+%global shortver %(echo %{version} | cut -d . -f 1-2)
|
|
Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
|
|
Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gtk3-devel >= 3.15.2
|
|
BuildRequires: gtk3-devel >= 3.15.2
|
|
|
|
+BuildRequires: glib2-devel
|
|
|
|
+BuildRequires: pango-devel
|
|
BuildRequires: gsettings-desktop-schemas-devel >= 3.3.0
|
|
BuildRequires: gsettings-desktop-schemas-devel >= 3.3.0
|
|
|
|
+BuildRequires: libXcomposite-devel
|
|
|
|
+BuildRequires: libXfixes-devel
|
|
|
|
+BuildRequires: libXrender-devel
|
|
|
|
+BuildRequires: libXdamage-devel
|
|
|
|
+BuildRequires: libXres-devel
|
|
|
|
+BuildRequires: libXpresent-devel
|
|
BuildRequires: libcanberra-gtk3-devel
|
|
BuildRequires: libcanberra-gtk3-devel
|
|
BuildRequires: startup-notification-devel >= 0.7
|
|
BuildRequires: startup-notification-devel >= 0.7
|
|
|
|
+BuildRequires: libXcursor-devel
|
|
BuildRequires: libgtop2-devel
|
|
BuildRequires: libgtop2-devel
|
|
|
|
+BuildRequires: libICE-devel
|
|
|
|
+BuildRequires: libXinerama-devel
|
|
|
|
+BuildRequires: libX11-devel
|
|
|
|
+BuildRequires: libXrandr-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libSM-devel
|
|
-BuildRequires: vulkan-devel
|
|
|
|
BuildRequires: zenity
|
|
BuildRequires: zenity
|
|
-BuildRequires: libtool, automake, autoconf
|
|
+BuildRequires: vulkan-devel
|
|
BuildRequires: yelp-tools
|
|
BuildRequires: yelp-tools
|
|
|
|
|
|
Requires: vine-themes
|
|
Requires: vine-themes
|
|
@@ -34,7 +47,7 @@ the GNOME desktop.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for metacity
|
|
Summary: Development files for metacity
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: gtk3-devel, libX11-devel
|
|
Requires: gtk3-devel, libX11-devel
|
|
Requires: pkgconfig
|
|
Requires: pkgconfig
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
@@ -46,6 +59,9 @@ programs using the metacity-private library, since it is a private
|
|
API. This package exists purely for technical reasons.
|
|
API. This package exists purely for technical reasons.
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
@@ -70,43 +86,33 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
-%postun
|
|
|
|
-if [ $1 -eq 0 ]; then
|
|
|
|
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
-fi
|
|
|
|
-
|
|
|
|
-%posttrans
|
|
|
|
-glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%files -f %{gettext_package}.lang
|
|
%files -f %{gettext_package}.lang
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%license COPYING
|
|
%license COPYING
|
|
%doc README AUTHORS NEWS HACKING doc/theme-format.txt doc/metacity-theme.dtd
|
|
%doc README AUTHORS NEWS HACKING doc/theme-format.txt doc/metacity-theme.dtd
|
|
%{_bindir}/metacity
|
|
%{_bindir}/metacity
|
|
%{_bindir}/metacity-message
|
|
%{_bindir}/metacity-message
|
|
-%{_datadir}/metacity
|
|
+%{_datadir}/glib-2.0/schemas/*
|
|
|
|
+%{_datadir}/gnome-control-center/keybindings/*
|
|
%{_libdir}/lib*.so.*
|
|
%{_libdir}/lib*.so.*
|
|
%{_mandir}/man1/metacity.1.gz
|
|
%{_mandir}/man1/metacity.1.gz
|
|
%{_mandir}/man1/metacity-message.1.gz
|
|
%{_mandir}/man1/metacity-message.1.gz
|
|
-%{_datadir}/glib-2.0/schemas/org.gnome.metacity.gschema.xml
|
|
|
|
-%{_datadir}/glib-2.0/schemas/org.gnome.metacity.keybindings.gschema.xml
|
|
|
|
-%{_datadir}/glib-2.0/schemas/org.gnome.metacity.theme.gschema.xml
|
|
|
|
-%{_datadir}/gnome-control-center/keybindings/*
|
|
|
|
%{_datadir}/applications/metacity.desktop
|
|
%{_datadir}/applications/metacity.desktop
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%{_bindir}/metacity-theme-viewer
|
|
%{_bindir}/metacity-theme-viewer
|
|
-%{_bindir}/metacity-window-demo
|
|
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/pkgconfig/*
|
|
%{_libdir}/pkgconfig/*
|
|
%{_mandir}/man1/metacity-theme-viewer.1.gz
|
|
%{_mandir}/man1/metacity-theme-viewer.1.gz
|
|
-%{_mandir}/man1/metacity-window-demo.1.gz
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 31 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.40.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped scriptlets.
|
|
|
|
+
|
|
* Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.1-1
|
|
* Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.1-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|