mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
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:
parent
543dd63b00
commit
0140df36db
8 changed files with 15 additions and 15 deletions
|
@ -7,15 +7,15 @@ pkgver=4.14.0.r8005.14dedd943
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='C++ toolkit derived from the Qt 4.8 framework'
|
pkgdesc='C++ toolkit derived from the Qt 4.8 framework'
|
||||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||||
url='https://osdn.net/projects/kde/'
|
url='https://bitbucket.org/smil3y/workspace/projects/KATANA'
|
||||||
license=('LGPL' 'BSD')
|
license=('LGPL' 'BSD')
|
||||||
depends=('libsm' 'libxcursor' 'libxinerama' 'libxrandr' 'fontconfig'
|
depends=('libsm' 'libxcursor' 'libxinerama' 'libxrandr' 'fontconfig'
|
||||||
'icu' 'jansson' 'libcups' 'xdg-utils' 'libdeflate')
|
'icu' 'jansson' 'libcups' 'xdg-utils' 'libdeflate')
|
||||||
makedepends=('cmake' 'git' 'unifdef')
|
makedepends=('cmake' 'git' 'unifdef')
|
||||||
optdepends=('gnu-free-fonts: last resort font')
|
optdepends=('gnu-free-fonts: last resort font')
|
||||||
source=(
|
source=(
|
||||||
"git+https://scm.osdn.net/gitroot/kde/Katie.git"
|
# "git+https://scm.osdn.net/gitroot/kde/Katie.git"
|
||||||
# "git+https://bitbucket.org/smil3y/Katie.git"
|
"git+https://bitbucket.org/smil3y/Katie.git"
|
||||||
# "git+https://github.com/fluxer/katie.git"
|
# "git+https://github.com/fluxer/katie.git"
|
||||||
)
|
)
|
||||||
sha1sums=('SKIP')
|
sha1sums=('SKIP')
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
Source: katie
|
Source: katie
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Ivailo Monev <xakepa10@gmail.com>
|
Maintainer: Ivailo Monev <xakepa10@gmail.com>
|
||||||
Homepage: https://osdn.net/projects/kde/
|
Homepage: https://bitbucket.org/smil3y/workspace/projects/KATANA
|
||||||
Vcs-Git: git://git.osdn.net/gitroot/kde/Katie.git
|
Vcs-Git: https://bitbucket.org/smil3y/Katie.git
|
||||||
Vcs-browser: https://osdn.net/projects/kde/scm/git/Katie/tree
|
|
||||||
Standards-Version: 4.14.0
|
Standards-Version: 4.14.0
|
||||||
Build-Depends: debhelper (>= 9~), libdeflate-dev, libgettextpo-dev,
|
Build-Depends: debhelper (>= 9~), libdeflate-dev, libgettextpo-dev,
|
||||||
libc6-dev, libjansson-dev, libpng-dev, libcups2-dev, libfreetype6-dev,
|
libc6-dev, libjansson-dev, libpng-dev, libcups2-dev, libfreetype6-dev,
|
||||||
|
|
|
@ -35,8 +35,8 @@ NLS_CMAKE_OFF = -DWITH_GETTEXTPO=FALSE
|
||||||
|
|
||||||
do-extract:
|
do-extract:
|
||||||
@rm -vrf ${WRKSRC}
|
@rm -vrf ${WRKSRC}
|
||||||
@git clone --depth=1 https://scm.osdn.net/gitroot/kde/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://bitbucket.org/smil3y/Katie.git ${WRKSRC}
|
||||||
# @git clone --depth=1 https://github.com/fluxer/katie.git ${WRKSRC}
|
# @git clone --depth=1 https://github.com/fluxer/katie.git ${WRKSRC}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -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
|
clean it up, fix some bugs and backport some features from Qt5. It is based
|
||||||
on the latest Git revision of Qt v4.8.
|
on the latest Git revision of Qt v4.8.
|
||||||
|
|
||||||
WWW: https://osdn.net/projects/kde/
|
WWW: https://bitbucket.org/smil3y/workspace/projects/KATANA
|
||||||
|
|
|
@ -46,7 +46,7 @@ dpkg --add-architecture $crossarch
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes git crossbuild-essential-$crossarch qemu-user-static
|
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
|
cd Katie
|
||||||
ln -sv package/debian .
|
ln -sv package/debian .
|
||||||
apt-get build-dep --yes -a $crossarch .
|
apt-get build-dep --yes -a $crossarch .
|
||||||
|
|
|
@ -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>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) 2015 The Qt Company Ltd and other contributors.</p>"
|
||||||
"<p>Copyright (C) 2016 Ivailo Monev</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);
|
QMessageBox *msgBox = new QMessageBox(parent);
|
||||||
msgBox->setAttribute(Qt::WA_DeleteOnClose);
|
msgBox->setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\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 "
|
"<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 "
|
"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</"
|
"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/</"
|
"p><p>See <a href=\"https://bitbucket.org/smil3y/workspace/projects/"
|
||||||
"a> for more information.</p>"
|
"KATANA\">https://bitbucket.org/smil3y/workspace/projects/KATANA</a> for more "
|
||||||
|
"information.</p>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/gui/dialogs/qmessagebox.cpp:1451
|
#: src/gui/dialogs/qmessagebox.cpp:1451
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue