Compare commits
17 Commits
4.10.1-1ma
...
4.18.6-1ma
Author | SHA1 | Date | |
---|---|---|---|
a654e28f3d | |||
76480b9ea9 | |||
e5321546e7 | |||
4febc393b9 | |||
9da5efddb5 | |||
f1f0c5d6b9 | |||
999a953520 | |||
49b992b2fd | |||
d719fb5cfb | |||
0aa36a4970 | |||
961b4f90f0 | |||
595393fd32 | |||
dd333f0808 | |||
bd0cb635bd | |||
c674ff096c | |||
f32f1b48b1 | |||
962ef8bc98 |
126
xfce4-panel.spec
126
xfce4-panel.spec
@ -1,57 +1,41 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: xfce4-panel
|
||||
Version: 4.10.1
|
||||
Version: 4.18.6
|
||||
Release: 1mamba
|
||||
Summary: Panel for Xfce 4
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.xfce.org/
|
||||
URL: https://www.xfce.org/
|
||||
Source: http://archive.xfce.org/src/xfce/xfce4-panel/%{majver}/xfce4-panel-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: exo-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdbus-glib-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libdbusmenu-devel
|
||||
BuildRequires: libdbusmenu-gtk3-devel
|
||||
BuildRequires: libgarcon-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng15-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libstartup-notification-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libwnck2-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libwnck-devel
|
||||
BuildRequires: libxfce4ui-devel
|
||||
BuildRequires: libxfce4util-devel
|
||||
BuildRequires: libXres-devel
|
||||
BuildRequires: libxfconf-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: xfconf-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: libxfce4util-devel >= 4.4.0
|
||||
BuildRequires: libxfcegui4-devel >= 4.4.0
|
||||
BuildRequires: libgtk-devel >= 2.6.0
|
||||
@ -70,6 +54,8 @@ Requires: xfce4-panel = %{version}-%{release}
|
||||
%description devel
|
||||
Header files to build plugins for xfce4-panel.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -106,32 +92,92 @@ fi
|
||||
%{_bindir}/xfce4-popup-applicationsmenu
|
||||
%{_bindir}/xfce4-popup-directorymenu
|
||||
%{_bindir}/xfce4-popup-windowmenu
|
||||
%{_libdir}/libxfce4panel-1.0.so.*
|
||||
#%{_libdir}/libxfce4panel-1.0.so.*
|
||||
%{_libdir}/libxfce4panel-2.0.so.*
|
||||
%{_datadir}/icons/
|
||||
%{_datadir}/locale/
|
||||
%dir %{_datadir}/xfce4/panel
|
||||
%dir %{_datadir}/xfce4/panel/plugins
|
||||
%dir %{_datadir}/xfce4/panel/plugins/*.desktop
|
||||
%{_datadir}/xfce4/panel/plugins/*.desktop
|
||||
%{_libdir}/xfce4/panel/migrate
|
||||
%{_libdir}/xfce4/panel/plugins/lib*
|
||||
%{_libdir}/xfce4/panel/wrapper
|
||||
#%{_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
|
||||
%doc COPYING AUTHORS
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libxfce4panel-1.0.la
|
||||
%{_libdir}/libxfce4panel-1.0.so
|
||||
%dir %{_includedir}/xfce4/libxfce4panel-1.0
|
||||
%dir %{_includedir}/xfce4/libxfce4panel-1.0/libxfce4panel
|
||||
%{_includedir}/xfce4/libxfce4panel-1.0/libxfce4panel/*.h
|
||||
%dir %{_datadir}/gtk-doc/html/libxfce4panel-1.0
|
||||
%{_datadir}/gtk-doc/html/libxfce4panel-1.0/*
|
||||
#%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.so
|
||||
%{_libdir}/libxfce4panel-2.0.so
|
||||
%{_datadir}/vala/vapi/libxfce4panel-2.0.deps
|
||||
%{_datadir}/vala/vapi/libxfce4panel-2.0.vapi
|
||||
%{_datadir}/gir-1.0/Libxfce4panel-2.0.gir
|
||||
%dir %{_datadir}/gtk-doc/html/libxfce4panel-2.0
|
||||
%{_datadir}/gtk-doc/html/libxfce4panel-2.0/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc README ChangeLog NEWS INSTALL
|
||||
%doc README.md ChangeLog NEWS
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Tue Apr 19 2022 Automatic Build System <autodist@mambasoft.it> 4.16.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 4.16.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 4.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 27 2021 Automatic Build System <autodist@mambasoft.it> 4.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 22 2021 Automatic Build System <autodist@mambasoft.it> 4.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 13 2020 Automatic Build System <autodist@mambasoft.it> 4.14.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 4.12.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Oct 25 2016 Automatic Build System <autodist@mambasoft.it> 4.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 16 2015 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 10 2013 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
||||
- update to 4.10.1
|
||||
|
||||
|
Reference in New Issue
Block a user