public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/files/, gnome-extra/nemo/
Date: Thu, 15 Jul 2021 11:32:26 +0000 (UTC)	[thread overview]
Message-ID: <1626348738.9cdda03d35bd1f4c67679f762796168ea0b0e679.juippis@gentoo> (raw)

commit:     9cdda03d35bd1f4c67679f762796168ea0b0e679
Author:     Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Sat Jun 26 02:46:38 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 11:32:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cdda03d

gnome-extra/nemo: 5.0.3 version bump

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 gnome-extra/nemo/Manifest                              |  2 +-
 gnome-extra/nemo/files/nemo-5.0.3-use-detex.patch      | 10 ++++++++++
 .../nemo/{nemo-5.0.1.ebuild => nemo-5.0.3.ebuild}      | 18 +++++++++++++-----
 3 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest
index 1cd0b7e00f3..38aeedbbc70 100644
--- a/gnome-extra/nemo/Manifest
+++ b/gnome-extra/nemo/Manifest
@@ -1,2 +1,2 @@
 DIST nemo-4.8.4.tar.gz 1464683 BLAKE2B 10945a385defdf1bdc7fac9432306e31476ec015489a5150a5b4f9d5f31977b93da6e92241ce153cd5435c789c7a6ce16d2a86002758f26fc587a33dc5343e63 SHA512 b63ee2bd85f67e7d18271032ac3d95c7446b5110b71a3236f7e8c4ccb31e2baf11912060dde36f12ed4b90491c3bb1215a0de38c419130d692c775031cc0e11e
-DIST nemo-5.0.1.tar.gz 1483815 BLAKE2B b846ec184ce1b516071cf11c88630dfbb78fbe8f29259564fd2928b71f951073cfdbd7199837ff9399ca96e211812e6a5921c41c384bf08c647f612b5de30cfb SHA512 79aeec70b7d167a9b418585af5562dfc3e197708510a8acbb20ef028d0738889a369878c4f8d1daf0f392e419494b327176e5048b16c51d39f832696365edb9b
+DIST nemo-5.0.3.tar.gz 1486979 BLAKE2B 10a08aead870cc4d3b4600478038829bc55c5a3f934ac401e2471d2a5abb085439518eb869e3f35d67c58a669cce968438f4b604e90b48344e275d05b1792177 SHA512 f2f2c01338afe5ac50cc2babff323b2920c347d7b9c4d56bec005e90b517464d59f63ae0c4ce69ceab8689f6e762c20f6bd04ead4879b42c686270b82b2bb8d2

diff --git a/gnome-extra/nemo/files/nemo-5.0.3-use-detex.patch b/gnome-extra/nemo/files/nemo-5.0.3-use-detex.patch
new file mode 100644
index 00000000000..ddcdee0a7a0
--- /dev/null
+++ b/gnome-extra/nemo/files/nemo-5.0.3-use-detex.patch
@@ -0,0 +1,10 @@
+--- a/search-helpers/third-party/untex.nemo_search_helper
++++ b/search-helpers/third-party/untex.nemo_search_helper
+@@ -1,5 +1,5 @@
+ [Nemo Search Helper]
+-TryExec=untex;
+-Exec=untex %s
++TryExec=detex;
++Exec=detex %s
+ MimeType=text/x-tex;
+ Priority=100

diff --git a/gnome-extra/nemo/nemo-5.0.1.ebuild b/gnome-extra/nemo/nemo-5.0.3.ebuild
similarity index 82%
rename from gnome-extra/nemo/nemo-5.0.1.ebuild
rename to gnome-extra/nemo/nemo-5.0.3.ebuild
index 983777cfd8b..c4d2e7c9680 100644
--- a/gnome-extra/nemo/nemo-5.0.1.ebuild
+++ b/gnome-extra/nemo/nemo-5.0.3.ebuild
@@ -64,6 +64,11 @@ BDEPEND="
 	doc? ( dev-util/gtk-doc )
 "
 
+PATCHES=(
+	# Undo the switch to untex as it's not packaged.
+	"${FILESDIR}/${PN}-5.0.3-use-detex.patch"
+)
+
 DISABLE_AUTOFORMATTING="yes"
 FORCE_PRINT_ELOG="yes"
 DOC_CONTENTS="
@@ -71,11 +76,14 @@ ${PN} search capabilities can be extended through external
 helpers. Install any of the following packages to make
 their associated file types searchable.
 
-Image metadata     - media-gfx/exif
-MP3 tags           - media-sound/id3
-OpenDocument files - app-text/odt2txt or app-office/unoconv
-PDF                - app-text/poppler[utils]
-PostScript         - app-text/ghostscript-gpl
+Image metadata           - media-gfx/exif
+MP3 tags                 - media-sound/id3
+Microsoft Office .doc    - app-text/catdoc
+Microsoft Office .xls    - dev-libs/libxls
+OpenDocument/LibreOffice - app-text/odt2txt or app-office/unoconv
+PDF                      - app-text/poppler[utils]
+PostScript               - app-text/ghostscript-gpl
+TeX                      - app-text/texlive-core
 "
 
 src_prepare() {


             reply	other threads:[~2021-07-15 11:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-15 11:32 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-27  5:57 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/files/, gnome-extra/nemo/ Eli Schwartz
2022-01-21 17:15 Sam James
2020-05-31 19:05 Matt Turner
2020-04-20 20:52 Mart Raudsepp
2019-02-15 19:22 Mart Raudsepp

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=1626348738.9cdda03d35bd1f4c67679f762796168ea0b0e679.juippis@gentoo \
    --to=juippis@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