Update to 0.95
This commit is contained in:
parent
d585b429c1
commit
120ce9b609
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/024b00bfd7c8cb27d09188ddc239391c2c05bac4.tar.gz
|
/024b00bfd7c8cb27d09188ddc239391c2c05bac4.tar.gz
|
||||||
/0.3.tar.gz
|
/0.3.tar.gz
|
||||||
/adwaita-qt-0.4.tar.gz
|
/adwaita-qt-0.4.tar.gz
|
||||||
|
/adwaita-qt-0.95.tar.gz
|
||||||
|
@ -1,17 +1,27 @@
|
|||||||
Name: adwaita-qt
|
Name: adwaita-qt
|
||||||
Version: 0.4
|
Version: 0.95
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Summary: Adwaita theme for Qt-based applications
|
Summary: Adwaita theme for Qt-based applications
|
||||||
|
|
||||||
Url: https://github.com/MartinBriza/adwaita-qt
|
Url: https://github.com/MartinBriza/adwaita-qt
|
||||||
Source0: https://github.com/MartinBriza/adwaita-qt/archive/adwaita-qt-%{version}.tar.gz
|
Source0: https://github.com/MartinBriza/adwaita-qt/archive/adwaita-qt-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: qt-creator-menubar-fix.patch
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: qt4-devel
|
BuildRequires: qt4-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtx11extras-devel
|
||||||
|
BuildRequires: kdelibs4-devel
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: kf5-kconfig-devel
|
||||||
|
BuildRequires: kf5-kconfigwidgets-devel
|
||||||
|
BuildRequires: kf5-kwindowsystem-devel
|
||||||
|
BuildRequires: kf5-ki18n-devel
|
||||||
|
BuildRequires: kf5-kguiaddons-devel
|
||||||
|
BuildRequires: kf5-frameworkintegration-devel
|
||||||
|
BuildRequires: kf5-kwayland-devel
|
||||||
|
BuildRequires: kf5-kpackage-devel
|
||||||
|
|
||||||
|
|
||||||
Requires: adwaita-qt4
|
Requires: adwaita-qt4
|
||||||
|
|
||||||
@ -19,18 +29,10 @@ Requires: adwaita-qt4
|
|||||||
Theme to let Qt applications fit nicely into Fedora Workstation
|
Theme to let Qt applications fit nicely into Fedora Workstation
|
||||||
|
|
||||||
|
|
||||||
%package common
|
|
||||||
Summary: Adwaita Qt theme shared files
|
|
||||||
BuildArch: noarch
|
|
||||||
Requires: oxygen-icon-theme
|
|
||||||
|
|
||||||
%description common
|
|
||||||
Common files (assets, etc.) for the Adwaita Qt theme
|
|
||||||
|
|
||||||
%package -n adwaita-qt4
|
%package -n adwaita-qt4
|
||||||
Summary: Adwaita Qt4 theme
|
Summary: Adwaita Qt4 theme
|
||||||
Requires: qt4
|
Requires: qt4
|
||||||
Requires: adwaita-qt-common
|
Requires: kdelibs
|
||||||
|
|
||||||
%description -n adwaita-qt4
|
%description -n adwaita-qt4
|
||||||
Adwaita theme variant for applications utilizing Qt4
|
Adwaita theme variant for applications utilizing Qt4
|
||||||
@ -39,7 +41,8 @@ Adwaita theme variant for applications utilizing Qt4
|
|||||||
%package -n adwaita-qt5
|
%package -n adwaita-qt5
|
||||||
Summary: Adwaita Qt5 theme
|
Summary: Adwaita Qt5 theme
|
||||||
Requires: qt5-qtbase
|
Requires: qt5-qtbase
|
||||||
Requires: adwaita-qt-common
|
Requires: kf5-kconfig
|
||||||
|
|
||||||
|
|
||||||
%description -n adwaita-qt5
|
%description -n adwaita-qt5
|
||||||
Adwaita theme variant for applications utilizing Qt5
|
Adwaita theme variant for applications utilizing Qt5
|
||||||
@ -48,12 +51,11 @@ Adwaita theme variant for applications utilizing Qt5
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%patch0 -p1 -b .qt-creator-menubar-fix
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p "%{_target_platform}-qt4"
|
mkdir -p "%{_target_platform}-qt4"
|
||||||
pushd "%{_target_platform}-qt4"
|
pushd "%{_target_platform}-qt4"
|
||||||
%{cmake} -DUSE_QT4=true ..
|
%{cmake} -DUSE_KDE4=true ..
|
||||||
popd
|
popd
|
||||||
|
|
||||||
mkdir -p "%{_target_platform}-qt5"
|
mkdir -p "%{_target_platform}-qt5"
|
||||||
@ -69,8 +71,6 @@ make %{?_smp_mflags} -C "%{_target_platform}-qt5"
|
|||||||
make install/fast DESTDIR=%{buildroot} -C "%{_target_platform}-qt4"
|
make install/fast DESTDIR=%{buildroot} -C "%{_target_platform}-qt4"
|
||||||
make install/fast DESTDIR=%{buildroot} -C "%{_target_platform}-qt5"
|
make install/fast DESTDIR=%{buildroot} -C "%{_target_platform}-qt5"
|
||||||
|
|
||||||
%files common
|
|
||||||
%{_datadir}/themes/Adwaita/qt/*
|
|
||||||
|
|
||||||
%files -n adwaita-qt4
|
%files -n adwaita-qt4
|
||||||
%doc LICENSE.LGPL2 README.md
|
%doc LICENSE.LGPL2 README.md
|
||||||
@ -83,6 +83,9 @@ make install/fast DESTDIR=%{buildroot} -C "%{_target_platform}-qt5"
|
|||||||
%files
|
%files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2016 Martin Briza <mbriza@redhat.com> - 0.95-1
|
||||||
|
- Update to 0.95
|
||||||
|
|
||||||
* Thu Jun 30 2016 Jan Grulich <jgrulich@redhat.com> - 0.4-3
|
* Thu Jun 30 2016 Jan Grulich <jgrulich@redhat.com> - 0.4-3
|
||||||
- Properly fix missing menubar in QtCreator
|
- Properly fix missing menubar in QtCreator
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user