From 5c0d1d27f54a046026dcdad489f25f54d97b9837 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Wed, 31 Mar 2021 15:27:39 +0300 Subject: [PATCH] bump version --- app/ui/dialogs.glade | 2 +- app/ui/main_window.glade | 2 +- build-deb.sh | 2 +- deb/DEBIAN/control | 11 +++++++---- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index 281c2a2e..ce5bf6d6 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 1.0.6 Beta + 1.0.7 Beta 2018-2021 Dmitriy Yefremov Enigma2 channel and satellite list editor for GNU/Linux. diff --git a/app/ui/main_window.glade b/app/ui/main_window.glade index ac367570..d805f57f 100644 --- a/app/ui/main_window.glade +++ b/app/ui/main_window.glade @@ -3221,7 +3221,7 @@ Author: Dmitriy Yefremov True False - 1.0.6 Beta + 1.0.7 Beta diff --git a/build-deb.sh b/build-deb.sh index abb8795a..0cd308db 100755 --- a/build-deb.sh +++ b/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="1.0.6_Beta" +VER="1.0.7_Beta" B_PATH="dist/DemonEditor" DEB_PATH="$B_PATH/usr/share/demoneditor" diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index b723e09c..3d42e6ca 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,10 +1,13 @@ Package: demon-editor -Version: 1.0.6-Beta +Version: 1.0.7-Beta Section: utils Priority: optional Architecture: all Essential: no -Depends: python3 (>= 3.5), python3-requests -Recommends: gstreamer1.0-gtk3, python3-gi-cairo, python3-chardet +Depends: python3 (>= 3.5), + python3-requests, + python3-gi, + python3-gi-cairo +Recommends: libmpv1, python3-chardet Maintainer: Dmitriy Yefremov -Description: Enigma2 channel and satellite list editor +Description: Enigma2 channel and satellite list editor \ No newline at end of file