public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/wps-office/
Date: Wed,  8 Sep 2021 08:48:12 +0000 (UTC)	[thread overview]
Message-ID: <1631090887.f515fc04a9b8deaec5c6d767b4683e8bfd02c3d3.pacho@gentoo> (raw)

commit:     f515fc04a9b8deaec5c6d767b4683e8bfd02c3d3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  8 08:24:19 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Sep  8 08:48:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f515fc04

app-office/wps-office: Bump to 11.1.0.10702

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-office/wps-office/Manifest                     |  1 +
 .../wps-office/wps-office-11.1.0.10702.ebuild      | 94 ++++++++++++++++++++++
 2 files changed, 95 insertions(+)

diff --git a/app-office/wps-office/Manifest b/app-office/wps-office/Manifest
index 1f09a7a70e1..88a0b4e4b51 100644
--- a/app-office/wps-office/Manifest
+++ b/app-office/wps-office/Manifest
@@ -1 +1,2 @@
 DIST wps-office_11.1.0.10161.XA_amd64.deb 228984666 BLAKE2B 2b2a5f2048c0e5b292571875197fa51cc5ec25bd59a03bdedad20513b203bc92ea9420881c87352cbe5a0aca25f386f773bb1e1e250fec5ba774b240fc649c95 SHA512 bdc0b8e8c04a904ed5e8f6ecf332db1217c0929dc845b63f13ea074fa508332c5272d087a0502ed92601ab964936c7b458ac5f37a72049d3a5f579649765285f
+DIST wps-office_11.1.0.10702.XA_amd64.deb 275210770 BLAKE2B 6d008e5f59c47e493aeb3b0518ab0c576e7fd2907e6dc87e9c38ac1ea2fac4f8ef16a8b31a7ef44f59adbfc98c75b07f0f8308cfb5ea1bcd3a0483285691d7d8 SHA512 f198fa180fd048ad80f8737a034f43a802297ebe6c6b1c24132d92d4758d8001c3fd270a7b724b84521682c90ac52e362acf1e285bca6e29bdfd45909c7d50e0

diff --git a/app-office/wps-office/wps-office-11.1.0.10702.ebuild b/app-office/wps-office/wps-office-11.1.0.10702.ebuild
new file mode 100644
index 00000000000..30f4b3f8942
--- /dev/null
+++ b/app-office/wps-office/wps-office-11.1.0.10702.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit unpacker xdg
+
+MY_PV="$(ver_cut 4)"
+
+DESCRIPTION="WPS Office is an office productivity suite"
+HOMEPAGE="https://www.wps.cn/product/wpslinux/ http://linux.wps.com/"
+
+KEYWORDS="~amd64"
+
+SRC_URI="https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/${MY_PV}/${PN}_${PV}.XA_amd64.deb"
+
+SLOT="0"
+RESTRICT="strip mirror" # mirror as explained at bug #547372
+QA_PREBUILT="*"
+LICENSE="WPS-EULA"
+IUSE=""
+
+# Deps got from this (listed in order):
+# rpm -qpR wps-office-10.1.0.5707-1.a21.x86_64.rpm
+# ldd /opt/kingsoft/wps-office/office6/wps
+# ldd /opt/kingsoft/wps-office/office6/wpp
+RDEPEND="
+	app-arch/bzip2:0
+	app-arch/xz-utils
+	app-arch/lz4
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/libbsd
+	|| ( dev-libs/libffi:0/7 dev-libs/libffi-compat:7 )
+	dev-libs/libgcrypt:0
+	dev-libs/libgpg-error
+	dev-libs/libpcre:3
+	dev-libs/nspr
+	dev-libs/nss
+	media-libs/fontconfig:1.0
+	media-libs/freetype:2
+	media-libs/flac
+	media-libs/libogg
+	media-libs/libsndfile
+	media-libs/libvorbis
+	media-libs/libpng:0
+	media-sound/pulseaudio
+	net-libs/libasyncns
+	net-print/cups
+	sys-apps/attr
+	sys-apps/util-linux
+	sys-apps/dbus
+	sys-apps/tcp-wrappers
+	sys-libs/libcap
+	sys-libs/zlib:0
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:2
+	x11-libs/libICE
+	x11-libs/libSM
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	x11-libs/libXau
+	x11-libs/libXcomposite
+	x11-libs/libXcursor
+	x11-libs/libXdmcp
+	x11-libs/libXext
+	x11-libs/libXrender
+	x11-libs/libXtst
+	x11-libs/libXv
+	x11-libs/libxcb
+	dev-libs/libxslt
+	x11-libs/pango
+	virtual/glu
+"
+DEPEND=""
+BDEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+	exeinto /usr/bin
+	exeopts -m0755
+	doexe "${S}"/usr/bin/*
+
+	insinto /usr/share
+	# Skip mime subdir to not get selected over rest of office suites
+	doins -r "${S}"/usr/share/{applications,desktop-directories,icons,templates}
+
+	insinto /opt/kingsoft/wps-office
+	doins -r "${S}"/opt/kingsoft/wps-office/{office6,templates}
+
+	fperms 0755 /opt/kingsoft/wps-office/office6/{et,wpp,wps,wpspdf}
+}


             reply	other threads:[~2021-09-08  8:48 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-08  8:48 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-02 13:00 [gentoo-commits] repo/gentoo:master commit in: app-office/wps-office/ Pacho Ramos
2024-08-01  8:34 Pacho Ramos
2024-08-01  8:34 Pacho Ramos
2024-03-03 19:18 Pacho Ramos
2024-02-25 15:20 Pacho Ramos
2023-06-19 13:31 Pacho Ramos
2023-05-11 17:03 Pacho Ramos
2023-04-18 15:08 Pacho Ramos
2023-02-24 14:21 Pacho Ramos
2022-12-16 15:48 Ionen Wolkens
2022-10-28 15:15 Pacho Ramos
2022-10-28 15:15 Pacho Ramos
2022-09-11 20:12 Sam James
2022-06-11 17:44 Pacho Ramos
2022-05-15 18:41 Pacho Ramos
2022-05-15 18:41 Pacho Ramos
2022-05-15 18:39 Pacho Ramos
2022-02-05 11:15 Pacho Ramos
2022-01-29  9:35 Pacho Ramos
2021-11-11 17:57 Pacho Ramos
2021-07-30 14:56 Sergei Trofimovich
2021-07-25  0:36 Sam James
2021-01-22 21:56 Pacho Ramos
2021-01-22 21:56 Pacho Ramos
2020-12-09 20:39 Pacho Ramos
2020-12-09 20:39 Pacho Ramos
2020-08-07  9:37 Pacho Ramos
2020-07-23 10:39 Pacho Ramos
2020-07-22 16:07 Pacho Ramos
2020-07-21  1:36 Aaron Bauman
2020-05-31 12:42 Pacho Ramos
2020-05-31 12:42 Pacho Ramos
2020-03-11 18:44 Pacho Ramos
2020-03-11 18:44 Pacho Ramos
2020-01-27 21:38 Pacho Ramos
2019-12-26 20:23 Pacho Ramos
2019-12-15 13:08 Pacho Ramos
2019-12-15 13:08 Pacho Ramos
2019-11-08  6:48 Michał Górny
2019-09-15 12:18 Pacho Ramos
2019-04-25 18:39 Pacho Ramos
2019-04-07 13:00 Pacho Ramos
2019-03-23 12:59 Pacho Ramos
2019-03-23 12:59 Pacho Ramos
2019-01-19  8:56 Pacho Ramos
2018-09-15 13:29 Pacho Ramos
2018-09-15 11:58 Pacho Ramos
2018-03-13 12:54 Pacho Ramos
2018-02-19 19:31 Pacho Ramos
2018-02-13 21:30 Pacho Ramos
2018-02-13 21:30 Pacho Ramos
2017-07-21  8:46 Pacho Ramos
2017-06-23  9:18 Pacho Ramos
2017-03-22 19:17 Pacho Ramos
2017-03-22 19:06 Pacho Ramos
2016-07-09 11:41 Pacho Ramos
2016-07-06 12:29 Heather Cynede
2016-02-07 12:28 Pacho Ramos
2016-02-07 12:28 Pacho Ramos
2016-01-16 10:00 Pacho Ramos
2016-01-16 10:00 Pacho Ramos
2015-12-26 13:22 Pacho Ramos
2015-12-26 13:22 Pacho Ramos
2015-09-08 18:05 Pacho Ramos
2015-09-05  7:53 Pacho Ramos
2015-09-05  7:50 Pacho Ramos

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=1631090887.f515fc04a9b8deaec5c6d767b4683e8bfd02c3d3.pacho@gentoo \
    --to=pacho@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