Compare commits
	
		
			33 Commits
		
	
	
		
			18.12.3-1m
			...
			21.12.1-1m
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 39109f07a4 | |||
| 4d8c7a9465 | |||
| a028fb19c9 | |||
| 788c093c89 | |||
| bc3d60d051 | |||
| 8abb135aad | |||
| ee3608555b | |||
| 9bdc5fd5f7 | |||
| d125addea0 | |||
| 276f0bd15e | |||
| 021747493e | |||
| d0a1ea41ac | |||
| 0afeb83883 | |||
| eec7c17278 | |||
| 21398afefd | |||
| 95f777746f | |||
| b259ed615f | |||
| 267c8675bc | |||
| 0659d9f90c | |||
| 15fa29cb4f | |||
| 5ffd40b18c | |||
| 70267b9c8b | |||
| 8c995a2021 | |||
| 0a9e5723f9 | |||
| d3fbfb33b3 | |||
| d42168102e | |||
| e297f3b8a4 | |||
| 966cbb4a0e | |||
| a78db7c335 | |||
| 640ebfb985 | |||
| eee2bf850c | |||
| 8ad23b5716 | |||
| ce1b3f8e26 | 
| @@ -1,15 +1,15 @@ | |||||||
| %define majver %(echo %version | cut -d. -f1-2) | %define majver %(echo %version | cut -d. -f1-2) | ||||||
|  |  | ||||||
| Name:          grantleetheme | Name:          grantleetheme | ||||||
| Version:       18.12.3 | Version:       21.12.1 | ||||||
| Release:       1mamba | Release:       1mamba | ||||||
| Summary:       KDE Frameworks 5 grantlee theme library | Summary:       KDE Frameworks 5 grantlee theme library | ||||||
| Group:         System/Libraries | Group:         System/Libraries | ||||||
| Vendor:        openmamba | Vendor:        openmamba | ||||||
| Distribution:  openmamba | Distribution:  openmamba | ||||||
| Packager:      Silvan Calarco <silvan.calarco@mambasoft.it> | Packager:      Silvan Calarco <silvan.calarco@mambasoft.it> | ||||||
| URL:           http://www.kde.org | URL:           https://kde.org/ | ||||||
| Source:        http://download.kde.org/stable/applications/%{version}/src/grantleetheme-%{version}.tar.xz | Source:        http://download.kde.org/stable/release-service/%{version}/src/grantleetheme-%{version}.tar.xz | ||||||
| # Source:        http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz | # Source:        http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz | ||||||
| License:       System/Libraries | License:       System/Libraries | ||||||
| ## AUTOBUILDREQ-BEGIN | ## AUTOBUILDREQ-BEGIN | ||||||
| @@ -22,20 +22,20 @@ BuildRequires: libkcodecs-devel | |||||||
| BuildRequires: libkconfig-devel | BuildRequires: libkconfig-devel | ||||||
| BuildRequires: libkconfigwidgets-devel | BuildRequires: libkconfigwidgets-devel | ||||||
| BuildRequires: libkcoreaddons-devel | BuildRequires: libkcoreaddons-devel | ||||||
|  | BuildRequires: libkguiaddons-devel | ||||||
| BuildRequires: libki18n-devel | BuildRequires: libki18n-devel | ||||||
| BuildRequires: libkiconthemes-devel | BuildRequires: libkiconthemes-devel | ||||||
| BuildRequires: libknewstuff-devel | BuildRequires: libknewstuff-devel | ||||||
| BuildRequires: libkservice-devel | BuildRequires: libkservice-devel | ||||||
| BuildRequires: libkwidgetsaddons-devel | BuildRequires: libkwidgetsaddons-devel | ||||||
| BuildRequires: libkxmlgui-devel | BuildRequires: libkxmlgui-devel | ||||||
| BuildRequires: libqt5-devel |  | ||||||
| BuildRequires: libstdc++6-devel | BuildRequires: libstdc++6-devel | ||||||
|  | BuildRequires: qt5-qtbase-devel | ||||||
| ## AUTOBUILDREQ-END | ## AUTOBUILDREQ-END | ||||||
| BuildRequires: cmake | BuildRequires: cmake | ||||||
| BuildRequires: rpm-macros-kde5 | BuildRequires: rpm-macros-kde5 | ||||||
| BuildRequires: extra-cmake-modules | BuildRequires: extra-cmake-modules | ||||||
| Requires:      lib%{name} = %{?epoch:%epoch:}%{version}-%{release} | Requires:      lib%{name} = %{?epoch:%epoch:}%{version}-%{release} | ||||||
| BuildRoot:     %{_tmppath}/%{name}-%{version}-root |  | ||||||
|  |  | ||||||
| %description | %description | ||||||
| KDE Frameworks 5 grantlee theme library. | KDE Frameworks 5 grantlee theme library. | ||||||
| @@ -83,9 +83,10 @@ exit 0 | |||||||
|  |  | ||||||
| %files -n lib%{name} -f %{name}5_qt.lang | %files -n lib%{name} -f %{name}5_qt.lang | ||||||
| %defattr(-,root,root) | %defattr(-,root,root) | ||||||
| %{_sysconfdir}/xdg/grantleetheme.*categories |  | ||||||
| %{_kde5_libdir}/libKF5GrantleeTheme.so.* | %{_kde5_libdir}/libKF5GrantleeTheme.so.* | ||||||
| %{_libdir}/grantlee/*/kde_grantlee_plugin.so | %{_libdir}/grantlee/*/kde_grantlee_plugin.so | ||||||
|  | %{_datadir}/qlogging-categories5/grantleetheme.categories | ||||||
|  | %{_datadir}/qlogging-categories5/grantleetheme.renamecategories | ||||||
|  |  | ||||||
| %files -n lib%{name}-devel | %files -n lib%{name}-devel | ||||||
| %defattr(-,root,root) | %defattr(-,root,root) | ||||||
| @@ -99,6 +100,108 @@ exit 0 | |||||||
| %{_libdir}/qt5/mkspecs/modules/qt_GrantleeTheme.pri | %{_libdir}/qt5/mkspecs/modules/qt_GrantleeTheme.pri | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
|  | * Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 21.12.1-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Dec 09 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Nov 04 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Sep 02 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Aug 12 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Apr 22 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Jan 07 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Fri Dec 11 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Nov 05 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Fri May 15 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Mar 05 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Feb 06 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Jan 09 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Mon Dec 30 2019 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Nov 07 2019 Automatic Build System <autodist@mambasoft.it> 19.08.3-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Oct 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.2-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.1-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Mon Sep 02 2019 Automatic Build System <autodist@mambasoft.it> 19.08.0-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Fri Jul 12 2019 Automatic Build System <autodist@mambasoft.it> 19.04.3-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Thu Jun 06 2019 Automatic Build System <autodist@mambasoft.it> 19.04.2-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 19.04.1-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
|  | * Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 19.04.0-1mamba | ||||||
|  | - automatic version update by autodist | ||||||
|  |  | ||||||
| * Thu Mar 07 2019 Automatic Build System <autodist@mambasoft.it> 18.12.3-1mamba | * Thu Mar 07 2019 Automatic Build System <autodist@mambasoft.it> 18.12.3-1mamba | ||||||
| - automatic version update by autodist | - automatic version update by autodist | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user