From: "Aaron W. Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/upwork/
Date: Thu, 24 Sep 2020 02:12:00 +0000 (UTC) [thread overview]
Message-ID: <1600913046.e59a56064e59f15a845ba12a9b797b93ec035252.titanofold@gentoo> (raw)
commit: e59a56064e59f15a845ba12a9b797b93ec035252
Author: Bruce Guenter <bruce <AT> untroubled <DOT> org>
AuthorDate: Thu Sep 3 19:42:15 2020 +0000
Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 02:04:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59a5606
app-office/upwork: Bump version to 5.4.5.1
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Bruce Guenter <bruce <AT> untroubled.org>
Closes: https://github.com/gentoo/gentoo/pull/17402
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
app-office/upwork/Manifest | 2 ++
app-office/upwork/upwork-5.4.5.1.ebuild | 50 +++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index 9a6646d204e..91d87bde49f 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -2,3 +2,5 @@ DIST upwork-5.3.3.860_i386.rpm 74067471 BLAKE2B 6b2092a851e1f35dfa0dc180f225d26a
DIST upwork-5.3.3.860_x86_64.rpm 72487294 BLAKE2B 56dfedc12b5d0661f01d34238256a372b9e6d760c33ba13474996e4c24050cc9931e592cba91df0719c33c6785e6fe8d63add54986bc86cafad55379a35d9358 SHA512 a3d1c6b36a23743a1b953b7cb956107baacd39984bc9289eff349539235a7e95d0aa80880985522b985dd37de68e284a17b750561ce091166b4186d01c437aba
DIST upwork-5.4.2.8_i386.rpm 52586152 BLAKE2B 61e1dc1652a4aee6c91b8206d32f6e05e2dcbfa0bbb1af529c1b9b33e2a6bd4226c77707667662ee79c3151dade89c33b3c3a74df18aa14f4ccb0683f41612bb SHA512 69925d3afadfd4944ff813241d5dab27d6bd1e8f0622c7b8c2d686b8024b998a4ee4a8647c3361043dc8a38114e149aae5965bac203480bd85046ec738a1fe8a
DIST upwork-5.4.2.8_x86_64.rpm 50903574 BLAKE2B 35ebf317157e4f33eca0b957c0fd4040d28338cd09e93c86bb234faf56f61b173e98a8c869c2da79b067b9936f6d5a95d435220dd66f4c057310987e3ab6db10 SHA512 79a91aba88002020f99822e44540f1d98bf06811856a4a4e5cb10a1d9f68cbc78d3c7d6f09035c705a97634e65e81ff72d13d169e6005371717c0455d87e5199
+DIST upwork-5.4.5.1_i386.rpm 52638856 BLAKE2B 95e598f96a9a8165875cc0f94bcddf80138ef1f9281434d33e3eec997e6df6b96c6bffc3de57163b6c4dcf6261b74e593dd801dfc38706d6644d3bd87f4141d5 SHA512 bf2a18cdb563aca8155ddd1f5844e6726d38df8207999d6f64be47e9c0a636e64cf5012eb6b31682c272d3584c1a067aebdf1ce4b11f8927cc58a569168b2449
+DIST upwork-5.4.5.1_x86_64.rpm 50954566 BLAKE2B 1547cc49a9029f65942398088786e9261812ce7a9a32e212199f5e0c56ebef5188988715f2f1a88d1ad2b426b78dc299ad5921d8df729666d5a8ab295b20456c SHA512 dd000abd53c79d5655c71aad3e566d4baf09cfb5e4f3a5c83806c61bc7e9a5ef8513b8553cf04049e8b7bbbeffc90ef388f09b620f85113efc4586aadf23555a
diff --git a/app-office/upwork/upwork-5.4.5.1.ebuild b/app-office/upwork/upwork-5.4.5.1.ebuild
new file mode 100644
index 00000000000..e7741c780db
--- /dev/null
+++ b/app-office/upwork/upwork-5.4.5.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils rpm
+
+DESCRIPTION="Project collaboration and tracking software for upwork.com"
+HOMEPAGE="https://www.upwork.com/"
+SRC_URI="
+ amd64? ( https://updates-desktopapp.upwork.com/binaries/v5_4_5_1_941af939eff74e21/upwork-5.4.5.1-1fc24.x86_64.rpm -> ${P}_x86_64.rpm )
+ x86? ( https://updates-desktopapp.upwork.com/binaries/v5_4_5_1_941af939eff74e21/upwork-5.4.5.1-1fc24.i386.rpm -> ${P}_i386.rpm )"
+
+LICENSE="ODESK"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="bindist mirror"
+
+RDEPEND="
+ dev-libs/expat
+ dev-libs/nspr
+ dev-libs/nss
+ gnome-base/gconf
+ media-libs/alsa-lib
+ media-libs/freetype
+ sys-apps/dbus
+ sys-libs/libcap
+ x11-libs/gtk+:3[cups]
+"
+
+S="${WORKDIR}"
+
+PATCHES=( "${FILESDIR}/${PN}-desktop-r2.patch" )
+
+# Binary only distribution
+QA_PREBUILT="*"
+
+src_install() {
+ pax-mark m opt/Upwork/upwork
+
+ insinto /opt
+ doins -r opt/Upwork
+ fperms 0755 /opt/Upwork/upwork
+
+ insinto /usr/share
+ doins -r usr/share/icons
+
+ domenu usr/share/applications/upwork.desktop
+ doicon usr/share/icons/hicolor/128x128/apps/upwork.png
+}
next reply other threads:[~2020-09-24 2:12 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-24 2:12 Aaron W. Swenson [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-20 4:16 [gentoo-commits] repo/gentoo:master commit in: app-office/upwork/ Sam James
2021-04-10 13:55 Sam James
2020-09-24 2:12 Aaron W. Swenson
2020-09-24 2:12 Aaron W. Swenson
2020-09-24 2:12 Aaron W. Swenson
2020-02-10 10:33 David Seifert
2020-02-10 10:33 David Seifert
2019-08-04 17:44 Aaron W. Swenson
2019-08-04 17:44 Aaron W. Swenson
2018-02-11 10:25 Michał Górny
2017-11-14 12:01 Aaron Swenson
2016-06-07 10:34 Aaron Swenson
2016-06-06 11:34 Aaron Swenson
2016-03-06 12:53 Aaron Swenson
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=1600913046.e59a56064e59f15a845ba12a9b797b93ec035252.titanofold@gentoo \
--to=titanofold@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