From: "Jonas Stein" <jstein@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/
Date: Sun, 5 Nov 2017 00:49:36 +0000 (UTC) [thread overview]
Message-ID: <1509842959.c130543eaed563c7366f14b8677c9059de74700e.jstein@gentoo> (raw)
commit: c130543eaed563c7366f14b8677c9059de74700e
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 00:49:06 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 00:49:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c130543e
app-office/texstudio: Bump to 2.12.6 and xdg-utils
Version bump to 2.12.6, we use now a fixed copy of the tar ball.
Had to migrate from 'fdo-mime' to 'xdg-utils' to make repoman happy.
Bug: https://bugs.gentoo.org/627062
Closes: https://bugs.gentoo.org/626130
Package-Manager: Portage-2.3.13, Repoman-2.3.4
app-office/texstudio/Manifest | 1 +
app-office/texstudio/texstudio-2.12.6.ebuild | 96 ++++++++++++++++++++++++++++
2 files changed, 97 insertions(+)
diff --git a/app-office/texstudio/Manifest b/app-office/texstudio/Manifest
index 14bfc76b772..d837fcf1f78 100644
--- a/app-office/texstudio/Manifest
+++ b/app-office/texstudio/Manifest
@@ -1,3 +1,4 @@
DIST texstudio-2.11.2.tar.gz 24143941 SHA256 d88ecfef92e38710563294079645fbfa19829ceebd9a109a68f6959c51ae94ad SHA512 774cea12339b19c7d33d034e75386415b89c59de1e149f3973bd0cf789a28c4cb1cdb026a897228303071dc05f985d4798924c6b253e964d6bdced877ab9f1e7 WHIRLPOOL 8b54419db50640abb0fc03ce3b1206c01bc1d245d0a5b605ccc44cfd6e2821651a18a00bfef7622f6c47bf79da23315704b50febe645373feb161f6f68d809a9
DIST texstudio-2.12.2.tar.gz 26311798 SHA256 3ffdaf0a3cb8bb9801e68ecba7641778b94121b4320de8751b79f2d8718cdcb1 SHA512 255b211fe715ffc91706ab20877ffaa4b8e0710d3e6f381e7a6b8eed19bb889d89d0913756839c1f0c427029c0da9713b78bd1e21769ccc46cf976b65c91c6f6 WHIRLPOOL 84b309579c31dfc77b9e0f86cb1c80381e65f295d27222fd54a471e3d3f12acdaaad21587fa788143db27f651617b566937c35a0de9de470e65192522e98b7d3
DIST texstudio-2.12.4.tar.gz 26401510 SHA256 dc4752bd8a1c5249d87ccda780822aba65c59c607419b4cc0c0a788f953b210d SHA512 6e1d114ae87c854231399004504e460d078b9bf26ceb25c7fc592b79d3234f9880f8c021c3ddb2ef26a883dbddc2b94f98f368c976aa16973d3c1a6823a4150d WHIRLPOOL f547cfe1333eeba3692849c71b1f326eadf0bc9505a4626e9a0328814bc41339d77d812b97198d872e609f57f47d9f89c62023ef7cfd3ab99d2f2a00e7d3fc5c
+DIST texstudio-2.12.6.tar.gz 26511069 SHA256 b2751749098b57bb26f58edadfb3617e095f183997b3a5be798d4ad698341379 SHA512 16e846137b529f89f10dba3f847afe5a875ce1bc4029d002f76a1bcde491dd44756b27e38b4c5c159fcdb12b025759c8a0ebbbb8d8bd296e954b53032434170a WHIRLPOOL faef64cf1c5f98162b3f1fade06b5beb3b8c511c7edc64f28c70f79d51414941ddc0993538a1c91c9bce4798a64dd6187709dd260e7313c63b996f3f5fe1f5ae
diff --git a/app-office/texstudio/texstudio-2.12.6.ebuild b/app-office/texstudio/texstudio-2.12.6.ebuild
new file mode 100644
index 00000000000..819dcb6df62
--- /dev/null
+++ b/app-office/texstudio/texstudio-2.12.6.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils prefix qmake-utils xdg-utils
+
+DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
+HOMEPAGE="http://texstudio.sourceforge.net/"
+#SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz"
+# ^^ temporary disabled
+# * upstream could not solve gentoo bug #627062 for 2 months.
+# Our tar ball does not include the questioned file.
+# * a released tar ball was silently for the second time. We can not rely on the
+SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="video"
+
+COMMON_DEPEND="
+ app-text/hunspell:=
+ app-text/poppler[qt5]
+ >=dev-libs/quazip-0.7.2[qt5]
+ dev-qt/designer:5
+ dev-qt/qtcore:5
+ dev-qt/qtconcurrent:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtscript:5
+ dev-qt/qtsingleapplication[qt5,X]
+ dev-qt/qtsvg:5
+ dev-qt/qttest:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ sys-libs/zlib
+ x11-libs/libX11
+ x11-libs/libXext
+ video? ( media-libs/phonon[qt5(+)] )"
+RDEPEND="${COMMON_DEPEND}
+ app-text/ghostscript-gpl
+ app-text/psutils
+ media-libs/netpbm
+ virtual/latex-base"
+DEPEND="${COMMON_DEPEND}
+ virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}${PV}
+
+src_prepare() {
+ default
+ find hunspell quazip utilities/poppler-data qtsingleapplication -delete || die
+
+ if use video; then
+ sed "/^PHONON/s:$:true:g" -i ${PN}.pro || die
+ fi
+
+ sed \
+ -e '/qtsingleapplication.pri/d' \
+ -i ${PN}.pro || die
+
+ cp "${FILESDIR}"/texmakerx_my.pri ${PN}.pri || die
+ eprefixify ${PN}.pri
+
+ # fix build with quazip-0.7.2 - bug 597930
+ sed -i ${PN}.pro -e "s|include/quazip|&5|" || die
+ sed -i ${PN}.pri -i ${PN}.pro -e "s/-lquazip/&5/" || die
+}
+
+src_configure() {
+ eqmake5 USE_SYSTEM_HUNSPELL=1 USE_SYSTEM_QUAZIP=1
+}
+
+src_install() {
+ local i
+ for i in 16x16 22x22 32x32 48x48 64x64 128x128; do
+ newicon -s ${i} utilities/${PN}${i}.png ${PN}.png
+ done
+ emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}
next reply other threads:[~2017-11-05 0:49 UTC|newest]
Thread overview: 121+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-05 0:49 Jonas Stein [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 10:58 [gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/ Sam James
2024-11-04 9:30 Sam James
2024-10-05 13:22 Florian Schmaus
2024-10-04 20:32 Florian Schmaus
2024-10-03 15:57 Florian Schmaus
2024-06-12 12:33 Florian Schmaus
2024-06-12 12:08 Florian Schmaus
2024-02-02 16:27 Arthur Zamarin
2024-02-02 14:46 Arthur Zamarin
2023-12-06 14:33 Andrey Grozin
2023-12-06 14:32 Andrey Grozin
2023-04-25 19:49 Sam James
2023-04-25 14:47 Arthur Zamarin
2023-04-16 7:18 Sam James
2023-03-25 6:35 Arthur Zamarin
2023-03-22 5:27 Sam James
2022-09-10 0:29 Sam James
2022-09-09 16:09 Andrew Ammerlaan
2022-08-27 6:14 Sam James
2022-04-17 18:32 Sam James
2022-02-20 23:33 Sam James
2022-01-28 2:34 Sam James
2022-01-28 2:34 Sam James
2022-01-27 23:45 Jonas Stein
2022-01-09 1:42 Sam James
2021-12-08 5:43 Sam James
2021-12-08 5:43 Sam James
2021-12-06 11:31 Agostino Sarubbo
2021-12-05 18:28 Sam James
2021-11-22 10:55 Sam James
2021-11-06 21:17 Sam James
2021-10-27 5:34 Sam James
2021-10-13 2:54 Sam James
2021-09-28 1:45 Sam James
2021-09-25 19:20 Sam James
2021-06-13 11:12 Sam James
2021-05-13 16:15 Sam James
2021-04-01 22:30 Sam James
2021-04-01 12:11 Thomas Deutschmann
2021-03-15 3:09 Sam James
2021-02-26 20:58 Agostino Sarubbo
2021-02-25 8:19 Sam James
2021-02-23 19:53 Andreas Sturmlechner
2021-02-17 20:02 Sam James
2021-02-15 3:30 Sam James
2021-02-15 3:30 Sam James
2021-02-15 1:48 Sam James
2021-02-07 8:59 Sam James
2021-02-07 8:57 Sam James
2021-02-07 8:56 Sam James
2021-01-02 11:11 Sam James
2021-01-02 10:56 Sam James
2021-01-02 10:56 Sam James
2020-12-29 4:14 Sam James
2020-12-17 4:53 Sam James
2020-09-02 8:40 Mikle Kolyada
2020-09-02 8:40 Mikle Kolyada
2020-08-29 9:56 Mikle Kolyada
2020-08-29 9:56 Mikle Kolyada
2020-08-21 11:42 Sam James
2020-08-21 11:42 Sam James
2020-06-03 17:22 Jonas Stein
2020-05-24 14:56 Mikle Kolyada
2020-05-24 14:52 Mikle Kolyada
2020-05-24 14:52 Mikle Kolyada
2020-04-19 1:27 Jonas Stein
2020-04-13 23:45 Jonas Stein
2020-04-13 23:43 Jonas Stein
2020-04-13 23:22 Jonas Stein
2020-02-24 18:10 Mikle Kolyada
2020-02-24 6:32 Mikle Kolyada
2020-02-23 19:32 Mikle Kolyada
2020-01-08 9:31 Jonas Stein
2019-06-21 10:23 Mikle Kolyada
2019-04-21 9:25 Jonas Stein
2019-04-21 9:25 Jonas Stein
2019-04-20 9:02 Jonas Stein
2019-04-20 8:57 Jonas Stein
2019-03-19 2:03 Thomas Deutschmann
2019-03-15 22:37 Mikle Kolyada
2019-01-03 15:48 Jonas Stein
2018-07-08 13:35 Jonas Stein
2018-05-06 20:18 Andreas Sturmlechner
2018-05-06 18:12 Matt Turner
2018-05-05 1:50 Aaron Bauman
2018-04-25 19:31 Aaron Bauman
2018-04-24 13:40 Andreas Sturmlechner
2018-04-07 15:43 Jonas Stein
2018-03-19 17:16 Andreas Sturmlechner
2018-02-22 10:51 Andreas Sturmlechner
2017-12-27 13:14 Jonas Stein
2017-11-09 21:46 Jonas Stein
2017-07-23 11:49 Manuel Rüger
2017-04-15 17:49 Manuel Rüger
2017-02-13 10:51 Manuel Rüger
2017-01-22 23:15 Manuel Rüger
2017-01-22 23:13 Manuel Rüger
2017-01-09 12:26 Aaron Bauman
2017-01-04 15:29 Agostino Sarubbo
2016-12-20 17:31 Tobias Klausmann
2016-10-29 10:59 Michael Palimaka
2016-10-10 22:30 Manuel Rüger
2016-08-25 15:43 Manuel Rüger
2016-07-17 19:55 Michael Palimaka
2016-01-23 12:11 Manuel Rüger
2016-01-23 12:11 Manuel Rüger
2016-01-10 11:56 Manuel Rüger
2015-11-19 12:26 Justin Lecher
2015-11-19 12:26 Justin Lecher
2015-11-12 11:21 Justin Lecher
2015-11-12 10:53 Agostino Sarubbo
2015-11-11 9:54 Agostino Sarubbo
2015-11-10 11:45 Agostino Sarubbo
2015-10-31 7:13 Jeroen Roovers
2015-10-27 12:34 Justin Lecher
2015-09-25 18:27 Justin Lecher
2015-09-25 14:13 Agostino Sarubbo
2015-09-24 10:36 Agostino Sarubbo
2015-09-17 8:05 Justin Lecher
2015-09-14 8:22 Justin Lecher
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=1509842959.c130543eaed563c7366f14b8677c9059de74700e.jstein@gentoo \
--to=jstein@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