Skip to content

Commit

Permalink
app-misc/ranger: update desktop mimeinfo cache
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/745015
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
Jakov Smolic authored and SoapGentoo committed Nov 14, 2020
1 parent 74f7c2f commit f625739
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app-misc/ranger/ranger-1.9.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
PYTHON_REQ_USE="ncurses"

inherit distutils-r1
inherit distutils-r1 xdg

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/ranger/ranger.git"
Expand All @@ -32,6 +32,8 @@ src_prepare() {
}

pkg_postinst() {
xdg_pkg_postinst

if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "Ranger has many optional dependencies to support enhanced file previews."
elog "See the README or homepage for more details."
Expand Down
4 changes: 3 additions & 1 deletion app-misc/ranger/ranger-1.9.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE="ncurses"

inherit distutils-r1
inherit distutils-r1 xdg

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/ranger/ranger.git"
Expand All @@ -32,6 +32,8 @@ src_prepare() {
}

pkg_postinst() {
xdg_pkg_postinst

if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "Ranger has many optional dependencies to support enhanced file previews."
elog "See the README or homepage for more details."
Expand Down
4 changes: 3 additions & 1 deletion app-misc/ranger/ranger-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE="ncurses"

inherit distutils-r1
inherit distutils-r1 xdg

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/ranger/ranger.git"
Expand All @@ -32,6 +32,8 @@ src_prepare() {
}

pkg_postinst() {
xdg_pkg_postinst

if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "Ranger has many optional dependencies to support enhanced file previews."
elog "See the README or homepage for more details."
Expand Down

0 comments on commit f625739

Please sign in to comment.