Browse Source

update debian packages

master
Flutterbrony 4 months ago
parent
commit
4ebcf8b9f4
5 changed files with 14 additions and 4 deletions
  1. +1
    -1
      debian/eggnoggpi/DEBIAN/control
  2. +2
    -2
      debian/eggnoggpi/DEBIAN/postinst
  3. +1
    -1
      debian/eggnoggpi/etc/default/nodm
  4. +10
    -0
      debian/eggnoggpi/home/pi/.xsession
  5. BIN
      eggnoggpi.deb

+ 1
- 1
debian/eggnoggpi/DEBIAN/control View File

@@ -3,6 +3,6 @@ Version: 1.0
Priority: standard Priority: standard
Section: games Section: games
Architecture: arm64 Architecture: arm64
Depends: nodm, libsdl2-2.0-0, mpv, antimicrox, box64-rpi3arm64
Depends: nodm, libsdl2-2.0-0, mpv, antimicrox, box64-rpi3arm64, pulseaudio, pulseaudio-utils
Maintainer: flutterbrony <flutterbrony@admtz.fr> Maintainer: flutterbrony <flutterbrony@admtz.fr>
Description: Eggnogg on a pi Description: Eggnogg on a pi

+ 2
- 2
debian/eggnoggpi/DEBIAN/postinst View File

@@ -3,6 +3,6 @@
echo "Install the service" echo "Install the service"


systemctl daemon-reload systemctl daemon-reload
systemctl enable antimicrox eggnoggpi mpv
systemctl start antimicrox mpv eggnoggpi
systemctl enable eggnoggpi mpv
systemctl start mpv eggnoggpi
echo "@reboot root /sbin/service eggnoggpi start" >> /etc/crontab echo "@reboot root /sbin/service eggnoggpi start" >> /etc/crontab

+ 1
- 1
debian/eggnoggpi/etc/default/nodm View File

@@ -10,7 +10,7 @@ NODM_USER=pi
NODM_FIRST_VT='7' NODM_FIRST_VT='7'


# X session # X session
NODM_XSESSION=/etc/X11/Xsession
NODM_XSESSION=/home/pi/.xsession


# Options for nodm itself # Options for nodm itself
NODM_OPTIONS= NODM_OPTIONS=


+ 10
- 0
debian/eggnoggpi/home/pi/.xsession View File

@@ -0,0 +1,10 @@
#!/bin/bash
xset -dpms
xset s off
xrandr --output HDMI --auto

exec /usr/bin/antimicrox

# Hide mouse
unclutter -display :0.0 -idle 1


BIN
eggnoggpi.deb View File


Loading…
Cancel
Save