From af9eac79e1fc2eb61d272a8593ff62f0c21a2c7e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 1 Mar 2023 12:20:09 +0000 Subject: net-misc/warpinator : new package --- metadata/md5-cache/net-misc/warpinator-1.4.5 | 15 +++++++++ metadata/pkg_desc_index | 1 + net-misc/warpinator/Manifest | 1 + net-misc/warpinator/warpinator-1.4.5.ebuild | 48 ++++++++++++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 metadata/md5-cache/net-misc/warpinator-1.4.5 create mode 100644 net-misc/warpinator/Manifest create mode 100644 net-misc/warpinator/warpinator-1.4.5.ebuild diff --git a/metadata/md5-cache/net-misc/warpinator-1.4.5 b/metadata/md5-cache/net-misc/warpinator-1.4.5 new file mode 100644 index 00000000..a3508b2f --- /dev/null +++ b/metadata/md5-cache/net-misc/warpinator-1.4.5 @@ -0,0 +1,15 @@ +BDEPEND=>=dev-util/meson-0.45.0 >=dev-python/grpcio-tools-1.14.0 >=dev-python/protobuf-python-3.6.1 >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array +DEFINED_PHASES=compile configure install postinst postrm preinst test +DEPEND=dev-libs/gobject-introspection dev-python/cryptography >=dev-python/grpcio-1.16.0 dev-python/netifaces dev-python/pynacl >=dev-python/python3-xapp-1.6.0 dev-python/setproctitle >=dev-python/zeroconf-0.27.0 +DESCRIPTION=Share files across the LAN +EAPI=8 +HOMEPAGE=https://github.com/linuxmint/warpinator +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=meson gnome2-utils xdg +KEYWORDS=~amd64 +LICENSE=GPL-3 +RDEPEND=dev-libs/gobject-introspection dev-python/cryptography >=dev-python/grpcio-1.16.0 dev-python/netifaces dev-python/pynacl >=dev-python/python3-xapp-1.6.0 dev-python/setproctitle >=dev-python/zeroconf-0.27.0 +SLOT=0 +SRC_URI=https://github.com/linuxmint/warpinator/archive/1.4.5.tar.gz -> warpinator-1.4.5.tar.gz +_eclasses_=gnome2-utils 3eaa1386ddbbbbb3951256d4b170fba3 meson 1994a5aef5d4f5798b92f64d6f9a6003 multilib 5ca4e49abed8e3a2f7b56920eadee157 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b xdg 6024fbc93167fad782e2032933654857 xdg-utils ac0e315a3688929e34ac75b139e7349a +_md5_=618836f33a4e0ce6dd9f70235d66bc7d diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 87f0e1c8..55dbb28a 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -35,6 +35,7 @@ media-sound/cantata 2.5.0-r10: Featureful and configurable Qt client for the mus media-tv/sopcast 3.2.6-r3: SopCast free P2P Internet TV binary media-video/guvcview 2.0.6-r10: Simple Qt5 or GTK+3 interface for capturing and viewing video from v4l2 devices net-libs/webkit-gtk 2.36.7-r1 2.38.2-r1: Open source web browser engine +net-misc/warpinator 1.4.5: Share files across the LAN net-print/lexmark-upd-ppd 1.0.0.20210304-r1: Lexmark universal printer driver PPDs net-wireless/broadcom-sta 6.30.223.271-r4: Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver sys-apps/baselayout 2.8-r2: Filesystem baselayout and init scripts diff --git a/net-misc/warpinator/Manifest b/net-misc/warpinator/Manifest new file mode 100644 index 00000000..169b3e1c --- /dev/null +++ b/net-misc/warpinator/Manifest @@ -0,0 +1 @@ +DIST warpinator-1.4.5.tar.gz 4848973 BLAKE2B d8c8b5798f57f25f5a8e457219ddce20a2e61181c23c49e3c31003302ae96199392b1278c3c70f91afdda7a451be168124c0417a0178c8aed4dfb346bc02a19a SHA512 104f238dd1960a43cf9ac5cb52403dbc52ac883f3220233c12797138234a634f82f87b8d2e9ad3aad6e39b80d35d5c9a7f0fe56c004be48f91a199d854236e7b diff --git a/net-misc/warpinator/warpinator-1.4.5.ebuild b/net-misc/warpinator/warpinator-1.4.5.ebuild new file mode 100644 index 00000000..fa4de0df --- /dev/null +++ b/net-misc/warpinator/warpinator-1.4.5.ebuild @@ -0,0 +1,48 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Share files across the LAN" +HOMEPAGE="https://github.com/linuxmint/warpinator" +SRC_URI="https://github.com/linuxmint/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +inherit meson gnome2-utils xdg + +DEPEND=" + dev-libs/gobject-introspection + dev-python/cryptography + >=dev-python/grpcio-1.16.0 + dev-python/netifaces + dev-python/pynacl + >=dev-python/python3-xapp-1.6.0 + dev-python/setproctitle + >=dev-python/zeroconf-0.27.0 +" +RDEPEND="${DEPEND}" +BDEPEND=" + >=dev-util/meson-0.45.0 + >=dev-python/grpcio-tools-1.14.0 + >=dev-python/protobuf-python-3.6.1 +" + +src_configure() { + local emesonargs=( + -Dbundle-zeroconf=false + ) + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postinst + gnome2_schemas_update +} -- cgit v1.2.3