backintime: update to 1.5.3
This commit is contained in:
parent
0db0620139
commit
7908dd8744
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'backintime'
|
||||
pkgname=backintime
|
||||
version=1.4.3
|
||||
version=1.5.3
|
||||
revision=1
|
||||
configure_args="--python3"
|
||||
pycompile_dirs="/usr/share/backintime"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Alpicoid <alpicoid@tuta.io>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/bit-team/backintime"
|
||||
distfiles="https://github.com/bit-team/backintime/releases/download/v${version}/backintime-${version}.tar.gz"
|
||||
checksum=68874587883f33b2a8fec5c00cb446034a3110e9198339fc9152543951790776
|
||||
checksum=2adf4f2d3b2c95b43f1bc7184c034bc3fa2387b7b94099018770316d979b1534
|
||||
python_version=3
|
||||
|
||||
do_configure() {
|
||||
|
@ -38,7 +38,8 @@ do_install() {
|
|||
backintime-qt_package() {
|
||||
short_desc+=" - Qt GUI"
|
||||
depends="backintime-${version}_${revision}
|
||||
python3-PyQt5 python3-PyQt5-dbus python3-packaging libnotify xdpyinfo"
|
||||
python3-pyqt6 python3-pyqt6-dbus python3-packaging xdpyinfo
|
||||
python3-pyqt6-gui python3-pyqt6-widgets"
|
||||
pkg_install() {
|
||||
vmove "usr/bin/backintime-qt*"
|
||||
vmove usr/share/applications
|
||||
|
|
Loading…
Reference in New Issue