Page MenuHomeSolus
Authored By
DonHugo
Dec 21 2016, 12:07 PM
Size
1 KB
Referenced Files
None
Subscribers
None

package.yml

name : backintime
version : 1.1.12
release : 1
source :
- https://github.com/bit-team/backintime/archive/v1.1.12.tar.gz : 76036de6abdf5a2b2fbf66311c369dce7e3755fa778e5f01aa49bc2be68eb9f1
license : GPL-2.0
component : application
summary : Simple backup system inspired from the Flyback Project and TimeVault.
description: |
Simple backup system inspired from the Flyback Project and TimeVault.
builddeps:
- python3
rundeps :
- rsync
# - dcron # does not work
- cronie
- openssh
- python-keyring
- python3-dbus
- polkit
- libnotify
- python3-qt4
- libicu
- xdpyinfo
- encfs # optional
- sshfs # optional
- meld # optional
setup : |
%patch -p1 < $pkgfiles/keyring1.1.12.patch
%patch -p1 < $pkgfiles/pkexec1.1.12.patch
cd $workdir/common
./configure --python3 --no-fuse-group
cd $workdir/qt4
./configure --python3
build : |
cd $workdir/common
%make
cd $workdir/qt4
%make
install : |
cd $workdir/common
%make_install
cd $workdir/qt4
%make_install

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5433
Default Alt Text
package.yml (1 KB)

Event Timeline