Compare commits
No commits in common. "d399ea63ffdf899b9393cb6807c89cc231cd00bf" and "ef9b8ae8320e8384d32fcc9621873b48fa27c6d0" have entirely different histories.
d399ea63ff
...
ef9b8ae832
BIN
yakuake-21.08.3.tar.xz
Normal file
BIN
yakuake-21.08.3.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
41
yakuake.spec
41
yakuake.spec
@ -1,12 +1,12 @@
|
|||||||
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
||||||
|
|
||||||
Name: yakuake
|
Name: yakuake
|
||||||
Version: 22.12.0
|
Version: 21.08.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A drop-down terminal emulator
|
Summary: A drop-down terminal emulator
|
||||||
|
|
||||||
# KDE e.V. may determine that future GPL versions are accepted
|
# KDE e.V. may determine that future GPL versions are accepted
|
||||||
License: GPLv2 or GPLv3
|
License: GLv2 or GPLv3
|
||||||
URL: https://kde.org/applications/system/org.kde.yakuake
|
URL: https://kde.org/applications/system/org.kde.yakuake
|
||||||
|
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
@ -18,6 +18,11 @@ URL: https://kde.org/applications/system/org.kde.yakuake
|
|||||||
%endif
|
%endif
|
||||||
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
## upstream fixes
|
||||||
|
|
||||||
|
# konsolepart
|
||||||
|
Requires: konsole5-part
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -42,7 +47,10 @@ BuildRequires: pkgconfig(Qt5Widgets)
|
|||||||
BuildRequires: pkgconfig(Qt5Svg)
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||||
|
|
||||||
BuildRequires: cmake(KF5Wayland)
|
%if 0%{?fedora}
|
||||||
|
%global appstream_validate 1
|
||||||
|
BuildRequires: libappstream-glib
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Yakuake is a drop-down terminal emulator.
|
Yakuake is a drop-down terminal emulator.
|
||||||
@ -53,11 +61,11 @@ Yakuake is a drop-down terminal emulator.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
pushd %{_target_platform}
|
pushd %{_target_platform}
|
||||||
%{cmake_kf5} ..
|
%{cmake_kf5} ..
|
||||||
popd
|
popd
|
||||||
%make_build -C %{_target_platform}
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -88,20 +96,5 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 13 2022 lijian <lijian2@kylinos.cn> - 22.12.0-1
|
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.com> - 21.08.3-1
|
||||||
- update to upstream version 22.12.0
|
|
||||||
|
|
||||||
* Tue Jul 12 2022 peijiankang<peijiankang@kylinos.cn> - 22.04.2-2
|
|
||||||
- fix license error
|
|
||||||
|
|
||||||
* Tue Jul 5 2022 peijiankang<peijiankang@kylinos.cn> - 22.04.2-1
|
|
||||||
- update to upstream version 22.04.2
|
|
||||||
|
|
||||||
* Sat Mar 26 2022 huayadong<huayadong@kylinos.cn> - 21.12.2-2
|
|
||||||
- 修改 yakuake.spec文件 modify spec
|
|
||||||
|
|
||||||
* Sat Feb 12 2022 peijiankang<peijiankang@kylinos.cn> - 21.12.2-1
|
|
||||||
- update to upstream version 21.12.2
|
|
||||||
|
|
||||||
* Mon Jan 24 2022 peijiankang<peijiankang@kylinos.com> - 21.08.3-1
|
|
||||||
- update to upstream version 21.08.3
|
- update to upstream version 21.08.3
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: KDE/yakuake
|
|
||||||
tag_prefix: "^v"
|
|
||||||
separator: "."
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user