dash-to-panel is good

This commit is contained in:
Bruce Leidl 2018-02-18 13:00:35 -05:00
parent 66d234cc3d
commit 17a12689e7
3 changed files with 29 additions and 0 deletions

View File

@ -5,6 +5,9 @@ tap-to-click=true
[org.gnome.desktop.background]
picture-uri='file:///usr/share/backgrounds/gnome/Waterfalls.jpg'
[org.gnome.desktop.screensaver]
picture-uri='file:///usr/share/backgrounds/gnome/Dark_Ivy.jpg'
[org.gnome.desktop.wm.preferences]
theme='Adapta'
titlebar-font='Roboto Bold 11'
@ -18,6 +21,9 @@ font-name='Roboto 11'
gtk-enable-primary-paste=false
clock-format='12h'
[org.gnome.shell]
enabled-extensions=['dash-to-panel@jderose9.github.com']
[org.gnome.shell.extensions]
user-theme-name='Adapta'

View File

@ -76,5 +76,6 @@ RDEPENDS_${PN} = "\
dosfstools \
btrfs-tools \
primary-user-appimg\
dash-to-panel \
desktopd \
"

View File

@ -0,0 +1,22 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
SRC_URI = "https://github.com/jderose9/dash-to-panel/archive/v${PV}.tar.gz"
SRC_URI[md5sum] = "63bd7ce2b4907903fead14320f9d7f52"
SRC_URI[sha256sum] = "e4c5ef2e9f2c69ee3fe74bf526f4bc5c3991f78aa96b1732c70712544981bfa6"
DEPENDS = "gettext-native glib-2.0-native"
FILES_${PN} = "${datadir}/gnome-shell/extensions"
do_configure () {
:
}
do_compile () {
oe_runmake
}
do_install () {
oe_runmake install 'DESTDIR=${D}'
}