add gtk dialog

pull/63/head
TomasM 2018-03-24 10:37:01 -04:00
parent c28af0a10d
commit 6a64a5914d
1 changed files with 9 additions and 0 deletions

View File

@ -82,6 +82,15 @@ make
cp systrayicon /squashfs-root/usr/bin
# add gtkdialog
wget -O /tmp/gtkdialog.tar.gz https://github.com/Tomas-M/GTKdialog/archive/master.tar.gz
cd /tmp
tar -xf gtkdialog.tar.gz
cd GTKdialog-master
make
cp gtkdialog /squashfs-root/usr/bin
# battery icon app
cd /tmp
wget https://github.com/valr/cbatticon/archive/1.6.7.tar.gz