Skip to content
Snippets Groups Projects
  1. Jan 31, 2025
  2. Oct 13, 2024
  3. Sep 08, 2024
    • jkito's avatar
      build: pass in PROVIDER env variable to getparam script · 9e535d7c
      jkito authored and jkito's avatar jkito committed
      running 'getparam binname' should return the name we want to set
      for the qmake TARGET based on the PROVIDER from the  vendor.conf
      file, due to running it inside a subshell in make it always gets
      the value for the default provider, setting PROVIDER env returns
      the correct value
      
      it also updates the qmake project file to use the TARGET env var
      and the build script to pass TARGET to qmake command as arg
      9e535d7c
  4. Sep 05, 2024
  5. Sep 03, 2024
  6. Jul 29, 2024
  7. Jul 10, 2024
    • Pea Nut's avatar
      Add PKGBUILD to build Arch Linux development package · 47161aa6
      Pea Nut authored
      - provider is bitmask
      - version is current main, as testing latest stable in the CI after
        each commit does not have a real benefit
      - Added a new directory ArchLinux (there is already a for directory debian)
      - There is a new target `package_arch` to create the Arch package - There is a check before if we are on a Arch System
      - I did not add the `package_arch`  to the `packages` target (we can not be an Debian and Arch on the same time)
      - `make clean` deletes temporary build files
      - Updated .gitignore
      47161aa6
  8. Jun 29, 2024
  9. Jun 20, 2024
  10. Apr 26, 2024
  11. Mar 20, 2024
  12. Mar 16, 2024
  13. Mar 07, 2024
  14. Mar 05, 2024
  15. Mar 01, 2024
  16. Feb 09, 2024
    • Pea Nut's avatar
      Add "un/install dev target for linux" to Makefile · 6b18a110
      Pea Nut authored
      `bitmask-root` needs to be in in the path (/usr/local/bin did not work). Maybe I overlook something here, but this seems required to get the dev environment up and running.
      This is currently how I run/debug things:
      
      ```
      make vendor (required only once)
      make build && make install_dev_linux && DEBUG=1 LEAP_DRYRUN=1 build/qt/release/riseup-vpn --no-systray
      ```
      6b18a110
  17. Nov 13, 2022
  18. Nov 08, 2022
  19. Aug 11, 2022
  20. Jul 05, 2022
  21. Apr 22, 2022
  22. Mar 15, 2022
  23. Feb 28, 2022
Loading