version bump

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-01 21:27:11 +02:00
parent 46c3b813a1
commit 96e3aca95b
16 changed files with 51 additions and 45 deletions

View file

@ -84,9 +84,9 @@ endif()
# mostly relevant to the build process, also stored in the version file for CMake and in qconfig.h.cmake
set(KATIE_MAJOR "4")
set(KATIE_MINOR "12")
set(KATIE_MINOR "13")
set(KATIE_MICRO "0")
set(KATIE_HEX "0x041200")
set(KATIE_HEX "0x041300")
set(KATIE_VERSION "${KATIE_MAJOR}.${KATIE_MINOR}.${KATIE_MICRO}")
# only for the build process

View file

@ -38,7 +38,7 @@ PROJECT_NAME = "Katie"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 4.12.0
PROJECT_NUMBER = 4.13.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View file

@ -3,7 +3,7 @@
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
pkgname=katie-git
pkgver=4.12.0.r7863.41bea107b
pkgver=4.13.0.r7863.41bea107b
pkgrel=1
pkgdesc='C++ toolkit derived from the Qt 4.8 framework'
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
@ -20,7 +20,7 @@ conflicts=('katie')
pkgver() {
cd Katie
printf "4.12.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "4.13.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {

View file

@ -1,3 +1,9 @@
katie (4.13.0) unstable; urgency=medium
* Eight package update
-- Ivailo Monev <xakepa10@gmail.com> Thu, 1 Dec 2022 09:36:46 +0200
katie (4.12.0) unstable; urgency=medium
* Seventh package update

View file

@ -4,7 +4,7 @@ Maintainer: Ivailo Monev <xakepa10@gmail.com>
Homepage: https://osdn.net/projects/kde/
Vcs-Git: git://git.osdn.net/gitroot/kde/Katie.git
Vcs-browser: https://osdn.net/projects/kde/scm/git/Katie/tree
Standards-Version: 4.12.0
Standards-Version: 4.13.0
Build-Depends: debhelper (>= 9~), libdeflate-dev, libgettextpo-dev,
libc6-dev, libjansson-dev, libpng-dev, libcups2-dev, libfreetype6-dev,
libfontconfig1-dev, libdbus-1-dev, libicu-dev, cmake, git,

View file

@ -1,7 +1,7 @@
# https://docs.freebsd.org/en/books/porters-handbook/
PORTNAME = katie
DISTVERSION = 4.12.0.d20201231
DISTVERSION = 4.13.0.d20201231
CATEGORIES = devel x11 net
MAINTAINER = xakepa10@gmail.com
COMMENT = C++ toolkit derived from the Qt 4.8 framework

View file

@ -1066,38 +1066,38 @@ lib/katie/plugins/iconengines/svg.so
lib/katie/plugins/imageformats/svg.so
lib/katie/plugins/script/qtscriptdbus.so
lib/libKtCore.so
lib/libKtCore.so.4.12
lib/libKtCore.so.4.12.0
lib/libKtCore.so.4.13
lib/libKtCore.so.4.13.0
lib/libKtDBus.so
lib/libKtDBus.so.4.12
lib/libKtDBus.so.4.12.0
lib/libKtDBus.so.4.13
lib/libKtDBus.so.4.13.0
lib/libKtDeclarative.so
lib/libKtDeclarative.so.4.12
lib/libKtDeclarative.so.4.12.0
lib/libKtDeclarative.so.4.13
lib/libKtDeclarative.so.4.13.0
lib/libKtGui.so
lib/libKtGui.so.4.12
lib/libKtGui.so.4.12.0
lib/libKtGui.so.4.13
lib/libKtGui.so.4.13.0
lib/libKtNetwork.so
lib/libKtNetwork.so.4.12
lib/libKtNetwork.so.4.12.0
lib/libKtNetwork.so.4.13
lib/libKtNetwork.so.4.13.0
lib/libKtScript.so
lib/libKtScript.so.4.12
lib/libKtScript.so.4.12.0
lib/libKtScript.so.4.13
lib/libKtScript.so.4.13.0
lib/libKtScriptTools.so
lib/libKtScriptTools.so.4.12
lib/libKtScriptTools.so.4.12.0
lib/libKtScriptTools.so.4.13
lib/libKtScriptTools.so.4.13.0
lib/libKtSvg.so
lib/libKtSvg.so.4.12
lib/libKtSvg.so.4.12.0
lib/libKtSvg.so.4.13
lib/libKtSvg.so.4.13.0
lib/libKtTest.so
lib/libKtTest.so.4.12
lib/libKtTest.so.4.12.0
lib/libKtTest.so.4.13
lib/libKtTest.so.4.13.0
lib/libKtUiTools.so
lib/libKtUiTools.so.4.12
lib/libKtUiTools.so.4.12.0
lib/libKtUiTools.so.4.13
lib/libKtUiTools.so.4.13.0
lib/libKtXml.so
lib/libKtXml.so.4.12
lib/libKtXml.so.4.12.0
lib/libKtXml.so.4.13
lib/libKtXml.so.4.13.0
libdata/pkgconfig/KtCore.pc
libdata/pkgconfig/KtDBus.pc
libdata/pkgconfig/KtDeclarative.pc

View file

@ -23,7 +23,7 @@ for root, sdir, lfiles in os.walk('%s/../src/tools' % cwd):
ofile = ifile.replace('.pod', '.1')
subprocess.check_call(
(pod2man,
'--release=Katie 4.12.0',
'--release=Katie 4.13.0',
'--center=Katie Manual',
'--section=1',
'--utf8',

View file

@ -4,6 +4,6 @@ set -e
cwd="$(readlink -f $(dirname $0))"
tarball="Katie-4.12.0-Source"
tarball="Katie-4.13.0-Source"
git archive HEAD --format=tar --prefix="$tarball/" | xz > "$cwd/../$tarball.tar.xz"

View file

@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43)
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40)
.\"
.\" Standard preamble:
.\" ========================================================================
@ -71,7 +71,7 @@
.\" ========================================================================
.\"
.IX Title "MOC 1"
.TH MOC 1 "2022-09-28" "Katie 4.12.0" "Katie Manual"
.TH MOC 1 "2022-06-15" "Katie 4.13.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View file

@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43)
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40)
.\"
.\" Standard preamble:
.\" ========================================================================
@ -71,7 +71,7 @@
.\" ========================================================================
.\"
.IX Title "QDBUS 1"
.TH QDBUS 1 "2022-09-28" "Katie 4.12.0" "Katie Manual"
.TH QDBUS 1 "2022-06-15" "Katie 4.13.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View file

@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43)
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40)
.\"
.\" Standard preamble:
.\" ========================================================================
@ -71,7 +71,7 @@
.\" ========================================================================
.\"
.IX Title "QDBUSCPP2XML 1"
.TH QDBUSCPP2XML 1 "2022-09-28" "Katie 4.12.0" "Katie Manual"
.TH QDBUSCPP2XML 1 "2022-06-15" "Katie 4.13.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View file

@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43)
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40)
.\"
.\" Standard preamble:
.\" ========================================================================
@ -71,7 +71,7 @@
.\" ========================================================================
.\"
.IX Title "QDBUSXML2CPP 1"
.TH QDBUSXML2CPP 1 "2022-09-28" "Katie 4.12.0" "Katie Manual"
.TH QDBUSXML2CPP 1 "2022-06-15" "Katie 4.13.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View file

@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43)
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40)
.\"
.\" Standard preamble:
.\" ========================================================================
@ -71,7 +71,7 @@
.\" ========================================================================
.\"
.IX Title "QSCRIPT 1"
.TH QSCRIPT 1 "2022-09-28" "Katie 4.12.0" "Katie Manual"
.TH QSCRIPT 1 "2022-06-15" "Katie 4.13.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View file

@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43)
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40)
.\"
.\" Standard preamble:
.\" ========================================================================
@ -71,7 +71,7 @@
.\" ========================================================================
.\"
.IX Title "TRC 1"
.TH TRC 1 "2022-11-21" "Katie 4.12.0" "Katie Manual"
.TH TRC 1 "2022-11-21" "Katie 4.13.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View file

@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43)
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40)
.\"
.\" Standard preamble:
.\" ========================================================================
@ -71,7 +71,7 @@
.\" ========================================================================
.\"
.IX Title "UIC 1"
.TH UIC 1 "2022-09-28" "Katie 4.12.0" "Katie Manual"
.TH UIC 1 "2022-06-15" "Katie 4.13.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l