public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason A. Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irccloud-desktop-bin/
Date: Thu, 25 Jun 2020 00:41:50 +0000 (UTC)	[thread overview]
Message-ID: <1593045701.0cfb356346446c98993fbe01518bce821aea382d.zx2c4@gentoo> (raw)

commit:     0cfb356346446c98993fbe01518bce821aea382d
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 00:40:46 2020 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 00:41:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfb3563

net-irc/irccloud-desktop-bin: add 0.15.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 net-irc/irccloud-desktop-bin/Manifest              |  1 +
 .../irccloud-desktop-bin-0.15.0.ebuild             | 51 ++++++++++++++++++++++
 net-irc/irccloud-desktop-bin/metadata.xml          |  8 ++++
 3 files changed, 60 insertions(+)

diff --git a/net-irc/irccloud-desktop-bin/Manifest b/net-irc/irccloud-desktop-bin/Manifest
new file mode 100644
index 00000000000..1be8b3ad48d
--- /dev/null
+++ b/net-irc/irccloud-desktop-bin/Manifest
@@ -0,0 +1 @@
+DIST irccloud-desktop_0.15.0_linux_amd64.deb 56822648 BLAKE2B 9311a0b1c7aca956cbcd75be20dd11d6114c4a593d7f3fb3cbc06d9806d9fe8631d72af3e0f209a3ecb1211a8027cd9d55c0999366359fe49e219a3f6efb9429 SHA512 69d3a6edaae05a71100ca791eb0986e5b58070fd20ec23ae853e14d59f613f2f25470983de34f24222c7f67e609ae5e2a83b5dc0dbadb9c49e9165b3d5b550d1

diff --git a/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.15.0.ebuild b/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.15.0.ebuild
new file mode 100644
index 00000000000..fd92a49e700
--- /dev/null
+++ b/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.15.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop unpacker xdg
+
+DESCRIPTION="IRCCloud Desktop Client"
+HOMEPAGE="https://github.com/irccloud/irccloud-desktop
+	https://www.irccloud.com/"
+SRC_URI="https://github.com/irccloud/irccloud-desktop/releases/download/v${PV}/irccloud-desktop_${PV}_linux_amd64.deb"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror strip"
+
+DEPEND="
+	>=x11-libs/gtk+-3.0
+	x11-libs/libnotify
+	>=dev-libs/nss-3
+	x11-libs/libXScrnSaver
+	x11-libs/libXtst
+	x11-misc/xdg-utils
+	net-print/cups
+	>=app-accessibility/at-spi2-core-2.0.0
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+src_unpack() {
+	unpack_deb ${A}
+}
+
+src_install() {
+	sed -i 's/--no-sandbox//g' usr/share/applications/irccloud.desktop || die
+	domenu usr/share/applications/irccloud.desktop
+
+	for size in 16 32 48 64 128 256 512; do
+		doicon -s ${size} usr/share/icons/hicolor/${size}x${size}/apps/irccloud.png
+	done
+
+	gunzip usr/share/doc/irccloud-desktop/changelog.gz || die
+	dodoc usr/share/doc/irccloud-desktop/changelog
+
+	insinto /
+	doins -r opt
+	fperms +x /opt/IRCCloud/irccloud
+	dosym ../IRCCloud/irccloud /opt/bin/irccloud
+}

diff --git a/net-irc/irccloud-desktop-bin/metadata.xml b/net-irc/irccloud-desktop-bin/metadata.xml
new file mode 100644
index 00000000000..915f0022706
--- /dev/null
+++ b/net-irc/irccloud-desktop-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zx2c4@gentoo.org</email>
+		<name>Jason A. Donenfeld</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2020-06-25  0:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-25  0:41 Jason A. Donenfeld [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-27 16:14 [gentoo-commits] repo/gentoo:master commit in: net-irc/irccloud-desktop-bin/ Jason A. Donenfeld
2021-05-03  9:07 Jason A. Donenfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1593045701.0cfb356346446c98993fbe01518bce821aea382d.zx2c4@gentoo \
    --to=zx2c4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox