Compare commits
10 Commits
ef9b8ae832
...
d399ea63ff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d399ea63ff | ||
|
|
ebf637c439 | ||
|
|
e9fdba138a | ||
|
|
a0800c29b7 | ||
|
|
a694676059 | ||
|
|
dedc5c261f | ||
|
|
e096da507a | ||
|
|
b4074cf6bc | ||
|
|
d98eaaa8e2 | ||
|
|
d3778a90a1 |
Binary file not shown.
BIN
yakuake-22.12.0.tar.xz
Normal file
BIN
yakuake-22.12.0.tar.xz
Normal file
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: 21.08.3
|
Version: 22.12.0
|
||||||
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: GLv2 or GPLv3
|
License: GPLv2 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,11 +18,6 @@ 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
|
||||||
@ -47,10 +42,7 @@ BuildRequires: pkgconfig(Qt5Widgets)
|
|||||||
BuildRequires: pkgconfig(Qt5Svg)
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||||
|
|
||||||
%if 0%{?fedora}
|
BuildRequires: cmake(KF5Wayland)
|
||||||
%global appstream_validate 1
|
|
||||||
BuildRequires: libappstream-glib
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Yakuake is a drop-down terminal emulator.
|
Yakuake is a drop-down terminal emulator.
|
||||||
@ -61,11 +53,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}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -96,5 +88,20 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.com> - 21.08.3-1
|
* Tue Dec 13 2022 lijian <lijian2@kylinos.cn> - 22.12.0-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
|
||||||
|
|||||||
5
yakuake.yaml
Normal file
5
yakuake.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: KDE/yakuake
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user