2024-01-05 22:40:38 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f 1)
|
2024-01-05 22:40:38 +01:00
|
|
|
%define pkgname gedit-plugins
|
|
|
|
Name: gedit-plugins
|
2024-01-05 22:40:39 +01:00
|
|
|
Version: 44.0
|
2024-01-05 22:40:38 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A set of plugins for gedit
|
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 22:40:38 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 22:40:38 +01:00
|
|
|
URL: https://wiki.gnome.org/Apps
|
|
|
|
Source: https://download.gnome.org/sources/gedit-plugins/%{majver}/gedit-plugins-%{version}.tar.xz
|
2024-01-05 22:40:38 +01:00
|
|
|
License: GPL
|
2024-01-05 22:40:38 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 22:40:38 +01:00
|
|
|
BuildRequires: libgedit-devel
|
2024-01-05 22:40:38 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 22:40:38 +01:00
|
|
|
BuildRequires: libgtk3-devel
|
2024-01-05 22:40:38 +01:00
|
|
|
BuildRequires: libgtksourceview4-devel
|
2024-01-05 22:40:38 +01:00
|
|
|
BuildRequires: libpeas-devel
|
2024-01-05 22:40:38 +01:00
|
|
|
BuildRequires: libtepl-devel
|
2024-01-05 22:40:38 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 22:40:38 +01:00
|
|
|
BuildRequires: gedit-devel >= %{majver}
|
2024-01-05 22:40:39 +01:00
|
|
|
BuildRequires: libtepl-devel >= 6.4.0
|
2024-01-05 22:40:38 +01:00
|
|
|
Requires: gedit
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{pkgname} are a set of plugins for gedit.
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
%debug_package
|
2024-01-05 22:40:38 +01:00
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
%prep
|
2024-01-05 22:40:38 +01:00
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-05 22:40:38 +01:00
|
|
|
%meson
|
2024-01-05 22:40:38 +01:00
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
%meson_build
|
2024-01-05 22:40:38 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 22:40:38 +01:00
|
|
|
%meson_install
|
2024-01-05 22:40:38 +01:00
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
%find_lang %{pkgname} --all-name --with-gnome
|
2024-01-05 22:40:38 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{pkgname}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/gedit/plugins/
|
|
|
|
%{_libdir}/gedit/plugins/*
|
2024-01-05 22:40:38 +01:00
|
|
|
%{_datadir}/metainfo/gedit-*.metainfo.xml
|
2024-01-05 22:40:38 +01:00
|
|
|
%dir %{_datadir}/gedit/plugins
|
|
|
|
%dir %{_datadir}/gedit/plugins/colorschemer
|
|
|
|
%dir %{_datadir}/gedit/plugins/colorschemer/ui
|
|
|
|
%{_datadir}/gedit/plugins/colorschemer/ui/schemer.ui
|
2024-01-05 22:40:38 +01:00
|
|
|
#%dir %{_datadir}/gedit/plugins/commander
|
|
|
|
#%dir %{_datadir}/gedit/plugins/commander/modules
|
|
|
|
#%{_datadir}/gedit/plugins/commander/modules/*
|
2024-01-05 22:40:38 +01:00
|
|
|
%dir %{_datadir}/gedit/plugins/sessionsaver
|
|
|
|
%dir %{_datadir}/gedit/plugins/sessionsaver/ui
|
|
|
|
%{_datadir}/gedit/plugins/sessionsaver/ui/sessionsaver.ui
|
2024-01-05 22:40:38 +01:00
|
|
|
#%{_datadir}/gedit/plugins/translate/ui/preferences.ui
|
2024-01-05 22:40:38 +01:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.*.xml
|
2024-01-05 22:40:38 +01:00
|
|
|
%doc COPYING
|
2024-01-05 22:40:38 +01:00
|
|
|
#ChangeLog NEWS README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:40:39 +01:00
|
|
|
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 44.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Wed Nov 16 2022 Automatic Build System <autodist@mambasoft.it> 43.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.1-1mamba
|
|
|
|
- update to 40.1
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 3.38.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Mon Nov 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.38.0-1mamba
|
|
|
|
- update to 3.38.0
|
|
|
|
|
|
|
|
* Fri Oct 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.36.2-2mamba
|
|
|
|
- rebuilt with gedit 3.62.2
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Tue Apr 14 2020 Automatic Build System <autodist@mambasoft.it> 3.36.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Thu Nov 21 2019 Automatic Build System <autodist@mambasoft.it> 3.34.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 3.34.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 3.32.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Fri Oct 05 2018 Automatic Build System <autodist@mambasoft.it> 3.30.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Mon Sep 17 2018 Automatic Build System <autodist@mambasoft.it> 3.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Mon Apr 09 2018 Automatic Build System <autodist@mambasoft.it> 3.28.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Mon Mar 26 2018 Automatic Build System <autodist@mambasoft.it> 3.28.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Fri Nov 04 2016 Automatic Build System <autodist@mambasoft.it> 3.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Sat Apr 09 2016 Automatic Build System <autodist@mambasoft.it> 3.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Thu Jan 21 2016 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Thu Nov 13 2014 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 12 2014 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Tue Apr 15 2014 Automatic Build System <autodist@mambasoft.it> 3.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Wed Dec 04 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 31 2013 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun May 26 2013 Automatic Build System <autodist@mambasoft.it> 3.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 14 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 24 2012 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
|
|
- update to 3.6.1
|
|
|
|
|
|
|
|
* Fri Nov 12 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.32.0-1mamba
|
|
|
|
- update to 2.32.0
|
|
|
|
|
|
|
|
* Sat Sep 26 2009 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
|
|
|
- automatic update to 2.28.0 by autodist
|
|
|
|
|
|
|
|
* Wed Jul 29 2009 Automatic Build System <autodist@mambasoft.it> 2.26.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue May 19 2009 Automatic Build System <autodist@mambasoft.it> 2.26.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 19 2009 Automatic Build System <autodist@mambasoft.it> 2.26.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 30 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.0-1mamba
|
|
|
|
- update to 2.26.0
|
|
|
|
|
|
|
|
* Tue May 20 2008 gil <puntogil@libero.it> 2.22.2-1mamba
|
|
|
|
- package created by autospec
|