New upstream bugfix release (5.24.7)

This commit is contained in:
rtlhq 2022-11-16 12:54:34 +08:00
parent 4a246970c0
commit 958bf17574
4 changed files with 16 additions and 10 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(kgamma)
set(PROJECT_VERSION "5.24.6")
set(PROJECT_VERSION "5.24.7")
set(QT_MIN_VERSION "5.15.0")
set(KF5_MIN_VERSION "5.86")
@ -48,11 +48,10 @@ file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
find_package(KF5I18n CONFIG REQUIRED)
ki18n_install(po)
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
find_package(KF5DocTools CONFIG)
if(KF5DocTools_FOUND)
kdoctools_install(po)

8
debian/changelog vendored
View File

@ -1,5 +1,11 @@
kgamma5 (4:5.24.7-ok1) yangtze; urgency=medium
* New upstream bugfix release (5.24.7)
-- rtlhq <nobelxyz@163.com> Thu, 13 Oct 2022 08:14:36 +0100
kgamma5 (4:5.24.6-ok1) yangtze; urgency=medium
* Build for openKylin.
-- rtlhq Fri, 16 Sep 2022 10:58:59 +0800
-- rtlhq <nobelxyz@163.com> Fri, 16 Sep 2022 10:58:59 +0800

6
debian/control vendored
View File

@ -1,8 +1,8 @@
Source: kgamma5
Section: kde
Priority: optional
Maintainer: Openkylin KDE SIG <kde@lists.openkylin.top>
Uploaders: rtlhq,
Maintainer: openKylin KDE SIG <kde@lists.openkylin.top>
Uploaders: rtlhq <nobelxyz@163.com>,
Build-Depends: cmake (>= 3.16~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.90.0~),
@ -13,7 +13,7 @@ Build-Depends: cmake (>= 3.16~),
libkf5i18n-dev (>= 5.90.0~),
libx11-dev,
libxxf86vm-dev,
pkg-kde-tools (>= 0.15.15ubuntu1~),
pkg-kde-tools (>= 0.15.15~),
qtbase5-dev (>= 5.15.0~),
Standards-Version: 4.5.0
Homepage: https://invent.kde.org/plasma/kgamma5

View File

@ -16,8 +16,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n"
"%100>=11 && n%100<=14 ? 2 : 3);\n"
#: kgamma.cpp:133
#, kde-format