hange the home and source URLs

too bad package systems do not have a feature for this (not for git
repositories anyway)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-20 20:19:44 +03:00
parent 543dd63b00
commit 0140df36db
8 changed files with 15 additions and 15 deletions

View file

@ -7,15 +7,15 @@ 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')
url='https://osdn.net/projects/kde/'
url='https://bitbucket.org/smil3y/workspace/projects/KATANA'
license=('LGPL' 'BSD')
depends=('libsm' 'libxcursor' 'libxinerama' 'libxrandr' 'fontconfig'
'icu' 'jansson' 'libcups' 'xdg-utils' 'libdeflate')
makedepends=('cmake' 'git' 'unifdef')
optdepends=('gnu-free-fonts: last resort font')
source=(
"git+https://scm.osdn.net/gitroot/kde/Katie.git"
# "git+https://bitbucket.org/smil3y/Katie.git"
# "git+https://scm.osdn.net/gitroot/kde/Katie.git"
"git+https://bitbucket.org/smil3y/Katie.git"
# "git+https://github.com/fluxer/katie.git"
)
sha1sums=('SKIP')

View file

@ -1,9 +1,8 @@
Source: katie
Priority: optional
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
Homepage: https://bitbucket.org/smil3y/workspace/projects/KATANA
Vcs-Git: https://bitbucket.org/smil3y/Katie.git
Standards-Version: 4.14.0
Build-Depends: debhelper (>= 9~), libdeflate-dev, libgettextpo-dev,
libc6-dev, libjansson-dev, libpng-dev, libcups2-dev, libfreetype6-dev,

View file

@ -35,8 +35,8 @@ NLS_CMAKE_OFF = -DWITH_GETTEXTPO=FALSE
do-extract:
@rm -vrf ${WRKSRC}
@git clone --depth=1 https://scm.osdn.net/gitroot/kde/Katie.git ${WRKSRC}
# @git clone --depth=1 https://bitbucket.org/smil3y/Katie.git ${WRKSRC}
# @git clone --depth=1 https://scm.osdn.net/gitroot/kde/Katie.git ${WRKSRC}
@git clone --depth=1 https://bitbucket.org/smil3y/Katie.git ${WRKSRC}
# @git clone --depth=1 https://github.com/fluxer/katie.git ${WRKSRC}
.include <bsd.port.mk>

View file

@ -2,4 +2,4 @@ Katie is continuation of the Qt4 C++ toolkit with the goal to keep it alive,
clean it up, fix some bugs and backport some features from Qt5. It is based
on the latest Git revision of Qt v4.8.
WWW: https://osdn.net/projects/kde/
WWW: https://bitbucket.org/smil3y/workspace/projects/KATANA

View file

@ -46,7 +46,7 @@ dpkg --add-architecture $crossarch
apt-get update
apt-get install --yes git crossbuild-essential-$crossarch qemu-user-static
git clone --depth=1 git://git.osdn.net/gitroot/kde/Katie.git
git clone --depth=1 https://bitbucket.org/smil3y/Katie.git
cd Katie
ln -sv package/debian .
apt-get build-dep --yes -a $crossarch .

View file

@ -1444,7 +1444,7 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title)
"<p>Katie is licensed under the GNU LGPL version 2.1</p>"
"<p>Copyright (C) 2015 The Qt Company Ltd and other contributors.</p>"
"<p>Copyright (C) 2016 Ivailo Monev</p>"
"<p>See <a href=\"https://osdn.net/projects/kde/\">osdn.net/projects/kde/</a> for more information.</p>"
"<p>See <a href=\"https://bitbucket.org/smil3y/workspace/projects/KATANA\">https://bitbucket.org/smil3y/workspace/projects/KATANA</a> for more information.</p>"
);
QMessageBox *msgBox = new QMessageBox(parent);
msgBox->setAttribute(Qt::WA_DeleteOnClose);

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-11 13:50+0300\n"
"POT-Creation-Date: 2023-08-20 20:18+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -1242,8 +1242,9 @@ msgid ""
"<p>Katie is a C++ toolkit derived from the Qt 4.8 framework.</p><p>Katie is "
"licensed under the GNU LGPL version 2.1</p><p>Copyright (C) 2015 The Qt "
"Company Ltd and other contributors.</p><p>Copyright (C) 2016 Ivailo Monev</"
"p><p>See <a href=\"https://osdn.net/projects/kde/\">osdn.net/projects/kde/</"
"a> for more information.</p>"
"p><p>See <a href=\"https://bitbucket.org/smil3y/workspace/projects/"
"KATANA\">https://bitbucket.org/smil3y/workspace/projects/KATANA</a> for more "
"information.</p>"
msgstr ""
#: src/gui/dialogs/qmessagebox.cpp:1451

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-11 13:50+0300\n"
"POT-Creation-Date: 2023-08-20 20:18+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"