Skip to content

Commit

Permalink
Remove compton.
Browse files Browse the repository at this point in the history
  • Loading branch information
rynbrd committed Oct 1, 2015
1 parent 857690c commit 4134889
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-apps/fm-desktop/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
EBUILD fm-desktop-0.ebuild 1097 SHA256 e53f3c50524dd93a679fdde8db52310f06b77821360f8c529e99830c574f7883 SHA512 ecd00c036249eff1dd793d2dbd15b08f5edd964394ee5781f30178f2b5d763226aa4113fea7d46f09803ecb4edcfabd8d860c5f670066fa246823933c5345263 WHIRLPOOL 30584ed442ef90bd7b27e0f5175921b2f3760119c94a30cfafd923016aa19f671c3bd1d08e4292fa129403bdc7bcf5ff589ad49f0157d69c65f9c039a5b58688
EBUILD fm-desktop-1.ebuild 1329 SHA256 07cf94535c62ba97c44ed0c4db094e70aaf85d2cebd119f1b404957a0e5685a2 SHA512 b9acdd09535c0e4f5ff8bb805cda27c70ec054cbf8d4164f8657fe556ae97b35566afb8aab9daa7894b637f12fdd7bb542761d09d44e69db2af785a5bb48120e WHIRLPOOL 4e647cf524e71baa6eaebfb25ea38676c93c3225dfb4a297c67e75ecb8ab825893309f40de376327bdc1ac14659d8f32418316f8073715166fb2aa4aba7bc0c0
EBUILD fm-desktop-2.ebuild 1311 SHA256 4da798a1ad58bc7f6b1024eebb8c5a9e42be7d304c0784037c79aa8e7da1b6a6 SHA512 471bbc9ccb4b6aac96c9754d3af2fb56cac59550341f992999ac313071119faa63b0dc30eb40eca0192467f596bf89100805880e900b7aae02573455c99479fe WHIRLPOOL e448c84f6f5b820a6d34d0ea790735a3e7892b23b3f3861302dfec3ddfd19597686148b6c3a9be61fca10322565bfb649a60840e4348e85292402bd953c5d17e
62 changes: 62 additions & 0 deletions x11-apps/fm-desktop/fm-desktop-2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# 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="laptop pulseaudio"

DEPEND="
app-admin/sysstat
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
laptop? (
x11-drivers/xf86-input-mtrack
x11-misc/dispad
)
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 4134889

Please sign in to comment.