Skip to content

Commit

Permalink
pandora-skel.bb: synced with git.openpandora
Browse files Browse the repository at this point in the history
  • Loading branch information
aTc committed Jun 24, 2012
1 parent 5bbeeed commit 97f03a7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
15 changes: 11 additions & 4 deletions recipes-openpandora/pandora-system/pandora-skel.bb
Expand Up @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
# /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;)
RDEPENDS = "shadow"

PR = "r9"
PR = "r13"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=956931f56ef227f7d172a149ddb40b48"

Expand All @@ -21,7 +21,11 @@ SRC_URI = " \
file://asoundrc \
file://vimrc \
file://fuse \
file://snd-pcm-oss \
file://gtkrc-2.0 \
"
# file://op_btenabled \


# xsettings.xml is a hack until I can figure out why XDG configs are not setting the icon theme for Xfce/GTK+

Expand All @@ -36,14 +40,17 @@ do_install() {
install -m 0644 ${WORKDIR}/pam_environment ${D}${sysconfdir}/skel/.pam_environment
install -m 0644 ${WORKDIR}/pndXmodmap ${D}${sysconfdir}/skel/.pndXmodmap
install -m 0644 ${WORKDIR}/asoundrc ${D}${sysconfdir}/skel/.asoundrc
install -m 0644 ${WORKDIR}/gtkrc-2.0 ${D}${sysconfdir}/skel/.gtkrc-2.0
install -m 0644 ${WORKDIR}/fuse ${D}${sysconfdir}/modutils/fuse

install -m 0644 ${WORKDIR}/snd-pcm-oss ${D}${sysconfdir}/modutils/snd-pcm-oss
install -d ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml
install -m 0644 ${WORKDIR}/xsettings.xml ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml

install -m 0644 ${WORKDIR}/xsettings.xml ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
install -d ${D}${sysconfdir}/skel/.mplayer/
install -m 0644 ${WORKDIR}/mplayconfig ${D}${sysconfdir}/skel/.mplayer/config
}
# install -m 0644 ${WORKDIR}/op_btenabled ${D}${sysconfdir}/skel/.op_btenabled



PACKAGE_ARCH = "${MACHINE_ARCH}"

Expand Down
24 changes: 24 additions & 0 deletions recipes-openpandora/pandora-system/pandora-skel/gtkrc-2.0
@@ -0,0 +1,24 @@

# Transparent background for desktop icon text.

style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0

#Text colors (delete these if you want you use gtk theme colors):

fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#000000"
fg[ACTIVE] = "#000000"

}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


# Make scrollbars wider

style "scroll"
{
GtkScrollbar::slider-width = 20
}

class "*" style "scroll"
@@ -0,0 +1 @@
snd-pcm-oss

0 comments on commit 97f03a7

Please sign in to comment.