x11-wm/xmonad: use pkg_postinst from directly inherited eclass
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 3 Apr 2016 21:05:11 +0000 (22:05 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 3 Apr 2016 21:24:36 +0000 (22:24 +0100)
Package-Manager: portage-2.2.28

x11-wm/xmonad/files/xmonad.desktop
x11-wm/xmonad/xmonad-0.11-r1.ebuild
x11-wm/xmonad/xmonad-0.11-r3.ebuild
x11-wm/xmonad/xmonad-0.11.1.ebuild

index d72fc71866a23be882f8237ae3d08ca9ac936725..9c0bf6e44f51f026bd290e6f963b18ad9b422dd3 100644 (file)
@@ -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
index e7ae14bf68782e51d885f020062f67fa51348fcd..6ef460dd9d0765c5744f019fa4dc5c62c6bfd45a 100644 (file)
@@ -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}"
index e94fa77939f18e24165f733f694a361767bd4075..ba8f130b718bd84a3c9110e9b35f7991ef66bdca 100644 (file)
@@ -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}"
index 97e3725018999f4373345a004e2d621a925b7f96..a9bd1a505da91b240eeb19974192896ad611e55d 100644 (file)
@@ -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}"