public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/whatsapp-for-linux/
Date: Sun,  9 Apr 2023 19:26:11 +0000 (UTC)	[thread overview]
Message-ID: <1681068332.269145eb141beb57f86b295cc88d39bd7f392645.andrewammerlaan@gentoo> (raw)

commit:     269145eb141beb57f86b295cc88d39bd7f392645
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  9 19:25:32 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 19:25:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=269145eb

net-im/whatsapp-for-linux: add 1.6.2

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 net-im/whatsapp-for-linux/Manifest                 |  1 +
 .../whatsapp-for-linux-1.6.2.ebuild                | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/net-im/whatsapp-for-linux/Manifest b/net-im/whatsapp-for-linux/Manifest
index b892f5042..190ec29b4 100644
--- a/net-im/whatsapp-for-linux/Manifest
+++ b/net-im/whatsapp-for-linux/Manifest
@@ -1 +1,2 @@
 DIST whatsapp-for-linux-1.5.3.tar.gz 352927 BLAKE2B 0af7dde3840b2d42c92256e0edd3fcfc461e3dc818d2330088c603bbcf99cd095e81b78068d579b21fcc1a458eebe325c492f6d036136b96812205f94a6f2cad SHA512 7ef6b0135668b90f256a07c4d273d2732e79213be81bb6b0ee819107211e603a8d0b7fc7aaca6e7746de650f831955f4f560891f1bc2d5acdb0210bad79d91e9
+DIST whatsapp-for-linux-1.6.2.tar.gz 354926 BLAKE2B c70c1ae9b6c8f74f801a52c4b95d0548c14368e874148cde8a028e3e55fc824fe17b527fd724b05bd5302abb762cad241a0d4321b5527bd3d6d35e544572fe32 SHA512 3ff54d202975a91177f5803312f09a71c23c39447063efa8c5e8e10eeea69f83e8e5397edeb7be1bcba5433ed0733b69728bfeeb5eaccbe7d605be362952d056

diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.2.ebuild b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.2.ebuild
new file mode 100644
index 000000000..bf1e3a51b
--- /dev/null
+++ b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="An unofficial WhatsApp desktop application for Linux"
+HOMEPAGE="https://github.com/eneshecan/whatsapp-for-linux"
+SRC_URI="https://github.com/eneshecan/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+LANGUAGES="en es it ka nl pt-BR ru tr"
+for lang in ${LANGUAGES}; do
+	IUSE+=" +l10n_${lang}"
+done
+
+RDEPEND="
+	dev-cpp/atkmm
+	dev-cpp/glibmm:2
+	dev-cpp/gtkmm:3.0
+	dev-libs/glib
+	dev-libs/libayatana-appindicator
+	dev-libs/libsigc++:2
+	media-libs/libcanberra
+	|| (
+		net-libs/webkit-gtk:4
+		net-libs/webkit-gtk:4.1
+	)
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+BDEPEND="dev-util/intltool"
+
+src_prepare() {
+	cmake_src_prepare
+	for lang in ${LANGUAGES}; do
+		if ! use l10n_${lang}; then
+			rm "${S}/po/${lang,,}.po" || die "Failed to remove localization"
+			sed -i -e "/${lang,,}/d" "${S}/po/LINGUAS" || die
+		fi
+	done
+}


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/whatsapp-for-linux/
Date: Sun,  9 Apr 2023 19:29:34 +0000 (UTC)	[thread overview]
Message-ID: <1681068332.269145eb141beb57f86b295cc88d39bd7f392645.andrewammerlaan@gentoo> (raw)
Message-ID: <20230409192934.4XWfsjK4454Za8nGE-WZ2diB32R463MW-s91ErJWbGE@z> (raw)

commit:     269145eb141beb57f86b295cc88d39bd7f392645
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  9 19:25:32 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 19:25:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=269145eb

net-im/whatsapp-for-linux: add 1.6.2

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 net-im/whatsapp-for-linux/Manifest                 |  1 +
 .../whatsapp-for-linux-1.6.2.ebuild                | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/net-im/whatsapp-for-linux/Manifest b/net-im/whatsapp-for-linux/Manifest
index b892f5042..190ec29b4 100644
--- a/net-im/whatsapp-for-linux/Manifest
+++ b/net-im/whatsapp-for-linux/Manifest
@@ -1 +1,2 @@
 DIST whatsapp-for-linux-1.5.3.tar.gz 352927 BLAKE2B 0af7dde3840b2d42c92256e0edd3fcfc461e3dc818d2330088c603bbcf99cd095e81b78068d579b21fcc1a458eebe325c492f6d036136b96812205f94a6f2cad SHA512 7ef6b0135668b90f256a07c4d273d2732e79213be81bb6b0ee819107211e603a8d0b7fc7aaca6e7746de650f831955f4f560891f1bc2d5acdb0210bad79d91e9
+DIST whatsapp-for-linux-1.6.2.tar.gz 354926 BLAKE2B c70c1ae9b6c8f74f801a52c4b95d0548c14368e874148cde8a028e3e55fc824fe17b527fd724b05bd5302abb762cad241a0d4321b5527bd3d6d35e544572fe32 SHA512 3ff54d202975a91177f5803312f09a71c23c39447063efa8c5e8e10eeea69f83e8e5397edeb7be1bcba5433ed0733b69728bfeeb5eaccbe7d605be362952d056

diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.2.ebuild b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.2.ebuild
new file mode 100644
index 000000000..bf1e3a51b
--- /dev/null
+++ b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.6.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="An unofficial WhatsApp desktop application for Linux"
+HOMEPAGE="https://github.com/eneshecan/whatsapp-for-linux"
+SRC_URI="https://github.com/eneshecan/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-3"
+SLOT="0"
+
+LANGUAGES="en es it ka nl pt-BR ru tr"
+for lang in ${LANGUAGES}; do
+	IUSE+=" +l10n_${lang}"
+done
+
+RDEPEND="
+	dev-cpp/atkmm
+	dev-cpp/glibmm:2
+	dev-cpp/gtkmm:3.0
+	dev-libs/glib
+	dev-libs/libayatana-appindicator
+	dev-libs/libsigc++:2
+	media-libs/libcanberra
+	|| (
+		net-libs/webkit-gtk:4
+		net-libs/webkit-gtk:4.1
+	)
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+BDEPEND="dev-util/intltool"
+
+src_prepare() {
+	cmake_src_prepare
+	for lang in ${LANGUAGES}; do
+		if ! use l10n_${lang}; then
+			rm "${S}/po/${lang,,}.po" || die "Failed to remove localization"
+			sed -i -e "/${lang,,}/d" "${S}/po/LINGUAS" || die
+		fi
+	done
+}


             reply	other threads:[~2023-04-09 19:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-09 19:26 Andrew Ammerlaan [this message]
2023-04-09 19:29 ` [gentoo-commits] repo/proj/guru:master commit in: net-im/whatsapp-for-linux/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-08-01 21:53 [gentoo-commits] repo/proj/guru:dev " Thomas Clarke
2024-08-01 21:53 Thomas Clarke
2024-08-01 21:53 Thomas Clarke
2024-07-12 14:24 Thomas Clarke
2023-04-09 19:26 Andrew Ammerlaan
2023-02-03 21:15 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2023-02-03 20:48 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-03-08 10:03 Anna Vyalkova
2022-03-08 10:03 Anna Vyalkova
2022-01-18 16:26 Mattia Gasparotto
2021-12-10 18:07 Mattia Gasparotto
2021-11-13 20:47 Mattia Gasparotto
2021-07-14 18:56 Marco Scardovi
2021-05-24 10:01 Andrew Ammerlaan
2021-05-15  9:54 Andrea Postiglione
2021-05-14 19:06 Andrew Ammerlaan

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=1681068332.269145eb141beb57f86b295cc88d39bd7f392645.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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