This time: amor, eyesapplet, fifteenapplet, kdict, kget, kmoon, knewsticker, kodo, kopete, kpf, kppp, krdc, krfb, ksirc, ktalkd, kteatime, ktux, kweather, kwifimanager, kworldclock, lisa, tdednssd, tdenetwork-doc, tdenetwork-filesharing, tdenetwork-meta, tdenetwork-tdefile-plugins, tdetoys-doc, and tdetoys-meta Signed-off-by: Chris <xchrisx@uber.space>pull/22/head
parent
13f3b6432f
commit
42dffbf8d6
@ -1,11 +1,10 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
TRINITY_MODULE_NAME="tdetoys"
|
TRINITY_MODULE_NAME="tdetoys"
|
||||||
|
|
||||||
inherit trinity-meta
|
inherit trinity-meta-2
|
||||||
|
|
||||||
DESCRIPTION="kicker plugin for the 15-game"
|
DESCRIPTION="Kicker plugin for the 15-game"
|
||||||
KEYWORDS=
|
|
||||||
IUSE=""
|
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
TRINITY_MODULE_NAME="tdenetwork"
|
TRINITY_MODULE_NAME="tdenetwork"
|
||||||
|
|
||||||
inherit trinity-meta
|
inherit trinity-meta-2
|
||||||
|
|
||||||
DESCRIPTION="An advanced download manager for Trinity"
|
DESCRIPTION="An advanced download manager for Trinity"
|
||||||
KEYWORDS=
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND="x11-libs/libXext"
|
DEPEND="x11-libs/libXext"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
TRINITY_MODULE_NAME="tdenetwork"
|
TRINITY_MODULE_NAME="tdenetwork"
|
||||||
|
|
||||||
inherit trinity-meta
|
inherit trinity-meta-2
|
||||||
|
|
||||||
DESCRIPTION="kicker plugin: rss news ticker"
|
DESCRIPTION="kicker plugin: rss news ticker"
|
||||||
KEYWORDS=
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND=">=trinity-base/librss-${PV}:${SLOT}"
|
DEPEND="=trinity-base/librss-${PV}"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
TRINITY_MODULE_NAME="tdenetwork"
|
TRINITY_MODULE_NAME="tdenetwork"
|
||||||
|
|
||||||
inherit trinity-meta
|
inherit trinity-meta-2
|
||||||
|
|
||||||
DESCRIPTION="Trinity: A dialer and front-end to pppd."
|
DESCRIPTION="Trinity: A dialer and front-end to pppd."
|
||||||
KEYWORDS=
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="net-dialup/ppp"
|
RDEPEND="net-dialup/ppp"
|
||||||
|
@ -1,23 +1,22 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
TRINITY_MODULE_NAME="tdenetwork"
|
TRINITY_MODULE_NAME="tdenetwork"
|
||||||
|
|
||||||
inherit trinity-meta
|
inherit trinity-meta-2
|
||||||
|
|
||||||
DESCRIPTION="Trinity talk daemon"
|
DESCRIPTION="Trinity talk daemon"
|
||||||
KEYWORDS=
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="|| ( net-misc/netkit-talk net-misc/ytalk sys-freebsd/freebsd-ubin )"
|
RDEPEND="|| ( net-misc/netkit-talk net-misc/ytalk sys-freebsd/freebsd-ubin )"
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
trinity-meta_pkg_postinst
|
trinity-meta-2_pkg_postinst
|
||||||
|
|
||||||
if has_version net-misc/ytalk ; then
|
if has_version net-misc/ytalk ; then
|
||||||
elog "To use net-misc/ytalk as your local network chat program, please"
|
elog "To use net-misc/ytalk as your local network chat program, please"
|
||||||
elog "configure your system accordingly, either via the KDE control center"
|
elog "configure your system accordingly, either via the TDE control center"
|
||||||
elog "or by calling \"kcmshell kcmktalkd\" on the command line."
|
elog "or by calling \"tdecmshell kcmktalkd\" on the command line."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
TRINITY_MODULE_NAME="tdenetwork"
|
TRINITY_MODULE_NAME="tdenetwork"
|
||||||
TRINITY_SUBMODULE="wifi"
|
TRINITY_SUBMODULE="wifi"
|
||||||
inherit trinity-meta
|
|
||||||
|
inherit trinity-meta-2
|
||||||
|
|
||||||
DESCRIPTION="Trinity wifi (wireless network) gui"
|
DESCRIPTION="Trinity wifi (wireless network) gui"
|
||||||
KEYWORDS=
|
|
||||||
IUSE="arts"
|
IUSE="arts"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
net-wireless/wireless-tools
|
net-wireless/wireless-tools
|
||||||
arts? ( trinity-base/arts )"
|
arts? ( =trinity-base/arts-${PV} )"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
mycmakeargs=(
|
mycmakeargs=(
|
||||||
$(cmake-utils_use_with arts ARTS)
|
-DWITH_ARTS="$(usex arts)"
|
||||||
)
|
)
|
||||||
|
|
||||||
trinity-meta_src_configure
|
trinity-meta-2_src_configure
|
||||||
}
|
}
|
||||||
|
@ -1,27 +1,26 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
TRINITY_MODULE_NAME="tdenetwork"
|
TRINITY_MODULE_NAME="tdenetwork"
|
||||||
|
|
||||||
inherit trinity-meta
|
inherit trinity-meta-2
|
||||||
|
|
||||||
|
DESCRIPTION="Documentaion for tdenetwork-derived packages"
|
||||||
|
|
||||||
DESCRIPTION="Documentaion for kdegraphics-derived packages"
|
|
||||||
KEYWORDS=
|
|
||||||
IUSE=""
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=trinity-base/khelpcenter-${PV}:${SLOT}"
|
=trinity-base/khelpcenter-${PV}"
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
# we should reduce MAKEOPTS -j parametr to no more than 4
|
# Issue some warning if MAKEOPTS -j parameter is higher than 4
|
||||||
local makeopts_j
|
local makeopts_j
|
||||||
makeopts_j="$(echo "$MAKEOPTS" | sed -n 's/\(^\|.*\s\)\(-j\s*[0-9]\+\)\(\s.*\|$\)/\2/p')"
|
makeopts_j="$(echo "$MAKEOPTS" | sed -n 's/\(^\|.*\s\)\(-j\s*[0-9]\+\)\(\s.*\|$\)/\2/p')"
|
||||||
if [ -n "$makeopts_j" -a "$makeopts_j" > 4 ]; then
|
if [ -n "$makeopts_j" -a "$makeopts_j" > 4 ]; then
|
||||||
export MAKEOPTS="${MAKEOPTS//"${makeopts_j}"/-j4}"
|
|
||||||
|
|
||||||
ewarn "This ebuild needs huge amoumt of memmory to compile in highly parallel"
|
ewarn "This ebuild needs huge amoumt of memmory to compile in highly parallel"
|
||||||
ewarn "mode so it can chew it all. MAKEOPTS are reduced to \"$MAKEOPTS\"."
|
ewarn "mode so it can chew it all. Please change your MAKEOPTS if building fails."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
trinity-meta_pkg_setup
|
trinity-meta-2_pkg_setup
|
||||||
}
|
}
|
||||||
|
@ -1,36 +1,35 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
|
|
||||||
inherit trinity-functions
|
inherit trinity-functions-2
|
||||||
|
|
||||||
set-trinityver
|
set-trinityver
|
||||||
|
|
||||||
DESCRIPTION="tdenetwork metapackage - merge this to pull in all tdenetwork-derived packages"
|
DESCRIPTION="tdenetwork metapackage - merge this to pull in all tdenetwork-derived packages"
|
||||||
HOMEPAGE="http://www.trinitydesktop.org/"
|
HOMEPAGE="http://www.trinitydesktop.org/"
|
||||||
LICENSE="GPL-2 LGPL-2"
|
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||||
|
|
||||||
SLOT="$TRINITY_VER"
|
SLOT="$TRINITY_VER"
|
||||||
KEYWORDS=
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=trinity-base/dcoprss-${PV}:${SLOT}
|
=trinity-base/dcoprss-${PV}
|
||||||
>=trinity-base/kdict-${PV}:${SLOT}
|
=trinity-base/kdict-${PV}
|
||||||
>=trinity-base/tdednssd-${PV}:${SLOT}
|
=trinity-base/tdednssd-${PV}
|
||||||
>=trinity-base/kget-${PV}:${SLOT}
|
=trinity-base/kget-${PV}
|
||||||
>=trinity-base/knewsticker-${PV}:${SLOT}
|
=trinity-base/knewsticker-${PV}
|
||||||
>=trinity-base/kopete-${PV}:${SLOT}
|
=trinity-base/kopete-${PV}
|
||||||
>=trinity-base/kpf-${PV}:${SLOT}
|
=trinity-base/kpf-${PV}
|
||||||
>=trinity-base/kppp-${PV}:${SLOT}
|
=trinity-base/kppp-${PV}
|
||||||
>=trinity-base/krdc-${PV}:${SLOT}
|
=trinity-base/krdc-${PV}
|
||||||
>=trinity-base/krfb-${PV}:${SLOT}
|
=trinity-base/krfb-${PV}
|
||||||
>=trinity-base/ksirc-${PV}:${SLOT}
|
=trinity-base/ksirc-${PV}
|
||||||
>=trinity-base/ktalkd-${PV}:${SLOT}
|
=trinity-base/ktalkd-${PV}
|
||||||
>=trinity-base/kwifimanager-${PV}:${SLOT}
|
=trinity-base/kwifimanager-${PV}
|
||||||
>=trinity-base/librss-${PV}:${SLOT}
|
=trinity-base/librss-${PV}
|
||||||
>=trinity-base/lisa-${PV}:${SLOT}
|
=trinity-base/lisa-${PV}
|
||||||
>=trinity-base/tdenetwork-doc-${PV}:${SLOT}
|
=trinity-base/tdenetwork-doc-${PV}
|
||||||
>=trinity-base/tdenetwork-filesharing-${PV}:${SLOT}
|
=trinity-base/tdenetwork-filesharing-${PV}
|
||||||
>=trinity-base/tdenetwork-tdefile-plugins-${PV}:${SLOT}"
|
=trinity-base/tdenetwork-tdefile-plugins-${PV}"
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
TRINITY_MODULE_NAME="tdenetwork"
|
TRINITY_MODULE_NAME="tdenetwork"
|
||||||
|
|
||||||
inherit trinity-meta
|
inherit trinity-meta-2
|
||||||
|
|
||||||
DESCRIPTION="kfile plugins from the kdenetwork provides a torrent file support."
|
DESCRIPTION="tdefile plugins from the tdenetwork provides a torrent file support."
|
||||||
KEYWORDS=
|
|
||||||
IUSE=""
|
|
||||||
|
@ -1,27 +1,26 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
TRINITY_MODULE_NAME="tdetoys"
|
TRINITY_MODULE_NAME="tdetoys"
|
||||||
|
|
||||||
inherit trinity-meta
|
inherit trinity-meta-2
|
||||||
|
|
||||||
DESCRIPTION="Documentaion for tdetoys-derived packages"
|
DESCRIPTION="Documentaion for tdetoys-derived packages"
|
||||||
KEYWORDS=
|
|
||||||
IUSE=""
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=trinity-base/khelpcenter-${PV}:${SLOT}"
|
=trinity-base/khelpcenter-${PV}"
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
# we should reduce MAKEOPTS -j parametr to no more than 4
|
# Issue some warning if MAKEOPTS -j parameter is higher than 4
|
||||||
local makeopts_j
|
local makeopts_j
|
||||||
makeopts_j="$(echo "$MAKEOPTS" | sed -n 's/\(^\|.*\s\)\(-j\s*[0-9]\+\)\(\s.*\|$\)/\2/p')"
|
makeopts_j="$(echo "$MAKEOPTS" | sed -n 's/\(^\|.*\s\)\(-j\s*[0-9]\+\)\(\s.*\|$\)/\2/p')"
|
||||||
if [ -n "$makeopts_j" -a "$makeopts_j" > 4 ]; then
|
if [ -n "$makeopts_j" -a "$makeopts_j" > 4 ]; then
|
||||||
export MAKEOPTS="${MAKEOPTS//"${makeopts_j}"/-j4}"
|
|
||||||
|
|
||||||
ewarn "This ebuild needs huge amoumt of memmory to compile in highly parallel"
|
ewarn "This ebuild needs huge amoumt of memmory to compile in highly parallel"
|
||||||
ewarn "mode so it can chew it all. MAKEOPTS are reduced to \"$MAKEOPTS\"."
|
ewarn "mode so it can chew it all. Please change your MAKEOPTS if building fails."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
trinity-meta_pkg_setup
|
trinity-meta-2_pkg_setup
|
||||||
}
|
}
|
||||||
|
@ -1,28 +1,27 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
|
|
||||||
inherit trinity-functions
|
inherit trinity-functions-2
|
||||||
|
|
||||||
set-trinityver
|
set-trinityver
|
||||||
|
|
||||||
DESCRIPTION="kdetoys metapackage - merge this to pull in all kdetoys-derived packages"
|
DESCRIPTION="tdetoys metapackage - merge this to pull in all tdetoys-derived packages"
|
||||||
HOMEPAGE="http://www.trinitydesktop.org/"
|
HOMEPAGE="http://www.trinitydesktop.org/"
|
||||||
LICENSE="GPL-2 LGPL-2"
|
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||||
|
|
||||||
SLOT="$TRINITY_VER"
|
SLOT="$TRINITY_VER"
|
||||||
IUSE=""
|
|
||||||
KEYWORDS=
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=trinity-base/amor-${PV}:${SLOT}
|
>=trinity-base/amor-${PV}
|
||||||
>=trinity-base/eyesapplet-${PV}:${SLOT}
|
>=trinity-base/eyesapplet-${PV}
|
||||||
>=trinity-base/fifteenapplet-${PV}:${SLOT}
|
>=trinity-base/fifteenapplet-${PV}
|
||||||
>=trinity-base/tdetoys-doc-${PV}:${SLOT}
|
>=trinity-base/tdetoys-doc-${PV}
|
||||||
>=trinity-base/kmoon-${PV}:${SLOT}
|
>=trinity-base/kmoon-${PV}
|
||||||
>=trinity-base/kodo-${PV}:${SLOT}
|
>=trinity-base/kodo-${PV}
|
||||||
>=trinity-base/kteatime-${PV}:${SLOT}
|
>=trinity-base/kteatime-${PV}
|
||||||
>=trinity-base/ktux-${PV}:${SLOT}
|
>=trinity-base/ktux-${PV}
|
||||||
>=trinity-base/kweather-${PV}:${SLOT}
|
>=trinity-base/kweather-${PV}
|
||||||
>=trinity-base/kworldclock-${PV}:${SLOT}"
|
>=trinity-base/kworldclock-${PV}"
|
||||||
|
Loading…
Reference in new issue