[qet] [GIT] qet/qet.git branch master updated. 0.9-dev-521-g8a1f509 |
[ 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 8a1f509b625cbe4bc1d10ec60d041884f44160d8 (commit)
via cf479bc11370207c46a781fb4b4939b83157c690 (commit)
via 08e206deebe47d7697b169a02ecfe9a56c94bbcc (commit)
from ba1e8381f2097a6f49581596266caccc3c62723e (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 8a1f509b625cbe4bc1d10ec60d041884f44160d8
Author: Pino Toscano <toscano.pino@xxxxxxxxxx>
Date: Tue Jul 5 17:37:14 2022 +0200
flatpak: refresh 0001-build-Fix-the-installation-paths.patch
Needed after the recent build system changes to MIME-related paths.
commit cf479bc11370207c46a781fb4b4939b83157c690
Author: Pino Toscano <toscano.pino@xxxxxxxxxx>
Date: Tue Jul 5 17:26:14 2022 +0200
Drop old mimelnk MIME types
Those desktop MIME types were needed only with KDE up to 3.x, as it
used to have its own desktop-based MIME type system. KDE 3 is EOL for
many years now, and there are already XDG MIME types.
commit 08e206deebe47d7697b169a02ecfe9a56c94bbcc
Author: Pino Toscano <toscano.pino@xxxxxxxxxx>
Date: Tue Jul 5 17:21:20 2022 +0200
Drop XML files autogenerated from qelectrotech.xml
These files are the bare XML definitions, and they are automatically
generated by update-mime-database (part of shared-mime-info) on update
(e.g. by distro hooks) or manually. Keeping them in the sources, and
installing them, is definitely not correct, as qelectrotech.xml is
their canonical definition.
Hence, drop them from the sources, together with references to them.
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 8 --------
.../0001-build-Fix-the-installation-paths.patch | 16 ++++++---------
cmake/define_definitions.cmake | 2 --
cmake/paths_compilation_installation.cmake | 4 ----
misc/translations_stat.pl | 4 ++--
misc/x-qet-element.desktop | 24 ----------------------
misc/x-qet-element.xml | 20 ------------------
misc/x-qet-project.desktop | 24 ----------------------
misc/x-qet-project.xml | 20 ------------------
misc/x-qet-titleblock.desktop | 22 --------------------
misc/x-qet-titleblock.xml | 21 -------------------
qelectrotech.pro | 10 ---------
12 files changed, 8 insertions(+), 167 deletions(-)
delete mode 100644 misc/x-qet-element.desktop
delete mode 100644 misc/x-qet-element.xml
delete mode 100644 misc/x-qet-project.desktop
delete mode 100644 misc/x-qet-project.xml
delete mode 100644 misc/x-qet-titleblock.desktop
delete mode 100644 misc/x-qet-titleblock.xml
hooks/post-receive
--
qet/qet.git