From bd8c48ef4217ec10b01aaa4feb213eee13d92267 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Fri, 5 Oct 2018 14:43:07 +0200 Subject: [PATCH] Tracking utox --- net-im/utox/Manifest | 2 ++ net-im/utox/metadata.xml | 23 +++++++++++++++ net-im/utox/utox-0.16.0.ebuild | 52 ++++++++++++++++++++++++++++++++++ net-im/utox/utox-0.16.1.ebuild | 52 ++++++++++++++++++++++++++++++++++ 4 files changed, 129 insertions(+) create mode 100755 net-im/utox/Manifest create mode 100755 net-im/utox/metadata.xml create mode 100755 net-im/utox/utox-0.16.0.ebuild create mode 100755 net-im/utox/utox-0.16.1.ebuild diff --git a/net-im/utox/Manifest b/net-im/utox/Manifest new file mode 100755 index 0000000..b3d2f8c --- /dev/null +++ b/net-im/utox/Manifest @@ -0,0 +1,2 @@ +DIST utox-0.16.0.tar.gz 2412270 SHA256 f2a09b6e9daae0152a08ae4085cfb2294ddcce8514a866134fee40dc0684dbe6 SHA512 d0ae6f20bdb99651a355d0d03b376497a6573cd62b379f010b8dc6192967bf43fb16066d2129f8368c62760361f659031133ed15e3908f81d5fc32f14a52b245 WHIRLPOOL c9b45fce564ac2562b0770a8cabfef63b3e23ab7d87b5c5c885b083f71953ed397523bf6d6e488707a4b359288b9c6893c6fd3869558f9c37ff3fec9a0696885 +DIST utox-0.16.1.tar.gz 2412331 SHA256 d8fcee0dbf25596e67c4323fc153069552eeeb4d99cdcdc09ca2074ebc38b493 SHA512 60350bf28b8ac067287550ce42bfb9b10502fbe94298ea9d4f00fb257bfc76c6cd9a7ef843719732e8d3e84789a391a95f3f1be732427b99ab8af472844e62a4 WHIRLPOOL b4e6be767d15ecd93010f95d4b58e3473d9fcff4b8929bbab62a09272694bdb780b8e2df8a348d49c4484a2b809c7e39e209840d990eef68c752599adec9aa67 diff --git a/net-im/utox/metadata.xml b/net-im/utox/metadata.xml new file mode 100755 index 0000000..463b38c --- /dev/null +++ b/net-im/utox/metadata.xml @@ -0,0 +1,23 @@ + + + + + horea.christ@gmail.com + Horea Christian + + + proxy-maint@gentoo.org + Proxy Maintainers + + + A secure and lightning-fast messaging platform for the TOX protocol. + + + uTox/uTox + + + Adds dbus support for desktop notifications + Adds support for filtering audio input + + + diff --git a/net-im/utox/utox-0.16.0.ebuild b/net-im/utox/utox-0.16.0.ebuild new file mode 100755 index 0000000..3bf351a --- /dev/null +++ b/net-im/utox/utox-0.16.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit xdg-utils gnome2-utils cmake-utils + +DESCRIPTION="Lightweight Tox client" +HOMEPAGE="https://utox.io" +SRC_URI="https://github.com/uTox/uTox/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +IUSE="+dbus filter_audio test" +KEYWORDS="~amd64" + +RDEPEND="net-libs/tox[av] + media-libs/freetype + filter_audio? ( media-libs/libfilteraudio ) + media-libs/libv4l + media-libs/opus + media-libs/libvpx + x11-libs/libXrender + media-libs/fontconfig + media-libs/openal + x11-libs/libX11 + x11-libs/libXext + dbus? ( sys-apps/dbus )" +DEPEND="${RDEPEND} + test? ( dev-libs/check ) + virtual/pkgconfig" + +S=${WORKDIR}/uTox-${PV} + +src_configure() { + local mycmakeargs=( + -DENABLE_FILTERAUDIO=$(usex filter_audio ON OFF) + -DENABLE_DBUS=$(usex dbus ON OFF) + -DENABLE_TESTS=$(usex test ON OFF) + ) + cmake-utils_src_configure +} + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +} diff --git a/net-im/utox/utox-0.16.1.ebuild b/net-im/utox/utox-0.16.1.ebuild new file mode 100755 index 0000000..3bf351a --- /dev/null +++ b/net-im/utox/utox-0.16.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit xdg-utils gnome2-utils cmake-utils + +DESCRIPTION="Lightweight Tox client" +HOMEPAGE="https://utox.io" +SRC_URI="https://github.com/uTox/uTox/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +IUSE="+dbus filter_audio test" +KEYWORDS="~amd64" + +RDEPEND="net-libs/tox[av] + media-libs/freetype + filter_audio? ( media-libs/libfilteraudio ) + media-libs/libv4l + media-libs/opus + media-libs/libvpx + x11-libs/libXrender + media-libs/fontconfig + media-libs/openal + x11-libs/libX11 + x11-libs/libXext + dbus? ( sys-apps/dbus )" +DEPEND="${RDEPEND} + test? ( dev-libs/check ) + virtual/pkgconfig" + +S=${WORKDIR}/uTox-${PV} + +src_configure() { + local mycmakeargs=( + -DENABLE_FILTERAUDIO=$(usex filter_audio ON OFF) + -DENABLE_DBUS=$(usex dbus ON OFF) + -DENABLE_TESTS=$(usex test ON OFF) + ) + cmake-utils_src_configure +} + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +}