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 via email to