Skip to content

Commit

Permalink
app-editors/xemacs: Use xdg_desktop_database_update
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
Mats Lidell committed Dec 10, 2017
1 parent 7426dad commit 5607f1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app-editors/xemacs/xemacs-21.4.24-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
EAPI="5"

WANT_AUTOCONF="2.1"
inherit autotools eutils flag-o-matic toolchain-funcs
inherit autotools eutils flag-o-matic toolchain-funcs xdg-utils

DESCRIPTION="highly customizable open source text editor and application development system"
HOMEPAGE="http://www.xemacs.org/"
Expand Down Expand Up @@ -233,9 +233,11 @@ src_install() {
pkg_postinst() {
eselect emacs update ifunset
eselect gnuclient update ifunset
xdg_desktop_database_update
}

pkg_postrm() {
eselect emacs update ifunset
eselect gnuclient update ifunset
xdg_desktop_database_update
}
4 changes: 3 additions & 1 deletion app-editors/xemacs/xemacs-21.4.24.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
EAPI="5"

WANT_AUTOCONF="2.1"
inherit autotools eutils flag-o-matic toolchain-funcs
inherit autotools eutils flag-o-matic toolchain-funcs xdg-utils

DESCRIPTION="highly customizable open source text editor and application development system"
HOMEPAGE="http://www.xemacs.org/"
Expand Down Expand Up @@ -235,9 +235,11 @@ src_install() {
pkg_postinst() {
eselect emacs update ifunset
eselect gnuclient update ifunset
xdg_desktop_database_update
}

pkg_postrm() {
eselect emacs update ifunset
eselect gnuclient update ifunset
xdg_desktop_database_update
}
4 changes: 3 additions & 1 deletion app-editors/xemacs/xemacs-21.5.34-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
EAPI=5

WANT_AUTOCONF="2.5"
inherit eutils flag-o-matic multilib
inherit eutils flag-o-matic multilib xdg-utils

DESCRIPTION="highly customizable open source text editor and application development system"
HOMEPAGE="http://www.xemacs.org/"
Expand Down Expand Up @@ -235,6 +235,7 @@ src_install() {
pkg_postinst() {
eselect emacs update ifunset
eselect gnuclient update ifunset
xdg_desktop_database_update

einfo "If you are upgrading from XEmacs 21.4 you should note the following"
einfo "incompatibilities:"
Expand All @@ -252,4 +253,5 @@ pkg_postinst() {
pkg_postrm() {
eselect emacs update ifunset
eselect gnuclient update ifunset
xdg_desktop_database_update
}

0 comments on commit 5607f1e

Please sign in to comment.