Skip to content

Commit

Permalink
Merge pull request #1 from parazyd/master
Browse files Browse the repository at this point in the history
Tweaks
  • Loading branch information
IMbackK committed Apr 26, 2021
2 parents c6c08cc + 9071655 commit 150760e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# charge-mode

Charging screen for Maemo leste.
Based on code from charging-sdl in postmarketos https://gitlab.com/postmarketOS/charging-sdl
Charging screen for Maemo Leste.
Based on code from charging-sdl in postmarketOS: https://gitlab.com/postmarketOS/charging-sdl

![photo](https://wiki.postmarketos.org/images/d/d8/Charging-sdl.jpg)

Expand Down
2 changes: 1 addition & 1 deletion charge-mode
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/sbin/openrc-run

description="This init script starts charge mode script for leste"
name="Mode Control Entity."
name="Charge mode"

start() {
/usr/bin/charge-mode.sh &
Expand Down
4 changes: 3 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
charge-mode (1.0.0) unstable; urgency=medium
Inital version

* Inital version

-- Uvos <carl@uvos.xyz> Mon, 10 Jun 2020 15:00:00 +0100
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

11 changes: 6 additions & 5 deletions debian/control
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ Section: base
Priority: optional
Maintainer: Uvos <carl@uvos.xyz>
Build-Depends:
debhelper (>= 10),
debhelper-compat (= 12),
libsdl2-dev,
libsdl2-ttf-dev,
Standards-Version: 4.3.0

Package: charge-mode
Architecture: any
Multi-arch: same
Depends:
Depends: ${shlibs:Depends}, ${misc:Depends},
openrc,
fontconfig,
fonts-dejavu-core,
xinit,
libsdl2-2.0-0
Description: This provides charging mode on leste devices

Description: This provides charging mode runlevel and interface on Leste devices
File renamed without changes.
1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/make -f
%:
dh $@

0 comments on commit 150760e

Please sign in to comment.