pentoo-desktop: merging things from fsscript

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-01-29 17:54:54 -05:00
parent 8d4430d896
commit ef67c1c019
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
3 changed files with 14 additions and 7 deletions

View file

@ -0,0 +1,2 @@
gtk-theme-name=Xfce-basic
gtk-icon-theme-name=Tango

View file

@ -15,7 +15,7 @@
</property>
<property name="Xft" type="empty">
<property name="DPI" type="empty"/>
<property name="Antialias" type="empty"/>
<property name="Antialias" type="int" value="1"/>
<property name="Hinting" type="empty"/>
<property name="HintStyle" type="string" value="hintfull"/>
<property name="RGBA" type="string" value="rgb"/>
@ -35,4 +35,4 @@
<property name="CursorThemeSize" type="empty"/>
<property name="DecorationLayout" type="empty"/>
</property>
</channel>
</channel>

View file

@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
EAPI="6"
KEYWORDS="amd64 arm x86"
DESCRIPTION="Pentoo meta ebuild to install all X and WM/DE related things"
@ -116,10 +116,15 @@ src_install() {
doins "${FILESDIR}"/domo-roolz.jpg
doins "${FILESDIR}"/domo-roolz-shmoocon2014.png
doins "${FILESDIR}"/tux-winfly-killah.1600x1200.jpg
insinto /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml
doins "${FILESDIR}"/xfce4-desktop.xml
doins "${FILESDIR}"/xsettings.xml
dosym /usr/share/pentoo/wallpaper/domo-roolz.jpg /usr/share/backgrounds/xfce/domo-roolz.jpg
dosym /usr/share/pentoo/wallpaper/domo-roolz-shmoocon2014.png /usr/share/backgrounds/xfce/domo-roolz-shmoocon2014.png
dosym /usr/share/pentoo/wallpaper/tux-winfly-killah.1600x1200.jpg /usr/share/backgrounds/xfce/tux-winfly-killah.1600x1200.jpg
insinto /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml
doins "${FILESDIR}"/xfce4-desktop.xml
doins "${FILESDIR}"/xsettings.xml
#gtk-theme-switch needs X so do it manually
insinto /etc/skel
newins "${FILESDIR}"/gtkrc-2.0 .gtkrc-2.0
}