Skip to content

Commit

Permalink
backintime: update to 1.4.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <thetredev@gmail.com>
  • Loading branch information
thetredev committed Dec 23, 2023
1 parent 8e97269 commit bc93369
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 62 deletions.

This file was deleted.

17 changes: 6 additions & 11 deletions srcpkgs/backintime/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'backintime'
pkgname=backintime
version=1.3.1
revision=3
version=1.4.1
revision=1
configure_args="--python3"
pycompile_dirs="/usr/share/backintime"
hostmakedepends="gettext python3"
depends="python3 rsync python3-dbus python3-keyring"
depends="python3 rsync python3-dbus python3-keyring python3-packaging libnotify xdpyinfo"
short_desc="Simple backup tool for Linux"
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/${version}/backintime-${version}.tar.gz"
checksum=4ffbca4f92c16a7f1c6ce2df17ea88ca13ebf70a2771286e3eebacdce3a2a44e
distfiles="https://github.com/bit-team/backintime/releases/download/v${version}/backintime-${version}.tar.gz"
checksum=bc758022fbb3ef14177a258c1292adc60ff4efee93129d147eab724faed9e21e
python_version=3

do_configure() {
Expand All @@ -37,8 +37,7 @@ do_install() {

backintime-qt_package() {
short_desc+=" - Qt GUI"
depends="backintime-${version}_${revision}
python3-PyQt5 python3-PyQt5-dbus libnotify xdpyinfo"
depends="backintime-${version}_${revision} python3-PyQt5 python3-PyQt5-dbus"
pkg_install() {
vmove etc/dbus-1
vmove "usr/bin/backintime-qt*"
Expand All @@ -47,9 +46,5 @@ backintime-qt_package() {
vmove usr/share/bash-completion/completions/backintime-qt
vmove usr/share/dbus-1
vmove usr/share/doc/backintime-qt
vmove usr/share/doc/qt
vmove usr/share/icons
vmove "usr/share/man/man1/backintime-qt*"
vmove usr/share/polkit-1
}
}

0 comments on commit bc93369

Please sign in to comment.