Compare commits
11 Commits
4.16.5-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
16beed0564 | |||
5baf142ef1 | |||
20c9f31041 | |||
6b15211aac | |||
a654e28f3d | |||
76480b9ea9 | |||
e5321546e7 | |||
4febc393b9 | |||
9da5efddb5 | |||
f1f0c5d6b9 | |||
999a953520 |
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: xfce4-panel
|
||||
Version: 4.16.5
|
||||
Version: 4.20.4
|
||||
Release: 1mamba
|
||||
Summary: Panel for Xfce 4
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@ -13,44 +13,27 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: exo-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbusmenu-devel
|
||||
BuildRequires: libdbusmenu-gtk3-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgarcon-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libstartup-notification-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libwayland-devel
|
||||
BuildRequires: libwnck-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxfce4ui-devel
|
||||
BuildRequires: libxfce4util-devel
|
||||
BuildRequires: libxfce4windowing-devel
|
||||
BuildRequires: libxfconf-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libxfce4util-devel >= 4.4.0
|
||||
BuildRequires: libxfcegui4-devel >= 4.4.0
|
||||
BuildRequires: libgtk-devel >= 2.6.0
|
||||
Requires: libxfce4util >= 4.4.0
|
||||
Requires: libxfcegui4 >= 4.4.0
|
||||
Requires: libgtk >= 2.6.0
|
||||
BuildRequires: libxfce4windowing-devel
|
||||
|
||||
%description
|
||||
xfce4-panel is the panel for the Xfce desktop environment.
|
||||
@ -63,71 +46,50 @@ Requires: xfce4-panel = %{version}-%{release}
|
||||
%description devel
|
||||
Header files to build plugins for xfce4-panel.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-final --enable-gtk-doc
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
touch --no-create %{_datadir}/icons/hicolor || :
|
||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||
fi
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
touch --no-create %{_datadir}/icons/hicolor || :
|
||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||
fi
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/xdg/xfce4/
|
||||
%{_bindir}/xfce4-panel
|
||||
%{_bindir}/xfce4-popup-applicationsmenu
|
||||
%{_bindir}/xfce4-popup-directorymenu
|
||||
%{_bindir}/xfce4-popup-windowmenu
|
||||
#%{_libdir}/libxfce4panel-1.0.so.*
|
||||
%{_libdir}/libxfce4panel-2.0.so.*
|
||||
%{_datadir}/icons/
|
||||
%{_datadir}/locale/
|
||||
#%{_datadir}/icons/
|
||||
%dir %{_datadir}/xfce4/panel
|
||||
%dir %{_datadir}/xfce4/panel/plugins
|
||||
%{_datadir}/xfce4/panel/plugins/*.desktop
|
||||
%{_libdir}/xfce4/panel/migrate
|
||||
%{_libdir}/xfce4/panel/plugins/lib*
|
||||
#%{_libdir}/xfce4/panel/wrapper-1.0
|
||||
%{_libdir}/xfce4/panel/wrapper-2.0
|
||||
%{_libdir}/girepository-1.0/Libxfce4panel-2.0.typelib
|
||||
%{_datadir}/applications/panel-desktop-handler.desktop
|
||||
%{_datadir}/applications/panel-preferences.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/org.xfce.panel*.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.xfce.panel*.svg
|
||||
%doc COPYING AUTHORS
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
#%dir %{_includedir}/xfce4/libxfce4panel-1.0
|
||||
#%dir %{_includedir}/xfce4/libxfce4panel-1.0/libxfce4panel
|
||||
#%{_includedir}/xfce4/libxfce4panel-1.0/libxfce4panel/*.h
|
||||
%dir %{_includedir}/xfce4/libxfce4panel-2.0
|
||||
%dir %{_includedir}/xfce4/libxfce4panel-2.0/libxfce4panel
|
||||
%{_includedir}/xfce4/libxfce4panel-2.0/libxfce4panel/*
|
||||
#%{_libdir}/libxfce4panel-1.0.la
|
||||
#%{_libdir}/libxfce4panel-1.0.so
|
||||
%{_libdir}/libxfce4panel-2.0.la
|
||||
%{_libdir}/libxfce4panel-2.0.so
|
||||
%{_datadir}/vala/vapi/libxfce4panel-2.0.deps
|
||||
%{_datadir}/vala/vapi/libxfce4panel-2.0.vapi
|
||||
@ -138,6 +100,39 @@ fi
|
||||
%doc README.md ChangeLog NEWS
|
||||
|
||||
%changelog
|
||||
* Sun Mar 23 2025 Automatic Build System <autodist@openmamba.org> 4.20.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 05 2025 Automatic Build System <autodist@openmamba.org> 4.20.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 03 2025 Automatic Build System <autodist@openmamba.org> 4.20.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 05 2025 Automatic Build System <autodist@openmamba.org> 4.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 4.18.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 01 2023 Automatic Build System <autodist@mambasoft.it> 4.18.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 23 2023 Automatic Build System <autodist@mambasoft.it> 4.18.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 29 2023 Automatic Build System <autodist@mambasoft.it> 4.18.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 10 2023 Automatic Build System <autodist@mambasoft.it> 4.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 4.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 27 2022 Automatic Build System <autodist@mambasoft.it> 4.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 21 2022 Automatic Build System <autodist@mambasoft.it> 4.16.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user