Skip to content
Snippets Groups Projects
  1. Dec 08, 2017
  2. Dec 07, 2017
  3. Dec 06, 2017
  4. Dec 05, 2017
  5. Dec 04, 2017
  6. Dec 03, 2017
  7. Dec 02, 2017
  8. Dec 01, 2017
  9. Nov 30, 2017
  10. Nov 29, 2017
    • Alex Roth's avatar
      Merge Luna work into master (#945) · f5def361
      Alex Roth authored
      Contains everything from #940, except on top of master now.
      Also added a postmarketos-ui-luna package to be a meta-
      package for all of the Luna work.
      
      Every component included here builds & runs, but isn't
      functional without a handful more packages.
      f5def361
    • shwsh's avatar
      Support the Lenovo K6 Power (#942) · 2ec26573
      shwsh authored
      2ec26573
  11. Nov 28, 2017
  12. Nov 27, 2017
  13. Nov 26, 2017
    • Oliver Smith's avatar
    • Oliver Smith's avatar
      Bump version to 0.4.0 · 74344a36
      Oliver Smith authored
      Unverified
      74344a36
    • Bart Ribbers's avatar
      Lots of Plasma Shell improvements (#440) · 654b1322
      Bart Ribbers authored
      * Add postmarketos-ui-plasma-mobile
      * Add more required packages
      * Upgrade plasma sources
      * Modernize APKBUILDs
      * Make it run in general
      * Support RGB32 framebuffer with BGR order (thanks @zhuowei!)
      654b1322
    • Oliver Smith's avatar
      Fix #824: Refactor pmb/build/package.py (make depends work like in abuild) (#935) · d3c77c39
      Oliver Smith authored
      * Rename pmb/build/package.py to pmb/build/_package.py, so we can
        access the functions it contains in testcases, and still use
        pmb.build.package()
      * Refactor the entire file. Instead of one big function that does
        too many things, we have many small ones now, that are tested
        in the testsuite and easier to modify
      * Whenever building a package, pmbootstrap does not only build and
        install the "makedepends" (like we did before), now it does the
        same for the "depends". That's required to be compatible with
        abuild. The old behavior can still be used with 'pmbootstrap
        build --ignore-depends'.
      * Because of that change, noarch packages can no longer be built in
        the native chroot if we need them for a foreign chroot. A device-
        package depending on a kernel would pull in the same kernel for
        the native architecture otherwise.
      * Running 'pmbootstrap build device-...' without '--ignore-depends'
        and without a matching '--arch' displays a note that explains
        this change to the user and tells how to use it instead.
      * Noarch packages no longer get symlinked. That was only
        implemented for packages built in the native chroot, and now that
        is not always the case anymore. Symlinking these packages creates
        packages with broken dependencies anyway (e.g.
        device-samsung-i9100 can't be installed in x86_64, because
        linux-samsung-i9100 is armhf only).
      * Rename "carch" to "arch" wherever used. Naming it "carch"
        sometimes is confusing with no benefit.
      * Add a testcase for the aarch64 qemu workaround (because it failed
        first and I needed to know for sure if it is working again).
      * Improved some verbose logging, which helped with development of
        this feature.
      * Removed the old "build" test case (which was disabled in
        testcases_fast.sh) as the new "build_package" test case covers its
        functionallity.
      * Only build indexes if the packages folder exists for that arch (Travis
        couldn't run a test case otherwise)
      Unverified
      d3c77c39
    • drebrez's avatar
  14. Nov 25, 2017
  15. Nov 22, 2017
  16. Nov 21, 2017
  17. Nov 20, 2017
  18. Nov 19, 2017
Loading