Compare commits
9 Commits
5.6.2-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
b28fbb6ec8 | |||
a2505c4bfb | |||
c74e075023 | |||
1e73e6580b | |||
6fa20bd49a | |||
5c4d373baa | |||
5b5dd78385 | |||
6a5a2f8060 | |||
efc88c477d |
38
muffin.spec
38
muffin.spec
@ -1,5 +1,5 @@
|
||||
Name: muffin
|
||||
Version: 5.6.2
|
||||
Version: 6.4.1
|
||||
Release: 1mamba
|
||||
Summary: The Cinnamon Window Manager
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
@ -15,6 +15,7 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
@ -28,6 +29,7 @@ BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libcinnamon-desktop-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfribidi-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
@ -36,11 +38,16 @@ BuildRequires: libglvnd-devel
|
||||
BuildRequires: libgraphene-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libgudev-devel
|
||||
BuildRequires: libinput-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: libmesa-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpipewire-devel
|
||||
BuildRequires: libstartup-notification-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libwacom-devel
|
||||
BuildRequires: libwayland-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libxkbfile-devel
|
||||
@ -108,8 +115,6 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
:
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
@ -156,6 +161,33 @@ fi
|
||||
#%{_datadir}/gtk-doc/html/clutter/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 03 2024 Automatic Build System <autodist@openmamba.org> 6.4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 27 2024 Automatic Build System <autodist@openmamba.org> 6.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 12 2024 Automatic Build System <autodist@openmamba.org> 6.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 29 2023 Automatic Build System <autodist@mambasoft.it> 6.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 23 2023 Automatic Build System <autodist@mambasoft.it> 6.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 09 2023 Automatic Build System <autodist@mambasoft.it> 5.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 02 2023 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 17 2023 Automatic Build System <autodist@mambasoft.it> 5.6.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 08 2023 Automatic Build System <autodist@mambasoft.it> 5.6.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 5.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user