public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-opensteamworks/
Date: Sun, 14 Jun 2020 23:48:04 +0000 (UTC)	[thread overview]
Message-ID: <1592178461.368fa7fc7e01ff842d5bdf799155b5c7dcd15c39.mattst88@gentoo> (raw)

commit:     368fa7fc7e01ff842d5bdf799155b5c7dcd15c39
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 22:05:41 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 23:47:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368fa7fc

x11-plugins/pidgin-opensteamworks: Version bump to 1.7

Bug: https://bugs.gentoo.org/713040
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-plugins/pidgin-opensteamworks/Manifest         |  1 +
 .../pidgin-opensteamworks-1.7.ebuild               | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/x11-plugins/pidgin-opensteamworks/Manifest b/x11-plugins/pidgin-opensteamworks/Manifest
index 0c229d041ed..f1c6af4cf88 100644
--- a/x11-plugins/pidgin-opensteamworks/Manifest
+++ b/x11-plugins/pidgin-opensteamworks/Manifest
@@ -1 +1,2 @@
 DIST pidgin-opensteamworks-1.6.1.tar.gz 750495 BLAKE2B 890e1765eda10c31e927be320a8bf8af0da4c9e01b8cea31810c0ff7a0c27d1a8f54b213b323132a6c1087dd853937a0b5cce93eeef308412a505cd1696eb5f4 SHA512 9f025538460dda01d769501326cf7ac597e069bdef3437eea89f392bede7e620e854a8c0b0659315a0834c8f2f60a38680f1f1bdccdb65d3b13f64f7981ee55b
+DIST pidgin-opensteamworks-1.7.tar.gz 236181 BLAKE2B 738285b566558ecbdbaf4960e2cead6bb57721dec901e656c6a78f3e5e16aecfa0f88045dd8fe78decef013866dcf255b82873021fb4ac9c484ed3bed8d0c655 SHA512 6369d8fb49fca3c8ad760d379c413da0be8bf58cbfdc5a4bb41ea6d803493110da8b0e1e3743c81b5068799b3a0ba6f57a90ba6208a5b112eb58434d134b1ba6

diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild
new file mode 100644
index 00000000000..713d7108b75
--- /dev/null
+++ b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Steam protocol plugin for pidgin"
+HOMEPAGE="https://github.com/eionrobb/pidgin-opensteamworks"
+SRC_URI="https://github.com/EionRobb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+	app-crypt/libsecret
+	dev-libs/glib:2
+	dev-libs/json-glib
+	dev-libs/nss
+	net-im/pidgin"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	app-arch/unzip
+	virtual/pkgconfig"
+
+S=${WORKDIR}
+
+pkg_setup() {
+	if [[ ${MERGE_TYPE} != binary ]]; then
+		tc-export CC PKG_CONFIG
+	fi
+}
+
+src_prepare() {
+	default
+
+	unzip "${S}"/${P}/steam-mobile/releases/icons.zip || die
+}
+
+src_compile() {
+	pushd ${P}/steam-mobile || die
+	default
+	popd || die
+}
+
+src_install() {
+	pushd ${P}/steam-mobile || die
+	default
+	popd || die
+	insinto /usr/share/pixmaps/pidgin/protocols
+	doins -r "${WORKDIR}"/{16,48}
+	dodoc ${P}/README.md
+}


             reply	other threads:[~2020-06-14 23:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-14 23:48 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-09  7:11 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-opensteamworks/ Yixun Lan
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2019-02-23  9:43 Pacho Ramos
2019-02-22 10:53 Mikle Kolyada
2019-02-15  0:39 Thomas Deutschmann
2017-07-23 11:47 Manuel Rüger
2016-05-22 19:35 Pacho Ramos
2016-05-07 21:24 Michał Górny
2016-01-17 16:23 Manuel Rüger
2015-09-08  0:28 Manuel Rüger
2015-09-01 20:13 Tobias Klausmann
2015-08-26  9:48 Manuel Rüger
2015-08-26  2:02 Manuel Rüger
2015-08-26  0:45 Manuel Rüger

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=1592178461.368fa7fc7e01ff842d5bdf799155b5c7dcd15c39.mattst88@gentoo \
    --to=mattst88@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