[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-137-g975f0db |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, master has been updated
via 975f0db7ec150f324a31ef0d14641a1c31c563ec (commit)
via d26b189d3d2e8de2aedc2430d28d9bbd133b079d (commit)
via 3f38f4b16ce85a1d4b06f2784fd741caaa5d10c3 (commit)
from 5265db6cf73d80320d8e3328885adb97e300f089 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 975f0db7ec150f324a31ef0d14641a1c31c563ec
Author: Mathieu Bridon <mathieu@xxxxxxxxxxx>
Date: Fri Feb 14 11:33:12 2020 +0100
build: Add a Flatpak manifest
This allows building the master branch of QElectroTech with a simple
command:
$ flatpak-builder _build build-aux/flatpak/org.qelectrotech.QElectroTech.json
commit d26b189d3d2e8de2aedc2430d28d9bbd133b079d
Author: Mathieu Bridon <mathieu@xxxxxxxxxxx>
Date: Thu Feb 13 17:43:27 2020 +0100
build: Rename the packaging directory
The Linux and Windows packaging recipes don't have any restrictions on
where they have to be located. Snapcraft is the strictest on this.
Moving this to build-aux/ means we can have all the packaging recipes in
one place.
commit 3f38f4b16ce85a1d4b06f2784fd741caaa5d10c3
Author: Mathieu Bridon <mathieu@xxxxxxxxxxx>
Date: Thu Feb 13 17:41:01 2020 +0100
build: Move the Snap recipes
Snapcraft can find its build recipes in 2 places:
* a snap/ directory at the top of the sources;
* a build-aux/snap/ directory, since Snapcraft 3.3;
This commit moves from the former to the latter, so that we can group
all the packaging recipes together.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
.../flatpak/org.qelectrotech.QElectroTech.json | 37 +++++++++++++++++
.../0001-build-Fix-the-installation-paths.patch | 44 +++++++++++++++++++++
.../linux/fedora/README.elements | 0
{packaging => build-aux}/linux/fedora/packaging | 0
{packaging => build-aux}/linux/gentoo/README.txt | 0
.../snap}/local/launchers/qelectrotech-launch | 0
{snap => build-aux/snap}/snapcraft.yaml | 2 +-
.../windows/Contrib/Dutch_Belgium.nlf | 0
.../windows/Contrib/Dutch_Belgium.nsh | 0
{packaging => build-aux}/windows/Lancer QET.bat | 0
{packaging => build-aux}/windows/QET.nsi | 0
{packaging => build-aux}/windows/QET64.nsi | 0
{packaging => build-aux}/windows/README.txt | 0
{packaging => build-aux}/windows/images/header.bmp | Bin
{packaging => build-aux}/windows/images/wizard.bmp | Bin
.../windows/images/wizard2.bmp | Bin
{packaging => build-aux}/windows/lang_extra.nsh | 0
{packaging => build-aux}/windows/lang_extra_fr.nsh | 0
19 files changed, 83 insertions(+), 1 deletion(-)
create mode 100644 build-aux/flatpak/org.qelectrotech.QElectroTech.json
create mode 100644 build-aux/flatpak/patches/0001-build-Fix-the-installation-paths.patch
rename {packaging => build-aux}/linux/fedora/README.elements (100%)
rename {packaging => build-aux}/linux/fedora/packaging (100%)
rename {packaging => build-aux}/linux/gentoo/README.txt (100%)
rename {snap => build-aux/snap}/local/launchers/qelectrotech-launch (100%)
rename {snap => build-aux/snap}/snapcraft.yaml (98%)
rename {packaging => build-aux}/windows/Contrib/Dutch_Belgium.nlf (100%)
rename {packaging => build-aux}/windows/Contrib/Dutch_Belgium.nsh (100%)
rename {packaging => build-aux}/windows/Lancer QET.bat (100%)
rename {packaging => build-aux}/windows/QET.nsi (100%)
rename {packaging => build-aux}/windows/QET64.nsi (100%)
rename {packaging => build-aux}/windows/README.txt (100%)
rename {packaging => build-aux}/windows/images/header.bmp (100%)
rename {packaging => build-aux}/windows/images/wizard.bmp (100%)
rename {packaging => build-aux}/windows/images/wizard2.bmp (100%)
rename {packaging => build-aux}/windows/lang_extra.nsh (100%)
rename {packaging => build-aux}/windows/lang_extra_fr.nsh (100%)
hooks/post-receive
--
qet/qet.git