Compare commits
4 Commits
47.5-1mamb
...
48.2-1mamb
Author | SHA1 | Date | |
---|---|---|---|
d3758dd38f | |||
3661b3296f | |||
0080e3a5f5 | |||
1cf85ea0f6 |
26
mutter.spec
26
mutter.spec
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1)
|
||||
%define apiver 15
|
||||
%define apiver 16
|
||||
Name: mutter
|
||||
Version: 47.5
|
||||
Version: 48.2
|
||||
Release: 1mamba
|
||||
Summary: A compositing window manager based on Metacity
|
||||
Group: Graphical Desktop/Libraries/GNOME
|
||||
@ -20,6 +20,8 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gnome-desktop-devel
|
||||
BuildRequires: gnome-settings-daemon-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gsettings-desktop-schemas-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
@ -41,6 +43,7 @@ BuildRequires: libcolord-devel
|
||||
BuildRequires: libdisplay-info-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libei-devel
|
||||
BuildRequires: libevdev-devel
|
||||
BuildRequires: libfribidi-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
@ -58,6 +61,7 @@ BuildRequires: libpango-devel
|
||||
BuildRequires: libpipewire-devel
|
||||
BuildRequires: libpixman-devel
|
||||
BuildRequires: libstartup-notification-devel
|
||||
BuildRequires: libsysprof-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libwacom-devel
|
||||
@ -136,13 +140,15 @@ fi
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gdctl
|
||||
%{_bindir}/mutter
|
||||
#%{_datadir}/applications/mutter.desktop
|
||||
%{_udevrulesdir}/61-mutter.rules
|
||||
%{_datadir}/GConf/gsettings/mutter-schemas.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.wayland.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
|
||||
%{_datadir}/gnome-control-center/keybindings/50-mutter-*.xml
|
||||
%{_udevrulesdir}/61-mutter.rules
|
||||
%{_datadir}/bash-completion/completions/gdctl
|
||||
%{_mandir}/man1/gdctl.1*
|
||||
%{_mandir}/man1/mutter.1*
|
||||
|
||||
%files -n lib%{name}
|
||||
@ -180,6 +186,18 @@ fi
|
||||
#%{_datadir}/gtk-doc/html/meta/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 14 2025 Automatic Build System <autodist@openmamba.org> 48.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 02 2025 Automatic Build System <autodist@openmamba.org> 48.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 18 2025 Automatic Build System <autodist@openmamba.org> 48.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 05 2025 Automatic Build System <autodist@openmamba.org> 47.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 06 2025 Automatic Build System <autodist@openmamba.org> 47.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user