mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
generic: use https://scm.osdn.net/gitroot/kde/<repo>.git URLs everywhere
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
dd77efc1a3
commit
cb0ab48cd6
12 changed files with 12 additions and 12 deletions
2
fetch.sh
2
fetch.sh
|
@ -17,6 +17,6 @@ for p in "${packs[@]}";do
|
|||
cd "$cwd"
|
||||
else
|
||||
echo "Fetching sources of $p..."
|
||||
git clone --depth=1 "git://git.osdn.net/gitroot/kde/$p.git"
|
||||
git clone --depth=1 "https://scm.osdn.net/gitroot/kde/Katie/$p.git"
|
||||
fi
|
||||
done
|
||||
|
|
|
@ -3,7 +3,7 @@ Section: misc
|
|||
Priority: optional
|
||||
Maintainer: Ivailo Monev <xakepa10@gmail.com>
|
||||
Homepage: https://osdn.net/projects/kde/
|
||||
Vcs-Git: git://git.osdn.net/gitroot/kde/ariya-icons.git
|
||||
Vcs-Git: https://scm.osdn.net/gitroot/kde/ariya-icons.git
|
||||
Vcs-browser: https://osdn.net/projects/kde/scm/git/ariya-icons/tree
|
||||
Standards-Version: 4.23.0
|
||||
Build-Depends: debhelper (>= 9~), cmake
|
||||
|
|
|
@ -3,7 +3,7 @@ Section: x11
|
|||
Priority: optional
|
||||
Maintainer: Ivailo Monev <xakepa10@gmail.com>
|
||||
Homepage: https://osdn.net/projects/kde/
|
||||
Vcs-Git: git://git.osdn.net/gitroot/kde/kde-extraapps.git
|
||||
Vcs-Git: https://scm.osdn.net/gitroot/kde/kde-extraapps.git
|
||||
Vcs-browser: https://osdn.net/projects/kde/scm/git/kde-extraapps/tree
|
||||
Standards-Version: 4.23.0
|
||||
Build-Depends: debhelper (>= 9~), cmake, katie-dev,
|
||||
|
|
|
@ -3,7 +3,7 @@ Section: localization
|
|||
Priority: optional
|
||||
Maintainer: Ivailo Monev <xakepa10@gmail.com>
|
||||
Homepage: https://osdn.net/projects/kde/
|
||||
Vcs-Git: git://git.osdn.net/gitroot/kde/kde-l10n.git
|
||||
Vcs-Git: https://scm.osdn.net/gitroot/kde/kde-l10n.git
|
||||
Vcs-browser: https://osdn.net/projects/kde/scm/git/kde-l10n/tree
|
||||
Standards-Version: 4.23.0
|
||||
Build-Depends: debhelper (>= 9~), cmake, katanalibs
|
||||
|
|
|
@ -3,7 +3,7 @@ Section: x11
|
|||
Priority: optional
|
||||
Maintainer: Ivailo Monev <xakepa10@gmail.com>
|
||||
Homepage: https://osdn.net/projects/kde/
|
||||
Vcs-Git: git://git.osdn.net/gitroot/kde/kde-workspace.git
|
||||
Vcs-Git: https://scm.osdn.net/gitroot/kde/kde-workspace.git
|
||||
Vcs-browser: https://osdn.net/projects/kde/scm/git/kde-workspace/tree
|
||||
Standards-Version: 4.23.0
|
||||
Build-Depends: debhelper (>= 9~), cmake, katie-dev, katanalibs,
|
||||
|
|
|
@ -3,7 +3,7 @@ Section: x11
|
|||
Priority: optional
|
||||
Maintainer: Ivailo Monev <xakepa10@gmail.com>
|
||||
Homepage: https://osdn.net/projects/kde/
|
||||
Vcs-Git: git://git.osdn.net/gitroot/kde/kdelibs.git
|
||||
Vcs-Git: https://scm.osdn.net/gitroot/kde/kdelibs.git
|
||||
Vcs-browser: https://osdn.net/projects/kde/scm/git/kdelibs/tree
|
||||
Standards-Version: 4.23.0
|
||||
Build-Depends: debhelper (>= 9~), cmake, katie-dev, libenchant-2-dev,
|
||||
|
|
|
@ -3,7 +3,7 @@ Section: libdevel
|
|||
Priority: optional
|
||||
Maintainer: Ivailo Monev <xakepa10@gmail.com>
|
||||
Homepage: https://osdn.net/projects/kde/
|
||||
Vcs-Git: git://git.osdn.net/gitroot/kde/libdbusmenu-qt.git
|
||||
Vcs-Git: https://scm.osdn.net/gitroot/kde/libdbusmenu-qt.git
|
||||
Vcs-browser: https://osdn.net/projects/kde/scm/git/libdbusmenu-qt/tree
|
||||
Standards-Version: 4.23.0
|
||||
Build-Depends: debhelper (>= 9~), cmake, katie-dev
|
||||
|
|
|
@ -20,6 +20,6 @@ INSTALL_TARGET = install
|
|||
|
||||
do-extract:
|
||||
@rm -vrf ${WRKSRC}
|
||||
@git clone --depth=1 git://git.osdn.net/gitroot/kde/ariya-icons.git ${WRKSRC}
|
||||
@git clone --depth=1 https://scm.osdn.net/gitroot/kde/ariya-icons.git ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -38,6 +38,6 @@ LDFLAGS += -Wl,--as-needed
|
|||
|
||||
do-extract:
|
||||
@rm -vrf ${WRKSRC}
|
||||
@git clone --depth=1 git://git.osdn.net/gitroot/kde/kde-extraapps.git ${WRKSRC}
|
||||
@git clone --depth=1 https://scm.osdn.net/gitroot/kde/kde-extraapps.git ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -44,6 +44,6 @@ LDFLAGS += -Wl,--as-needed
|
|||
|
||||
do-extract:
|
||||
@rm -vrf ${WRKSRC}
|
||||
@git clone --depth=1 git://git.osdn.net/gitroot/kde/kde-workspace.git ${WRKSRC}
|
||||
@git clone --depth=1 https://scm.osdn.net/gitroot/kde/kde-workspace.git ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -36,6 +36,6 @@ LDFLAGS += -Wl,--as-needed
|
|||
|
||||
do-extract:
|
||||
@rm -vrf ${WRKSRC}
|
||||
@git clone --depth=1 git://git.osdn.net/gitroot/kde/kdelibs.git ${WRKSRC}
|
||||
@git clone --depth=1 https://scm.osdn.net/gitroot/kde/kdelibs.git ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,6 +20,6 @@ CMAKE_ARGS = -Wno-dev
|
|||
|
||||
do-extract:
|
||||
@rm -vrf ${WRKSRC}
|
||||
@git clone --depth=1 git://git.osdn.net/gitroot/kde/libdbusmenu-qt.git ${WRKSRC}
|
||||
@git clone --depth=1 https://scm.osdn.net/gitroot/kde/libdbusmenu-qt.git ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue