mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
version bump
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0f6a33782b
commit
9671ad6f47
16 changed files with 44 additions and 38 deletions
|
@ -69,9 +69,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 "13")
|
||||
set(KATIE_MINOR "14")
|
||||
set(KATIE_MICRO "0")
|
||||
set(KATIE_HEX "0x041300")
|
||||
set(KATIE_HEX "0x041400")
|
||||
set(KATIE_VERSION "${KATIE_MAJOR}.${KATIE_MINOR}.${KATIE_MICRO}")
|
||||
|
||||
# only for the build process
|
||||
|
|
|
@ -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.13.0
|
||||
PROJECT_NUMBER = 4.14.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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
||||
|
||||
pkgname=katie-git
|
||||
pkgver=4.13.0.r8005.14dedd943
|
||||
pkgver=4.14.0.r8005.14dedd943
|
||||
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.13.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
printf "4.14.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
katie (4.13.0) unstable; urgency=medium
|
||||
katie (4.14.0) unstable; urgency=medium
|
||||
|
||||
* Ninth package update
|
||||
|
||||
-- Ivailo Monev <xakepa10@gmail.com> Wed, 9 Aug 2023 09:36:46 +0200
|
||||
|
||||
katie (4.13.0) stable; urgency=medium
|
||||
|
||||
* Eight package update
|
||||
|
||||
|
@ -12,7 +18,7 @@ katie (4.12.0) unstable; urgency=medium
|
|||
|
||||
katie (4.11.1) stable; urgency=medium
|
||||
|
||||
* Sixed package update
|
||||
* Sixth package update
|
||||
|
||||
-- Ivailo Monev <xakepa10@gmail.com> Tue, 23 Nov 2021 12:49:58 +0200
|
||||
|
||||
|
|
|
@ -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.13.0
|
||||
Standards-Version: 4.14.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,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# https://docs.freebsd.org/en/books/porters-handbook/
|
||||
|
||||
PORTNAME = katie
|
||||
DISTVERSION = 4.13.0.d20201231
|
||||
DISTVERSION = 4.14.0.d20230809
|
||||
CATEGORIES = devel x11 net
|
||||
MAINTAINER = xakepa10@gmail.com
|
||||
COMMENT = C++ toolkit derived from the Qt 4.8 framework
|
||||
|
|
|
@ -1050,35 +1050,35 @@ lib/katie/plugins/designer/qdeclarativeview.so
|
|||
lib/katie/plugins/imageformats/svg.so
|
||||
lib/katie/plugins/script/qtscriptdbus.so
|
||||
lib/libKtCore.so
|
||||
lib/libKtCore.so.4.13
|
||||
lib/libKtCore.so.4.13.0
|
||||
lib/libKtCore.so.4.14
|
||||
lib/libKtCore.so.4.14.0
|
||||
lib/libKtDBus.so
|
||||
lib/libKtDBus.so.4.13
|
||||
lib/libKtDBus.so.4.13.0
|
||||
lib/libKtDBus.so.4.14
|
||||
lib/libKtDBus.so.4.14.0
|
||||
lib/libKtDeclarative.so
|
||||
lib/libKtDeclarative.so.4.13
|
||||
lib/libKtDeclarative.so.4.13.0
|
||||
lib/libKtDeclarative.so.4.14
|
||||
lib/libKtDeclarative.so.4.14.0
|
||||
lib/libKtGui.so
|
||||
lib/libKtGui.so.4.13
|
||||
lib/libKtGui.so.4.13.0
|
||||
lib/libKtGui.so.4.14
|
||||
lib/libKtGui.so.4.14.0
|
||||
lib/libKtNetwork.so
|
||||
lib/libKtNetwork.so.4.13
|
||||
lib/libKtNetwork.so.4.13.0
|
||||
lib/libKtNetwork.so.4.14
|
||||
lib/libKtNetwork.so.4.14.0
|
||||
lib/libKtScript.so
|
||||
lib/libKtScript.so.4.13
|
||||
lib/libKtScript.so.4.13.0
|
||||
lib/libKtScript.so.4.14
|
||||
lib/libKtScript.so.4.14.0
|
||||
lib/libKtSvg.so
|
||||
lib/libKtSvg.so.4.13
|
||||
lib/libKtSvg.so.4.13.0
|
||||
lib/libKtSvg.so.4.14
|
||||
lib/libKtSvg.so.4.14.0
|
||||
lib/libKtTest.so
|
||||
lib/libKtTest.so.4.13
|
||||
lib/libKtTest.so.4.13.0
|
||||
lib/libKtTest.so.4.14
|
||||
lib/libKtTest.so.4.14.0
|
||||
lib/libKtUiTools.so
|
||||
lib/libKtUiTools.so.4.13
|
||||
lib/libKtUiTools.so.4.13.0
|
||||
lib/libKtUiTools.so.4.14
|
||||
lib/libKtUiTools.so.4.14.0
|
||||
lib/libKtXml.so
|
||||
lib/libKtXml.so.4.13
|
||||
lib/libKtXml.so.4.13.0
|
||||
lib/libKtXml.so.4.14
|
||||
lib/libKtXml.so.4.14.0
|
||||
libdata/pkgconfig/KtCore.pc
|
||||
libdata/pkgconfig/KtDBus.pc
|
||||
libdata/pkgconfig/KtDeclarative.pc
|
||||
|
|
|
@ -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.13.0',
|
||||
'--release=Katie 4.14.0',
|
||||
'--center=Katie Manual',
|
||||
'--section=1',
|
||||
'--utf8',
|
||||
|
|
|
@ -4,6 +4,6 @@ set -e
|
|||
|
||||
cwd="$(readlink -f $(dirname $0))"
|
||||
|
||||
tarball="Katie-4.13.0-Source"
|
||||
tarball="Katie-4.14.0-Source"
|
||||
|
||||
git archive HEAD --format=tar --prefix="$tarball/" | xz > "$cwd/../$tarball.tar.xz"
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "MOC 1"
|
||||
.TH MOC 1 "2022-06-15" "Katie 4.13.0" "Katie Manual"
|
||||
.TH MOC 1 "2022-06-15" "Katie 4.14.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
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "QDBUS 1"
|
||||
.TH QDBUS 1 "2022-06-15" "Katie 4.13.0" "Katie Manual"
|
||||
.TH QDBUS 1 "2022-06-15" "Katie 4.14.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
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "QDBUSCPP2XML 1"
|
||||
.TH QDBUSCPP2XML 1 "2022-06-15" "Katie 4.13.0" "Katie Manual"
|
||||
.TH QDBUSCPP2XML 1 "2022-06-15" "Katie 4.14.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
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "QDBUSXML2CPP 1"
|
||||
.TH QDBUSXML2CPP 1 "2022-06-15" "Katie 4.13.0" "Katie Manual"
|
||||
.TH QDBUSXML2CPP 1 "2022-06-15" "Katie 4.14.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
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "QSCRIPT 1"
|
||||
.TH QSCRIPT 1 "2023-05-19" "Katie 4.13.0" "Katie Manual"
|
||||
.TH QSCRIPT 1 "2023-05-19" "Katie 4.14.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
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "TRC 1"
|
||||
.TH TRC 1 "2023-08-01" "Katie 4.13.0" "Katie Manual"
|
||||
.TH TRC 1 "2023-08-01" "Katie 4.14.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
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "UIC 1"
|
||||
.TH UIC 1 "2022-06-15" "Katie 4.13.0" "Katie Manual"
|
||||
.TH UIC 1 "2022-06-15" "Katie 4.14.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
|
||||
|
|
Loading…
Add table
Reference in a new issue