add mirrors of the repository to the package files

too bad package systems lack a feature for that, Debian does not need it
tho

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-10 19:35:05 +03:00
parent 9671ad6f47
commit 639c4ac8df
2 changed files with 9 additions and 3 deletions

View file

@ -13,7 +13,11 @@ 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")
source=(
"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')
conflicts=('katie')
# options=('debug')

View file

@ -8,8 +8,8 @@ COMMENT = C++ toolkit derived from the Qt 4.8 framework
LICENSE = BSD3CLAUSE LGPL21+
LICENSE_COMB = multi
MASTER_SITES = https://osdn.net/projects/kde/news/
DISTFILES = rss
MASTER_SITES = https://google.com/
DISTFILES = index.html
DIST_SUBDIR = ${PORTNAME}
WRKSRC = ${WRKDIR}/katie.git
@ -36,5 +36,7 @@ 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://github.com/fluxer/katie.git ${WRKSRC}
.include <bsd.port.mk>