summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew S. Turnbull <sparky@bluefang-logic.com>2021-06-25 22:46:38 -0400
committerJoonas Niilola <juippis@gentoo.org>2021-07-15 14:32:18 +0300
commit9cdda03d35bd1f4c67679f762796168ea0b0e679 (patch)
treea044070022428e800a92a6a168e8f2f73e4c68f7 /gnome-extra/nemo
parentgnome-extra/cinnamon-translations: 5.0.2 version bump (diff)
downloadgentoo-9cdda03d35bd1f4c67679f762796168ea0b0e679.tar.gz
gentoo-9cdda03d35bd1f4c67679f762796168ea0b0e679.tar.bz2
gentoo-9cdda03d35bd1f4c67679f762796168ea0b0e679.zip
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@bluefang-logic.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gnome-extra/nemo')
-rw-r--r--gnome-extra/nemo/Manifest2
-rw-r--r--gnome-extra/nemo/files/nemo-5.0.3-use-detex.patch10
-rw-r--r--gnome-extra/nemo/nemo-5.0.3.ebuild (renamed from gnome-extra/nemo/nemo-5.0.1.ebuild)18
3 files changed, 24 insertions, 6 deletions
diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest
index 1cd0b7e00f3e..38aeedbbc70a 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 000000000000..ddcdee0a7a02
--- /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
index 983777cfd8bd..c4d2e7c96806 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() {