Skip to content
Snippets Groups Projects
  1. Nov 22, 2022
  2. Oct 27, 2022
  3. Oct 18, 2022
  4. Oct 17, 2022
  5. Oct 12, 2022
  6. Oct 06, 2022
  7. Oct 04, 2022
  8. Sep 29, 2022
    • Maxim Cournoyer's avatar
      build.py: Streamline and update dependencies, build script. · 139b307f
      Maxim Cournoyer authored and Amin Bandali's avatar Amin Bandali committed
      Remove the GNOME dependencies and have the --qt argument always
      require a value when used (exclusively to specify a Qt installation
      prefix).
      
      * build.py (ZYPPER_CLIENT_GNOME_DEPENDENCIES): Delete variable.
      (ZYPPER_CLIENT_QT_DEPENDENCIES): Rename to...
      (ZYPPER_CLIENT_DEPENDENCIES): ... this.
      (DNF_CLIENT_GNOME_DEPENDENCIES): Delete variable.
      (DNF_CLIENT_QT_DEPENDENCIES): Rename to...
      (DNF_CLIENT_DEPENDENCIES): ... this.
      (APT_DEPENDENCIES): Delete 'gnome-icon-theme-symbolic'.
      (APT_CLIENT_GNOME_DEPENDENCIES): Delete variable.
      (APT_CLIENT_QT_DEPENDENCIES): Rename to...
      (APT_CLIENT_DEPENDENCIES): ... this.
      (PACMAN_CLIENT_GNOME_DEPENDENCIES): Delete variable.
      (PACMAN_CLIENT_QT_DEPENDENCIES): Rename to...
      (PACMAN_CLIENT_DEPENDENCIES): ... this.
      (run_dependencies): Remove usage of args.gnome.  Streamline use of
      --qt; now it's only used to specify a custom Qt prefix.
      (run_uninstall): Get rid of CLIENT_SUFFIX, adjusting users
      accordingly.
      (run_install): Delete '-c' option of install script.
      (run_run): Delete hacks used to build the now-deprecated client-macos
      on macOS.  Get rid of client_suffix.  Adjust client path to run.
      (run_stop): Get rid of suffix.
      (execute_script): Test falsy values as intended.
      (parse_args): Delete '--gnome' argument.  Adjust doc of '--qt'.
      (main): Get rid of 'parsed_args.gnome'.
      * guix/manifest.scm: Streamline and update dependencies.
      * scripts/install.sh: Remove '-c' option.  Remove conditional branches
      handling GNOME client.
      * guix/channels.scm: New file.
      
      Change-Id: I26898c3331467bfc4ab63d3e9df1d50560c287c2
      139b307f
  9. Sep 18, 2022
  10. Sep 15, 2022
  11. Sep 04, 2022
    • Maxim Cournoyer's avatar
      Makefile: Fix Guix-generated debian bundles (deb-packs). · 2d4f7bb6
      Maxim Cournoyer authored and Maxim Cournoyer's avatar Maxim Cournoyer committed
      * Makefile (SUPPORTED_GNU_ARCHS): Remove i686; qtbase 6 doesn't build
      for it.
      (output): Delete the store output after copying the archive, to avoid
      accumulating too much cruft under /gnu/store.
      * guix/guix-pack-manifest.scm: Adjust comment.  Rename "libring" to
      "libjami".  Delete libringclient related variables.  Rename jami-qt to
      jami.
      (jami-with-certs): Express more concisely via G-Expressions and
      search-input-file or search-input-directory.
      
      Change-Id: I37f1482ed79599536fb42818ef32f4861a32c1da
      2d4f7bb6
  12. Aug 24, 2022
  13. Aug 15, 2022
  14. Aug 10, 2022
  15. Jul 26, 2022
  16. Jul 25, 2022
  17. Jul 19, 2022
  18. Jul 18, 2022
  19. Jul 13, 2022
  20. Jul 12, 2022
    • Amin Bandali's avatar
      build: Make sure the 'hooks' directory for each submodule exists · bfba7121
      Amin Bandali authored
      git-init may not create the hooks directory with the default sample
      hooks in some scenarios, for example if the user has set the
      init.templateDir configuration option in their global git config, and
      if that directory does not include a hooks subdirectory then no hooks
      directory will be created by git-init, including for clones and
      submodule initializations.
      
      Change-Id: I09ce586fd36d3db9224bbbeed5d7721d6635ea7b
      bfba7121
  21. Jul 11, 2022
  22. Jun 29, 2022
    • Amin Bandali's avatar
      build: drop vestigial 'supported Qt distro' check · c3cf4d59
      Amin Bandali authored
      This check was added in 5ec47bc3 about
      two years ago when client-qt was just beginning to be ported to
      GNU/Linux and could not be readily/easily built on GNU/Linux systems.
      
      This removal should also fix/avoid the recently-introduced logic bug
      that broke --distribution=android.
      
      Change-Id: Ia9ab9e37b9d9cfd2f7a2a57931bbd5bf6f4d56bb
      c3cf4d59
  23. Jun 23, 2022
    • Amin Bandali's avatar
      packaging: Adapt to client-qt vendoring libjamiclient. · bd745f43
      Amin Bandali authored and Adrien Béraud's avatar Adrien Béraud committed
      For both deb and rpm make jami-libclient a transitional package that
      does not have any dependencies and that the user can safely remove.
      The jami-libclient package can then be dropped later into the future;
      perhaps in a year or so from now.
      
      Change-Id: I53d7cb89a40282acec7b4b0aa7930b1a52835a1b
      bd745f43
  24. Jun 20, 2022
  25. Jun 17, 2022
  26. Jun 08, 2022
  27. Jun 06, 2022
  28. May 18, 2022
    • Tobias Hildebrandt's avatar
      build: add -y flag to build.py dependency install · 603e6149
      Tobias Hildebrandt authored and Adrien Béraud's avatar Adrien Béraud committed
      disable -y by default
      
      Change-Id: I6befd8564fc4334dae398d32d54d3871bd19b717
      603e6149
    • Amin Bandali's avatar
      build: Update for Qt 6, add --no-webengine switch, add Parabola. · c26393df
      Amin Bandali authored
      * build.py (QT5_VERSION):
      (write_qt_conf): Remove (vestigial and not used anymore).
      (PACMAN_BASED_DISTROS): Add parabola.
      (ZYPPER_DEPENDENCIES):
      (ZYPPER_CLIENT_QT_DEPENDENCIES):
      (DNF_DEPENDENCIES):
      (DNF_CLIENT_QT_DEPENDENCIES):
      (APT_DEPENDENCIES):
      (APT_CLIENT_QT_DEPENDENCIES):
      (PACMAN_DEPENDENCIES):
      (PACMAN_CLIENT_QT_DEPENDENCIES):
      (OSX_DEPENDENCIES):
      (OSX_DEPENDENCIES_UNLINK): Update dependency list for Qt 6, and move
      lrc dependencies into client dependency lists.
      (ZYPPER_QT_WEBENGINE):
      (DNF_QT_WEBENGINE):
      (APT_QT_WEBENGINE):
      (PACMAN_QT_WEBENGINE): Move Qt WebEngine pacakge(s) into separate
      list, so that they can be conditionally included or excluded.
      (run_dependencies): Install daemon dependencies earlier than and
      separately from lrc and client dependencies, mainly so that the
      installation of daemon dependencies could still succeed on distros
      that don't currently have Qt 6 packaged.
      (run_dependencies):
      (run_install):
      (run_uninstall):
      (run_run):
      (main)
      (parse_args): Add new --gnome switch, only use client-gnome when
      this switch is given.  Add new --macos switch, only use client-macos
      when this switch is given.  Otherwise, default to using client-qt.
      Add new --no-webengine switch, disable using Qt WebEngine when this
      switch is given.  Remove vestigial --qtver switch not used anymore.
      Also, replace a few mentions of "Ring" with "Jami" in strings.
      (validate_args): Test for minimum version of Windows 10 and do not
      require an exact match/equality.
      
      * scripts/build-windows.py (build_lrc):
      (build_client):
      (parsed_args): Remove vestigial and unneeded --qtver switch and its
      corresponding variable.  Both make-lrc.py and make-client.py scripts
      in their corresponding repositories have an up-to-date default Qt
      version number, and specifying the version from this script is both
      unnecessary and defeats their purpose.
      
      * scripts/install.sh (QT6_MIN_VER): Rename to QT_MIN_VER.
      (qt6ver): Remove, not used anymore.
      (qt6path): Rename to qtpath.
      (sys_qt6ver): Rename to sys_qtver.
      (installed_qt6ver): Rename to installed_qtver.
      (required_qt6ver): Rename to required_qtver.
      (enable_webengine): New variable for tracking whether or not to use
      Qt WebEngine.  Defaults to true.
      (getopts): Add w option; when given, set enable_webengine to false.
      (client_cmake_flags): Set -DWITH_WEBENGINE="${enable_webengine}".
      
      Note: as of the time of this commit, QLibraryInfo from the qt6-base
      package in Debian (and Ubuntu) currently has path issues and returns
      wrong paths, stemming from '/lib' being a symlink.  This leads to
      "Qt WebEngine resources not found" errors as the WebEngine tries to
      find its needed resources at a wrong location '/share/qt6/resources'.
      The issue has already been reported by others and a proposed patch to
      fix it by disabling Qt's relocatable feature is pending review:
      https://bugs.launchpad.net/ubuntu/+source/qt6-base/+bug/1970057
      https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010575
      In the mean time, using './build.py --install --no-webengine' to build
      Jami without Qt WebEngine works.  Alternatively, using a custom build
      of Qt (such as our libqt-jami) that does not suffer from this issue
      would also work, using './build.py --install --qt=/usr/lib/libqt-jami'
      where '/usr/lib/libqt-jami' should be the prefix directory where the
      custom Qt build is installed.
      
      GitLab: #1434
      Change-Id: Ie053522de19b33871a1082ce46f3d36380a8b5aa
      c26393df
  29. May 11, 2022
  30. May 03, 2022
  31. Apr 12, 2022
  32. Apr 11, 2022
Loading