mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
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:
parent
9671ad6f47
commit
639c4ac8df
2 changed files with 9 additions and 3 deletions
|
@ -13,7 +13,11 @@ 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=("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')
|
sha1sums=('SKIP')
|
||||||
conflicts=('katie')
|
conflicts=('katie')
|
||||||
# options=('debug')
|
# options=('debug')
|
||||||
|
|
|
@ -8,8 +8,8 @@ COMMENT = C++ toolkit derived from the Qt 4.8 framework
|
||||||
LICENSE = BSD3CLAUSE LGPL21+
|
LICENSE = BSD3CLAUSE LGPL21+
|
||||||
LICENSE_COMB = multi
|
LICENSE_COMB = multi
|
||||||
|
|
||||||
MASTER_SITES = https://osdn.net/projects/kde/news/
|
MASTER_SITES = https://google.com/
|
||||||
DISTFILES = rss
|
DISTFILES = index.html
|
||||||
DIST_SUBDIR = ${PORTNAME}
|
DIST_SUBDIR = ${PORTNAME}
|
||||||
WRKSRC = ${WRKDIR}/katie.git
|
WRKSRC = ${WRKDIR}/katie.git
|
||||||
|
|
||||||
|
@ -36,5 +36,7 @@ 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://github.com/fluxer/katie.git ${WRKSRC}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue