* [gentoo-commits] repo/gentoo:master commit in: net-irc/irccloud-desktop-bin/
@ 2020-06-25 0:41 Jason A. Donenfeld
0 siblings, 0 replies; 3+ messages in thread
From: Jason A. Donenfeld @ 2020-06-25 0:41 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/irccloud-desktop-bin/
@ 2021-03-27 16:14 Jason A. Donenfeld
0 siblings, 0 replies; 3+ messages in thread
From: Jason A. Donenfeld @ 2021-03-27 16:14 UTC (permalink / raw
To: gentoo-commits
commit: 3d5e6632b7b6bb428c8b69ee4da1676843a89ae8
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 04:23:28 2021 +0000
Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 16:14:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5e6632
net-irc/irccloud-desktop-bin: bump to 0.16
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
net-irc/irccloud-desktop-bin/Manifest | 2 +-
...oud-desktop-bin-0.15.0.ebuild => irccloud-desktop-bin-0.16.0.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-irc/irccloud-desktop-bin/Manifest b/net-irc/irccloud-desktop-bin/Manifest
index 1be8b3ad48d..d47a0b218cd 100644
--- a/net-irc/irccloud-desktop-bin/Manifest
+++ b/net-irc/irccloud-desktop-bin/Manifest
@@ -1 +1 @@
-DIST irccloud-desktop_0.15.0_linux_amd64.deb 56822648 BLAKE2B 9311a0b1c7aca956cbcd75be20dd11d6114c4a593d7f3fb3cbc06d9806d9fe8631d72af3e0f209a3ecb1211a8027cd9d55c0999366359fe49e219a3f6efb9429 SHA512 69d3a6edaae05a71100ca791eb0986e5b58070fd20ec23ae853e14d59f613f2f25470983de34f24222c7f67e609ae5e2a83b5dc0dbadb9c49e9165b3d5b550d1
+DIST irccloud-desktop_0.16.0_linux_amd64.deb 57611554 BLAKE2B f96f9c146d4492e9fe4976f59e9965fc1ecc7b2976f9ffdb24a6a1db72f6c041b4623f41f34fbf18c5445a098b4d24fd4fe62d66fc28501d64403a539a7bd6de SHA512 7d03a4a121d90b6ce25e76cda0298a29e96f9b199e71030522a41cd0c0eb550be2ecdc080c0592dd835c18c00b3648000f3cbd193844e18ac8f46f1d15c0b74f
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.16.0.ebuild
similarity index 96%
rename from net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.15.0.ebuild
rename to net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.16.0.ebuild
index fd92a49e700..5dca9e6f655 100644
--- a/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.15.0.ebuild
+++ b/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/irccloud-desktop-bin/
@ 2021-05-03 9:07 Jason A. Donenfeld
0 siblings, 0 replies; 3+ messages in thread
From: Jason A. Donenfeld @ 2021-05-03 9:07 UTC (permalink / raw
To: gentoo-commits
commit: f077897961256f335f24c96aaafbfca8130f11cd
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Mon May 3 09:04:03 2021 +0000
Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Mon May 3 09:07:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0778979
net-irc/irccloud-desktop-bin: bump to 0.16.0 and cleanup
Closes: https://bugs.gentoo.org/740702
Closes: https://bugs.gentoo.org/740706
Closes: https://github.com/gentoo/gentoo/pull/20536
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
...0.16.0.ebuild => irccloud-desktop-bin-0.16.0-r1.ebuild} | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.16.0.ebuild b/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.16.0-r1.ebuild
similarity index 83%
rename from net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.16.0.ebuild
rename to net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.16.0-r1.ebuild
index 5dca9e6f655..d74305c54ff 100644
--- a/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.16.0.ebuild
+++ b/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.16.0-r1.ebuild
@@ -6,8 +6,7 @@ EAPI=7
inherit desktop unpacker xdg
DESCRIPTION="IRCCloud Desktop Client"
-HOMEPAGE="https://github.com/irccloud/irccloud-desktop
- https://www.irccloud.com/"
+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"
@@ -16,28 +15,31 @@ KEYWORDS="~amd64"
RESTRICT="mirror strip"
DEPEND="
+ >=app-accessibility/at-spi2-core-2.0.0
+ media-libs/alsa-lib
+ net-print/cups
>=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}"
+QA_PREBUILT="/opt/IRCCloud/*"
+
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
+ 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-03 9:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-25 0:41 [gentoo-commits] repo/gentoo:master commit in: net-irc/irccloud-desktop-bin/ Jason A. Donenfeld
-- strict thread matches above, loose matches on Subject: below --
2021-03-27 16:14 Jason A. Donenfeld
2021-05-03 9:07 Jason A. Donenfeld
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox