summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 22:05:11 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 22:24:36 +0100
commit963885db33cd5c7cbf3a4d096c7cb381bf6f745f (patch)
tree9fcdb60851ff7af6341109a34c7f0033c69ae09d /x11-wm/xmonad
parentpackage.mask: Improve mask message of slic3r-1.1 (diff)
downloadgentoo-963885db33cd5c7cbf3a4d096c7cb381bf6f745f.tar.gz
gentoo-963885db33cd5c7cbf3a4d096c7cb381bf6f745f.tar.bz2
gentoo-963885db33cd5c7cbf3a4d096c7cb381bf6f745f.zip
x11-wm/xmonad: use pkg_postinst from directly inherited eclass
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-wm/xmonad')
-rw-r--r--x11-wm/xmonad/files/xmonad.desktop8
-rw-r--r--x11-wm/xmonad/xmonad-0.11-r1.ebuild2
-rw-r--r--x11-wm/xmonad/xmonad-0.11-r3.ebuild2
-rw-r--r--x11-wm/xmonad/xmonad-0.11.1.ebuild2
4 files changed, 10 insertions, 4 deletions
diff --git a/x11-wm/xmonad/files/xmonad.desktop b/x11-wm/xmonad/files/xmonad.desktop
index d72fc71866a2..9c0bf6e44f51 100644
--- a/x11-wm/xmonad/files/xmonad.desktop
+++ b/x11-wm/xmonad/files/xmonad.desktop
@@ -1,7 +1,13 @@
[Desktop Entry]
+Type=Application
+Encoding=UTF-8
Name=xmonad
Comment=A lightweight window manager
Exec=/etc/X11/Sessions/xmonad
TryExec=xmonad
+NoDisplay=true
Icon=
-Type=Application
+X-GNOME-WMName=Xmonad
+X-GNOME-Autostart-Phase=WindowManager
+X-GNOME-Provides=windowmanager
+X-GNOME-Autostart-Notify=false
diff --git a/x11-wm/xmonad/xmonad-0.11-r1.ebuild b/x11-wm/xmonad/xmonad-0.11-r1.ebuild
index e7ae14bf6878..6ef460dd9d07 100644
--- a/x11-wm/xmonad/xmonad-0.11-r1.ebuild
+++ b/x11-wm/xmonad/xmonad-0.11-r1.ebuild
@@ -55,7 +55,7 @@ src_install() {
}
pkg_postinst() {
- ghc-package_pkg_postinst
+ haskell-cabal_pkg_postinst
elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:"
elog " /usr/share/${PF}/ghc-$(ghc-version)/${SAMPLE_CONFIG_LOC}/${SAMPLE_CONFIG}"
diff --git a/x11-wm/xmonad/xmonad-0.11-r3.ebuild b/x11-wm/xmonad/xmonad-0.11-r3.ebuild
index e94fa77939f1..ba8f130b718b 100644
--- a/x11-wm/xmonad/xmonad-0.11-r3.ebuild
+++ b/x11-wm/xmonad/xmonad-0.11-r3.ebuild
@@ -62,7 +62,7 @@ src_install() {
}
pkg_postinst() {
- ghc-package_pkg_postinst
+ haskell-cabal_pkg_postinst
elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:"
elog " /usr/share/${PF}/ghc-$(ghc-version)/${SAMPLE_CONFIG_LOC}/${SAMPLE_CONFIG}"
diff --git a/x11-wm/xmonad/xmonad-0.11.1.ebuild b/x11-wm/xmonad/xmonad-0.11.1.ebuild
index 97e372501899..a9bd1a505da9 100644
--- a/x11-wm/xmonad/xmonad-0.11.1.ebuild
+++ b/x11-wm/xmonad/xmonad-0.11.1.ebuild
@@ -62,7 +62,7 @@ src_install() {
}
pkg_postinst() {
- ghc-package_pkg_postinst
+ haskell-cabal_pkg_postinst
elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:"
elog " /usr/share/${PF}/ghc-$(ghc-version)/${SAMPLE_CONFIG_LOC}/${SAMPLE_CONFIG}"