Update to 0.97
This commit is contained in:
parent
120ce9b609
commit
e021014185
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/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
|
/adwaita-qt-0.95.tar.gz
|
||||||
|
/adwaita-qt-0.97.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: adwaita-qt
|
Name: adwaita-qt
|
||||||
Version: 0.95
|
Version: 0.97
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Summary: Adwaita theme for Qt-based applications
|
Summary: Adwaita theme for Qt-based applications
|
||||||
@ -10,18 +10,6 @@ Source0: https://github.com/MartinBriza/adwaita-qt/archive/adwaita-qt-%{v
|
|||||||
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
|
||||||
|
|
||||||
@ -32,7 +20,6 @@ Theme to let Qt applications fit nicely into Fedora Workstation
|
|||||||
%package -n adwaita-qt4
|
%package -n adwaita-qt4
|
||||||
Summary: Adwaita Qt4 theme
|
Summary: Adwaita Qt4 theme
|
||||||
Requires: qt4
|
Requires: qt4
|
||||||
Requires: kdelibs
|
|
||||||
|
|
||||||
%description -n adwaita-qt4
|
%description -n adwaita-qt4
|
||||||
Adwaita theme variant for applications utilizing Qt4
|
Adwaita theme variant for applications utilizing Qt4
|
||||||
@ -41,7 +28,6 @@ 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: kf5-kconfig
|
|
||||||
|
|
||||||
|
|
||||||
%description -n adwaita-qt5
|
%description -n adwaita-qt5
|
||||||
@ -55,7 +41,7 @@ Adwaita theme variant for applications utilizing Qt5
|
|||||||
%build
|
%build
|
||||||
mkdir -p "%{_target_platform}-qt4"
|
mkdir -p "%{_target_platform}-qt4"
|
||||||
pushd "%{_target_platform}-qt4"
|
pushd "%{_target_platform}-qt4"
|
||||||
%{cmake} -DUSE_KDE4=true ..
|
%{cmake} -DUSE_QT4=true ..
|
||||||
popd
|
popd
|
||||||
|
|
||||||
mkdir -p "%{_target_platform}-qt5"
|
mkdir -p "%{_target_platform}-qt5"
|
||||||
@ -83,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C "%{_target_platform}-qt5"
|
|||||||
%files
|
%files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 14 2016 Martin Briza <mbriza@redhat.com> - 0.97-1
|
||||||
|
- Update to 0.97
|
||||||
|
|
||||||
* Tue Dec 13 2016 Martin Briza <mbriza@redhat.com> - 0.95-1
|
* Tue Dec 13 2016 Martin Briza <mbriza@redhat.com> - 0.95-1
|
||||||
- Update to 0.95
|
- Update to 0.95
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (adwaita-qt-0.95.tar.gz) = b253feaca81b491f28e7cf419e651b8233601d9a7804f2e2a5e35455e465334eac91069ac47045d93ab99677ab9ab7b7ee64ea436500bba7cf6bd3fe21f48947
|
SHA512 (adwaita-qt-0.97.tar.gz) = 8e15e9535dbcc1edba5941cbcc2c2e765298824a24ecbedaeb5d461420b713da74a26bd1f8184f0bfa9139022997798a0759d85a2a5269633ed97a7e34e2f77f
|
||||||
|
Loading…
Reference in New Issue
Block a user