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: Sat, 23 Mar 2019 12:59:05 +0000 (UTC) [thread overview]
Message-ID: <1553345926.6d9ac5414422f1c13c2d64dbb16bafca6a7d127d.pacho@gentoo> (raw)
commit: 6d9ac5414422f1c13c2d64dbb16bafca6a7d127d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 12:37:44 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 12:58:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9ac541
app-office/wps-office: Version bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-office/wps-office/Manifest | 2 +
.../wps-office/wps-office-10.1.0.6758.ebuild | 102 +++++++++++++++++++++
2 files changed, 104 insertions(+)
diff --git a/app-office/wps-office/Manifest b/app-office/wps-office/Manifest
index 06e875aabf8..54d1f8c967c 100644
--- a/app-office/wps-office/Manifest
+++ b/app-office/wps-office/Manifest
@@ -1,2 +1,4 @@
DIST wps-office_10.1.0.6757_x86.tar.xz 134095644 BLAKE2B ad44db7aa752055b59a52870041aa4c16d146e3068a8d95c8939efcc979a514a3ae6fcde1bca5eb90833c47c051295722e547316337c5f56727252cae133b994 SHA512 ba5001f0fd2a605c3688084d34aa293a728ac46d52379cea6db8c5232c4331e60476d5845087002071f89ec9d8bdf7c020222b4aaff780736eaeff5a273f40ee
DIST wps-office_10.1.0.6757_x86_64.tar.xz 131336404 BLAKE2B dfaa30f643d9fb08db711cd4ddec76ad3c10bc5435f4c6a2b245b9232059a22f918364e585c9a9551612ee10eff1535a44b5f300a8863f39d4cabb2f7c76b467 SHA512 5f9f88cc9795a317267531cb1cd260d86e1613dc5eef34005eaa58dd8ac0715ce3ba1da60ee83c617cb16d759b0da9274963f8a4fb4a86c4890eca0565af9c62
+DIST wps-office_10.1.0.6758_x86.tar.xz 134090056 BLAKE2B b137774b23c947cf81e3c3b4bdde105285c415ae18c14ed6e11ab72d10287ec7129b63c17c73494c146da94d5df0c266f7bc4b7490f6740ff0cb89c99d89f2d2 SHA512 ed1a59e3abfdda71025eacfd6eb6f699459ce815894232ca6205990f4de5cb7a51c958a354edb01b6411ffba691aa03c839720f156ea467c018e005dcc795d75
+DIST wps-office_10.1.0.6758_x86_64.tar.xz 131332480 BLAKE2B 030474fe48d392f6b8d00da19b8be97e5e19414cac64567c563d6dfc79a89e40ef7cdf0551219bada63661a69aa23ba3bfa8a808d41d0fa6f4c61e61b0871678 SHA512 2e1510d79119a4950437023ec34199e3e6e5ddc43e655af0cc0993758f640887395771ca27a4eec1bb9e81788738221d135d652feda988b6a3194090229c9cfd
diff --git a/app-office/wps-office/wps-office-10.1.0.6758.ebuild b/app-office/wps-office/wps-office-10.1.0.6758.ebuild
new file mode 100644
index 00000000000..4859d63427b
--- /dev/null
+++ b/app-office/wps-office/wps-office-10.1.0.6758.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xdg
+
+MY_PV="$(ver_cut 4)"
+
+case ${ARCH} in
+ amd64)
+ MY_P="${PN}_${PV}_x86_64"
+ ;;
+ x86)
+ MY_P="${PN}_${PV}_x86"
+ ;;
+esac
+
+DESCRIPTION="WPS Office is an office productivity suite"
+HOMEPAGE="http://www.wps.cn/product/wpslinux/ http://wps-community.org/"
+
+KEYWORDS="~amd64 ~x86"
+
+SRC_URI="
+ amd64? ( http://kdl.cc.ksosoft.com/wps-community/download/${MY_PV}/${PN}_${PV}_x86_64.tar.xz )
+ x86? ( http://kdl.cc.ksosoft.com/wps-community/download/${MY_PV}/${PN}_${PV}_x86.tar.xz )
+"
+
+SLOT="0"
+RESTRICT="strip mirror" # mirror as explained at bug #547372
+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="
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXrender
+ x11-libs/libxcb
+ media-libs/fontconfig:1.0
+ media-libs/freetype:2
+ dev-libs/glib:2
+ sys-libs/zlib:0
+ net-print/cups
+ media-libs/libpng:1.2
+ virtual/glu
+
+ dev-libs/libpcre:3
+ dev-libs/libffi
+ media-sound/pulseaudio
+ app-arch/bzip2:0
+ media-libs/libpng:0
+ dev-libs/expat
+ sys-apps/util-linux
+ dev-libs/libbsd
+ x11-libs/libXau
+ x11-libs/libXdmcp
+ sys-apps/dbus
+ x11-libs/libXtst
+ sys-apps/tcp-wrappers
+ media-libs/libsndfile
+ net-libs/libasyncns
+ dev-libs/libgcrypt:0
+ app-arch/xz-utils
+ app-arch/lz4
+ sys-libs/libcap
+ media-libs/flac
+ media-libs/libogg
+ media-libs/libvorbis
+ dev-libs/libgpg-error
+ sys-apps/attr
+"
+DEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+#src_prepare() {
+# default
+ # We need to drop qtwebkit bundled lib completely because it causes
+ # crashes in *some* setups (https://bugs.gentoo.org/647950)
+# rm -f "${S}"/opt/kingsoft/wps-office/office6/libQtWebKit* || die
+#}
+
+src_install() {
+ exeinto /usr/bin
+ exeopts -m0755
+ doexe "${S}"/wps
+ doexe "${S}"/wpp
+ doexe "${S}"/et
+
+ insinto /usr/share
+ doins -r "${S}"/resource/{applications,icons,mime}
+
+ insinto /opt/kingsoft/wps-office
+ doins -r "${S}"/office6
+
+ fperms 0755 /opt/kingsoft/wps-office/office6/{wps,wpp,et}
+}
next reply other threads:[~2019-03-23 12:59 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-23 12:59 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-09-08 8:48 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-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=1553345926.6d9ac5414422f1c13c2d64dbb16bafca6a7d127d.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