Skip to content

Commit

Permalink
Remove mtrack and dispad.
Browse files Browse the repository at this point in the history
  • Loading branch information
rynbrd committed Oct 30, 2016
1 parent c48c3bd commit 0a5d571
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-apps/fm-desktop/Manifest
@@ -1 +1,2 @@
EBUILD fm-desktop-3.ebuild 1294 SHA256 8649f18a3cc35fc49264f3ea846a917b2d13805c8c40c896e2b2d1ab4260f4be SHA512 d6a8c7ae633a04f76102e89dee1b1ff4091e2e6b44027bbb37235cef98845118b578851b0c98f7bac2d7c602db455beca42a2708da6c9ee197d3a46db13dcfce WHIRLPOOL b6cd63864f05883238d1f5bc1c194f3d14d3985471e3dd51ef5cfc66e5639eb78d6a0b501b6ab606e3a41af2c2b1e16b5b8f1769243bf58169d359928457cd28
EBUILD fm-desktop-4.ebuild 1221 SHA256 5d612be6e70b0376d89e7f4749ebfabc7d978d7c3d851226a8e55140fb203477 SHA512 5fd09f1f80b93504ce3f0106cd5b6c18f0be7a725e2a1e9e1048a23898d129ce63c149e66ad905dea3193344025befa41caa92c8f672763a5f2105e8d906c434 WHIRLPOOL 315e080718d3e89d2961025be96511a862dc70dbbc4f702a49ff4a91f10533868d1fa52f0f70b5f9c755a90baa2a0bb23990f8a9997fe482e9163406c54bd735
57 changes: 57 additions & 0 deletions x11-apps/fm-desktop/fm-desktop-4.ebuild
@@ -0,0 +1,57 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

DESCRIPTION="i3 based desktop environment."
HOMEPAGE="https://github.com/BlueDragonX/fm-overlay"
SRC_URI=""

LICENSE="BSD-modified"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="pulseaudio"

DEPEND="
dev-python/pystache
gnome-extra/nm-applet
media-fonts/terminus-font
media-gfx/feh
media-gfx/scrot
media-sound/alsa-utils
net-misc/x11-ssh-askpass
sys-apps/fm-system
sys-apps/the_silver_searcher
sys-power/acpi
virtual/notification-daemon
x11-apps/xdpyinfo
x11-apps/xinput
x11-apps/xmodmap
x11-apps/xrandr
x11-base/xorg-server
x11-misc/dmenu
x11-misc/i3lock
x11-misc/i3status
x11-misc/notification-daemon
x11-misc/redshift
x11-misc/slim
x11-terms/rxvt-unicode
x11-wm/i3
pulseaudio? (
>=media-sound/pavucontrol-2.0
>=media-sound/pulseaudio-5.0
)
"
RDEPEND="${DEPEND}"

pkg_config() {
local xdmconf="${ROOT}/etc/conf.d/xdm"
if egrep '^DISPLAYMANAGER=' "$xdmconf"; then
sed -i -e 's/^DISPLAYMANAGER=.*/DISPLAYMANAGER="slim"/g' "$xdmconf"
else
echo 'DISPLAYMANAGER="slim"' >> "$xdmconf"
fi
rc-config add xdm default
elog "XDM is configured to start Slim on boot."
}

0 comments on commit 0a5d571

Please sign in to comment.