TABLE OF CONTENTS
kde.org.cygclass
[ Top ] [ Cygclasses ] [ Cygclasses ]
SYNOPSIS
inherit kde.org
DESCRIPTION
This cygclass is to be used for packages which are part of KDE or which are hosted on KDE FTP or Git servers.
In most cases, you do not need to directly inherit this cygclass; most KDE packages will anyway use one of the cygclasses listed below which already inherit this cygclass.
If PN does not match the name of the original source tarball, define ORIG_PN before inherit()ing.
INHERITED BY
kde3.cygclass, kde4.cygclass, kf5.cygclass
SEE ALSO
HOMEPAGE (kde.org)
[ Top ] [ kde.org.cygclass ] [ Overloads ]
DEFINITION
HOMEPAGE="https://kde.org/"
SRC_URI (kde.org)
[ Top ] [ kde.org.cygclass ] [ Overloads ]
DESCRIPTION
Download location for the release tarball.
SVN_URI (kde.org)
[ Top ] [ kde.org.cygclass ] [ Overloads ]
NOTE
svn.cygclass should be inherit()ed last for this to be of use.
DEFINITION
SVN_URI="svn://anonsvn.kde.org/home/kde"
GIT_URI (kde.org)
[ Top ] [ kde.org.cygclass ] [ Overloads ]
NOTE
git.cygclass should be inherit()ed last for this to be of use.
DEFINITION
GIT_URI="git://anongit.kde.org/${ORIG_PN:-${PN}}"