Skip to content
Snippets Groups Projects
  1. Sep 10, 2020
  2. Sep 08, 2020
  3. Sep 07, 2020
  4. Sep 05, 2020
  5. Sep 04, 2020
  6. Sep 03, 2020
  7. Sep 02, 2020
  8. Sep 01, 2020
  9. Aug 31, 2020
  10. Aug 30, 2020
  11. Aug 28, 2020
    • Oliver Smith's avatar
      main/mobile-config-firefox: add pkgver to provides (MR 1507) · 838d5609
      Oliver Smith authored
      Fix mobile-config-firefox not replacing postmarketos-config-firefox on
      upgrade. Without the pkgver in provides, apk only considers
      mobile-config-firefox as virtual package name, not as replacement.
      
      Verified with the CE factory image:
      
      	$ sudo apk upgrade
      	...
      	(20/29) Purging postmarketos-config-firefox (1-r0)
      	(21/29) Installing mobile-config-firefox (1.0.1-r1)
      	...
      838d5609
    • Oliver Smith's avatar
      main/postmarketos-ui-plasma-mobile: disable x86 (MR 1508) · 71355c6f
      Oliver Smith authored
      postmarketos-ui-plasma-mobile has plasma-camera in _pmb_recommends.
      plasma-camera does not build for x86, because mpg123-libs-1.26.3-r0 is
      still broken in Alpine edge repos (aports#11807).
      
      Disable postmarketos-ui-plasma-mobile for x86 again, so the CI check
      test_aports_ui doesn't fail anymore with:
      postmarketos-ui-plasma-mobile/APKBUILD: package 'plasma-camera' from _pmb_recommends not found for arch 'x86'
      
      [ci:skip-vercheck]: only modifying arches
      [ci:skip-build]: unfortunately, postmarketos-ui-plasma-mobile fails to
      build for x86_64 too due to broken libdv in Alpine (aports#11892).
      
      I'll create MRs to Alpine to fix the broken depends, so we should be
      able to enable it again soon.
      
      Related: https://gitlab.alpinelinux.org/alpine/aports/-/issues/11807
      Related: https://gitlab.alpinelinux.org/alpine/aports/-/issues/11892
      71355c6f
    • Oliver Smith's avatar
      Revert "kde/kpeoplesink: disable x86" (MR 1508) · e70439cc
      Oliver Smith authored
      kaccounts-integration-dev is available for x86 again in Alpine edge.
      This reverts commit dc44aed3.
      [ci:skip-vercheck]: only changing arch var
      
      This should fix test_aports_ui failure:
      main/postmarketos-ui-plasma-mobile/APKBUILD: package 'kpeoplesink' from _pmb_recommends not found for arch 'x86'
      e70439cc
    • Oliver Smith's avatar
      CI: test_aports_ui: don't take arches from binary (MR 1508) · cedd5331
      Oliver Smith authored
      Verify _pmb_recommends for architectures listed in the APKBUILD of
      postmarketos-ui-* packages, not from their binary packages. Otherwise
      disabling an architecture in a merge request will not be respected, as
      the binary package still has the arch enabled.
      cedd5331
  12. Aug 25, 2020
  13. Aug 24, 2020
  14. Aug 23, 2020
  15. Aug 22, 2020
    • Bart Ribbers's avatar
      main/postmarketos-base: stop the power key from shutting down devices (MR 1499) · 7b58ed7f
      Bart Ribbers authored
      Pressing power button should not power off a device. Although it is
      expected on desktops and laptops, it isn't expected on phones and
      tablets. Instead it should just turn off the screen or go into a deep
      sleep, but that isn't handled by elogind. So let elogind just ignore the
      button altogether.
      
      Also re-order the dependencies alphabetically while we're touching the
      package anyway
      7b58ed7f
Loading