2015-01-16 08:48:29 +00:00
|
|
|
Name: adwaita-qt
|
2019-07-11 07:03:58 +00:00
|
|
|
Version: 1.0.91
|
|
|
|
Release: 1%{?dist}
|
2015-01-16 08:48:29 +00:00
|
|
|
License: LGPLv2+
|
|
|
|
Summary: Adwaita theme for Qt-based applications
|
|
|
|
|
2019-07-02 11:14:31 +00:00
|
|
|
Url: https://github.com/FedoraQt/adwaita-qt
|
|
|
|
Source0: https://github.com/FedoraQt/adwaita-qt/archive/%{version}/adwaita-qt-%{version}.tar.gz
|
|
|
|
|
2015-01-16 08:48:29 +00:00
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: qt4-devel
|
2019-07-02 11:14:31 +00:00
|
|
|
|
2015-07-20 12:20:36 +00:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
2015-01-16 08:48:29 +00:00
|
|
|
|
|
|
|
Requires: adwaita-qt4
|
|
|
|
|
|
|
|
%description
|
|
|
|
Theme to let Qt applications fit nicely into Fedora Workstation
|
|
|
|
|
|
|
|
|
|
|
|
%package -n adwaita-qt4
|
|
|
|
Summary: Adwaita Qt4 theme
|
|
|
|
|
|
|
|
%description -n adwaita-qt4
|
|
|
|
Adwaita theme variant for applications utilizing Qt4
|
|
|
|
|
|
|
|
|
2015-07-20 12:20:36 +00:00
|
|
|
%package -n adwaita-qt5
|
|
|
|
Summary: Adwaita Qt5 theme
|
|
|
|
|
|
|
|
%description -n adwaita-qt5
|
|
|
|
Adwaita theme variant for applications utilizing Qt5
|
2015-01-16 08:48:29 +00:00
|
|
|
|
|
|
|
|
2017-02-27 12:11:11 +00:00
|
|
|
%package -n adwaita-qt-common
|
|
|
|
Summary: Adwaita Qt common files
|
|
|
|
|
|
|
|
%description -n adwaita-qt-common
|
|
|
|
|
|
|
|
|
2015-01-16 08:48:29 +00:00
|
|
|
%prep
|
2015-07-20 12:20:36 +00:00
|
|
|
%setup -q -n %{name}-%{version}
|
2015-01-16 08:48:29 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
mkdir -p "%{_target_platform}-qt4"
|
|
|
|
pushd "%{_target_platform}-qt4"
|
2016-12-14 13:43:27 +00:00
|
|
|
%{cmake} -DUSE_QT4=true ..
|
2015-01-16 08:48:29 +00:00
|
|
|
popd
|
|
|
|
|
2015-07-20 12:20:36 +00:00
|
|
|
mkdir -p "%{_target_platform}-qt5"
|
|
|
|
pushd "%{_target_platform}-qt5"
|
|
|
|
%{cmake} ..
|
|
|
|
popd
|
2015-01-16 08:48:29 +00:00
|
|
|
|
|
|
|
make %{?_smp_mflags} -C "%{_target_platform}-qt4"
|
2015-07-20 12:20:36 +00:00
|
|
|
make %{?_smp_mflags} -C "%{_target_platform}-qt5"
|
2015-01-16 08:48:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C "%{_target_platform}-qt4"
|
2015-07-20 12:20:36 +00:00
|
|
|
make install/fast DESTDIR=%{buildroot} -C "%{_target_platform}-qt5"
|
2015-01-16 08:48:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -n adwaita-qt4
|
|
|
|
%doc LICENSE.LGPL2 README.md
|
|
|
|
%{_qt4_plugindir}/styles/adwaita.so
|
|
|
|
|
2015-07-20 12:20:36 +00:00
|
|
|
%files -n adwaita-qt5
|
|
|
|
%doc LICENSE.LGPL2 README.md
|
|
|
|
%{_qt5_plugindir}/styles/adwaita.so
|
|
|
|
|
2017-02-27 12:11:11 +00:00
|
|
|
%files -n adwaita-qt-common
|
|
|
|
|
2015-01-16 08:48:29 +00:00
|
|
|
%files
|
|
|
|
|
|
|
|
%changelog
|
2019-07-11 07:03:58 +00:00
|
|
|
* Fri Jul 11 2019 Jan Grulich <jgrulich@redhat.com> - 1.0.91-1
|
|
|
|
- Update to 1.0.91
|
|
|
|
|
2019-07-08 14:30:30 +00:00
|
|
|
* Mon Jul 08 2019 Jan Grulich <jgrulich@redhat.com> - 1.0.90-2
|
|
|
|
- Fix Qt4 item view widgets
|
|
|
|
|
2019-07-02 11:14:31 +00:00
|
|
|
* Tue Jul 02 2019 Jan Grulich <jgrulich@redhat.com. - 1.0.90-1
|
|
|
|
- Update to 1.0.90
|
|
|
|
|
2019-01-31 13:02:42 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-12 20:02:18 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 01:57:02 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 17:25:23 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 02:38:26 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-05-26 11:26:39 +00:00
|
|
|
* Fri May 26 2017 Martin Bříza <mbriza@redhat.com> - 1.0-1
|
|
|
|
- Update to 1.0
|
|
|
|
|
2017-02-27 12:11:11 +00:00
|
|
|
* Mon Feb 27 2017 Martin Briza <mbriza@redhat.com> - 0.98-1
|
|
|
|
- Update to 0.98
|
|
|
|
- Fixes #1410597
|
|
|
|
|
2017-02-10 05:47:07 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.97-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-05 20:49:27 +00:00
|
|
|
* Thu Jan 05 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.97-2
|
|
|
|
- drop hardcoded Requires: qt4/qt5-qtbase
|
|
|
|
|
2016-12-14 13:43:27 +00:00
|
|
|
* Wed Dec 14 2016 Martin Briza <mbriza@redhat.com> - 0.97-1
|
|
|
|
- Update to 0.97
|
|
|
|
|
2016-12-13 13:33:44 +00:00
|
|
|
* Tue Dec 13 2016 Martin Briza <mbriza@redhat.com> - 0.95-1
|
|
|
|
- Update to 0.95
|
|
|
|
|
2016-06-30 16:43:27 +00:00
|
|
|
* Thu Jun 30 2016 Jan Grulich <jgrulich@redhat.com> - 0.4-3
|
|
|
|
- Properly fix missing menubar in QtCreator
|
|
|
|
|
2016-06-22 11:53:19 +00:00
|
|
|
* Wed Jun 22 2016 Jan Grulich <jgrulich@redhat.com> - 0.4-2
|
|
|
|
- Attempt to fix missing menubar issue in QtCreator
|
|
|
|
|
2016-04-21 09:09:57 +00:00
|
|
|
* Thu Apr 21 2016 Jan Grulich <jgrulich@redhat.com> - 0.4-1
|
|
|
|
- Update to version 0.4
|
|
|
|
|
2016-02-03 16:00:48 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-07-20 12:20:36 +00:00
|
|
|
* Mon Jul 20 2015 Martin Briza <mbriza@redhat.com> - 0.3-1
|
|
|
|
- Updated to the latest release
|
|
|
|
- Added a Qt5 build
|
|
|
|
|
2015-06-16 23:39:34 +00:00
|
|
|
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.7.20141216git024b00bf
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-02 10:27:47 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0-0.6.20141216git024b00bf
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-01-16 08:48:29 +00:00
|
|
|
* Fri Jan 16 2015 Martin Briza <mbriza@redhat.com> - 0-0.5
|
|
|
|
- Package review cleanup
|
|
|
|
- Split into a base and a subpackage
|
|
|
|
- Fedora import
|
|
|
|
|
|
|
|
* Tue Dec 16 2014 Martin Briza <mbriza@redhat.com> - 0-0.4.copr
|
|
|
|
- Update to latest commit
|
|
|
|
|
|
|
|
* Fri Dec 05 2014 Martin Briza <mbriza@redhat.com> - 0-0.3.copr
|
|
|
|
- Update to latest commit
|
|
|
|
|
|
|
|
* Mon Sep 15 2014 Martin Briza <mbriza@redhat.com> - 0-0.2.copr
|
|
|
|
- Update to latest commit
|
|
|
|
|
|
|
|
* Mon Sep 15 2014 Martin Briza <mbriza@redhat.com> - 0-0.1.copr
|
|
|
|
- Initial build
|