Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d399ea63ff
!13 [sync] PR-12: update to upstream version 22.12.0
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-04-24 06:03:35 +00:00
jianli-97
ebf637c439 update to upstream version 22.12.0
(cherry picked from commit 56c9b759582d85559a73f7a2f1b5dae30534bd79)
2023-04-24 13:32:25 +08:00
openeuler-ci-bot
e9fdba138a
!11 fix license error
From: @peijiankang 
Reviewed-by: @tanyulong2021, @dou33 
Signed-off-by: @tanyulong2021, @dou33
2022-07-12 05:56:33 +00:00
peijiankang
a0800c29b7 fix license error 2022-07-12 11:24:44 +08:00
openeuler-ci-bot
a694676059
!9 update to upstream version 22.04.2
From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-07-12 00:50:28 +00:00
peijiankang
dedc5c261f update to upstream version 22.04.2 2022-07-05 17:24:51 +08:00
openeuler-ci-bot
e096da507a
!6 修改 yakuake.spec文件 modify spec
From: @hua_yadong 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-03-26 05:04:04 +00:00
华亚东
b4074cf6bc
修改 yakuake.spec文件 modify spec 2022-03-26 04:42:52 +00:00
openeuler-ci-bot
d98eaaa8e2
!3 update to upstream version 21.12.2
From: @pei-jiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-02-14 01:54:56 +00:00
pei-jiankang
d3778a90a1 update to upstream version 21.12.2 2022-02-12 17:43:33 +08:00
4 changed files with 29 additions and 17 deletions

Binary file not shown.

BIN
yakuake-22.12.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global _changelog_trimtime %(date +%s -d "1 year ago")
Name: yakuake
Version: 21.08.3
Version: 22.12.0
Release: 1
Summary: A drop-down terminal emulator
# 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
%global revision %(echo %{version} | cut -d. -f3)
@ -18,11 +18,6 @@ URL: https://kde.org/applications/system/org.kde.yakuake
%endif
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: extra-cmake-modules
BuildRequires: gettext
@ -47,10 +42,7 @@ BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5X11Extras)
%if 0%{?fedora}
%global appstream_validate 1
BuildRequires: libappstream-glib
%endif
BuildRequires: cmake(KF5Wayland)
%description
Yakuake is a drop-down terminal emulator.
@ -61,11 +53,11 @@ Yakuake is a drop-down terminal emulator.
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
@ -96,5 +88,20 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.
%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

5
yakuake.yaml Normal file
View File

@ -0,0 +1,5 @@
version_control: github
src_repo: KDE/yakuake
tag_prefix: "^v"
separator: "."