Giter Club home page Giter Club logo

org.freefilesync.freefilesync's Introduction

FreeFileSync on Flathub

FreeFileSync is a graphical folder comparison and synchronization software. See its homepage at freefilesync.org.

screenshot

This repo contains a Flatpak manifest for building a Flatpak package for FreeFileSync. You can download the the final Flatpak package from Flathub.

Installation

To install FreeFileSync through Flathub, visit flathub.org/apps and click on FreeFileSync. It should open in a supported software center (like GNOME Software) with the option to install the app.

Or you can use the command line:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.freefilesync.FreeFileSync

Usage

This package contains two tools named FreeFileSync and RealTimeSync. Simply search for either of them in your desktop app launcher.

Or you can use the command line:

flatpak run org.freefilesync.FreeFileSync

or

flatpak run --command=RealTimeSync org.freefilesync.FreeFileSync

Maintaining this repository

Please become a co-maintainer

Since there is no version control for FreeFileSync, the exploded tarball for each version is pushed into the src branch. Patches are kept in patchNN-description branches and rebased on top of new releases. (The reason for this is to make patch rebasing more comfortable and maintainable. A new release is still built from the tarball, not from the src branch.)

The workflow for building a new release REL is:

git branch REL master
# download new tarball into tarball/
git checkout src
rm src -rf
unzip -d src tarball/<tarball>.zip
git add -A
git commit

# for each patchNN branch, do:
git checkout patchNN
git rebase src
# end for

git checkout REL

# for each patchNN branch, do:
git diff src patchNN > ./patchNN.patch
# end for

# adjust *appdata.xml and *FreeFileSync.yml
flatpak-builder builddir org.freefilesync.FreeFileSync.yml --force-clean --ccache
# test the app
flatpak-builder --run builddir org.freefilesync.FreeFileSync.yml FreeFileSync

git add -A
git commit
git push -u origin REL
# submit a PR

# after merging PR to master
git branch -d REL
git push -d origin REL
git checkout master
git tag vREL
git push --tags
# push all modified branches (patchNN, src)

See the progress and controls for new builds at Flathub buildbot.

org.freefilesync.freefilesync's People

Contributors

kparal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.