Commit graph

4313 commits

Author SHA1 Message Date
Oliver Smith
ce946d8b46 kde/audiotube: explicit makedepend: qt5-qtsvg-dev (MR 2104)
Let pmbootstrap build the qt5-qtsvg fork before audiotube, so it passes
CI. This won't be needed anymore shortly when Alpine's builders have
caught up, and qt5-qtsvg is fixed in Alpine edge.

[ci:skip-vercheck]
2021-04-08 22:29:40 +00:00
Oliver Smith
7a6dc2d081 temp/qt5-qtsvg: fork from alpine to revert broken patch (MR 2104)
Fix build error:

CMake Error at /usr/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake:111 (find_package):
  Could not find a configuration file for package "Qt5Widgets" that is
  compatible with requested version "5.15.3".
  The following configuration files were considered but not accepted:
    /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake, version: 5.15.2

MR for Alpine:
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/20307

[ci:skip-vercheck]: pkgrel>0 on purpose
2021-04-08 22:29:40 +00:00
Oliver Smith
7d5b119b0e treewide: rebuild against python 3.9 (MR 2104)
Rebuild packages that linked against libpython3.8.so or installed files
to /usr/lib/python3.8/.

Related: https://wiki.postmarketos.org/wiki/Upstream_compatibility_with_Alpine
2021-04-08 22:29:40 +00:00
Oliver Smith
3a6ecfb5d5 cross/grub-efi-x86: upgrade to 2.04-r3 (MR 2104) 2021-04-08 22:29:40 +00:00
Minecrell
667e3da398
modem/q6voiced: upgrade to 0_git20210408 (fix bad regression) (MR 2103)
When I upgraded tinyalsa to the new 2.0.0 major release (with breaking
changes) I failed to test q6voiced properly, even though I explicitly
had to rebuild it against the new tinyalsa version (see MR 1941).

In tinyalsa 2.0.0, calling pcm_open() does not automatically call
pcm_prepare() anymore, which is responsible for actually starting any
audio streams. This means that the old version of q6voiced is almost
entirely broken - only by pure luck it's sometimes possible to get
voice call audio working if you play other audio simultaenously while
a voice call is active. This does not work for the microphone though.

The new q6voiced version now calls pcm_prepare() explicitly to fix this.
2021-04-09 00:14:39 +03:00
Bhushan Shah
f761c03914
CODEOWNERS: add bshah as codeowner for bunch of stuff (MR 2100)
- Plasma Mobile UI
- kde/*
- PinePhone and Librem5 devices
2021-04-07 22:00:49 -07:00
Bart Ribbers
ba97f5a715
main/postmarketos-ui-sxmo: enable Qt tweaks (MR 1932) 2021-04-05 22:21:26 +03:00
Bart Ribbers
0a8cb8277f
main/postmarketos-ui-phosh: make Kirigami/QML apps use mobile controls (MR 1932)
Otherwise these applications will behave as desktop applications which
is obviously not desired
2021-04-05 22:21:18 +03:00
Dylan Van Assche
41cd9f226c
temp/gnome-settings-daemon: drop gnome-settings-daemon fork, upstreamed (MR 2095)
GNOME accepted the patch and was released within version 40. Dropping this fork to use Alpine upstream
2021-04-05 21:49:41 +03:00
Minecrell
3d50fe77da
unmaintained/xiaomi-wt88047-downstream: new device (Xiaomi Redmi 2) (MR 2085)
This device port is unmaintained: The mainline port (xiaomi-wt88047)
is preferred. This is only intended for testing, and was used to validate
the battery/charging driver as one example. Various patches are used
for the downstream kernel that expose helpful information for debugging.

[ci:skip-build]: already built successfully in CI
2021-04-05 15:08:28 +02:00
Oliver Smith
08acabdb05
main/postmarketos-hidden-desktop-entries: modernize (MR 2093)
Use replaces="" to overwrite files in /usr/share/applications, instead
of creating files for /etc/skel/.local/share/applications. This way, we
can add new overrides when upgrading the package, not only initially
when creating the user's home dir from /etc/skel.

Remove v20.05 related comment, and "firefox-safe.desktop" override,
which is now "org.mozilla.firefox-safe.desktop".

Add org.gnome.Glade.desktop from glade, which gets pulled in by
libhandy1-dev (e.g. when installing makedepends for phosh). (Users who
really want to start glade on postmarketOS can either do it with the
command line, or uninstall postmarketos-hidden-desktop-entries, or
replace the file in /etc/ with the original .desktop entry. For everyone
else who just installed glade as makedepend, it removes one awkward
desktop launcher.)

I looked into modernizing this package to hide launchers that appeared
for GTK4 (issue 1029). However, this should be fixed in Alpine's gtk
package: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/20116
2021-04-05 15:02:55 +02:00
Bobby The Builder
259c9eefe5
pine64-*: change default RAM clock from 552 to 528 (MR 1998)
Issue #981 Change default clock from 552 to 528
(latest batches such as KDE are having issues with 552)
2021-04-05 11:14:18 +02:00
Bobby The Builder
ba84cd8d49
temp/u-boot-pinephone: expose ram_freq in device tree (MR 1998)
Query the ram clock:
cat /proc/device-tree/memory/ram_freq
2021-04-05 11:14:17 +02:00
Bobby The Builder
5322350898
temp/u-boot-pinephone: build with 3 RAM clocks (MR 1998)
U-Boot package will be built and packaged with tree
different images, each with a custom RAM clock.

Supported clocks: 528, 552 and 624
2021-04-05 11:14:13 +02:00
kekzoz
4e4230093c
main/postmarketos-mkinitfs: add postprocess scripts (MR 2056)
[ci:skip-build]: already built successfully in CI
2021-04-05 09:32:19 +02:00
kekzoz
df9cffb0e4
amazon-soho: new device (MR 2056) 2021-04-05 09:32:13 +02:00
Luca Weiss
a2856d47de
main/libsignon-glib: remove, upstreamed to alpine 2021-04-05 07:48:11 +02:00
Luca Weiss
e30de3b203
kde/mygnuhealth: new aport (MR 1866)
[ci:skip-build]: already built successfully in CI
2021-04-04 20:21:50 +02:00
MightyM17
00dbf49d30
main/mesa-pvr-dri-classic: bump _llvmver to 11 (MR 2049)
[ci:skip-build]: already built successfully in CI
2021-04-04 20:17:32 +02:00
Oliver Smith
d765c4ba14
channels.cfg: mark v21.03 as released
* Move v21.03 before v20.05
* Add note that the release channels have been renamed
* Update all descriptions, mention edge blog in edge description
2021-04-04 11:59:38 +02:00
Newbyte
5503682b82
main/linux-postmarketos-exynos4: upgrade to 5.11.8 (MR 2046)
[ci:skip-build] Already built fine on CI
2021-04-04 03:46:27 +03:00
Miles Alan
629d22b02f
sxmo/sxmo-utils: add xcalib as dependency (MR 2091) 2021-04-04 03:39:49 +03:00
Clayton Craft
de0bc01e34
purism-librem5: fix bluetooth by disabling LE mode (MR 2089)
This forces coex. mode to only support BT classic/EDR, and disabled LE.
When LE coex. is enabled, BT controller init fails.

see: https://gitlab.com/postmarketOS/pmaports/-/issues/1042
fixes: https://gitlab.com/postmarketOS/pmaports/-/issues/976
2021-04-03 10:58:24 -07:00
Luca Weiss
43eceac673
kde/rattlesnake: upgrade to 0_git20201121 (MR 2090)
[ci:skip-build] already built successfully in CI
2021-04-03 10:37:32 -07:00
Luca Weiss
11929dcc3d
kde/qrca: upgrade to 0_git20210401 (MR 2090) 2021-04-03 10:37:32 -07:00
Luca Weiss
12dd7426cb
kde/plasma-camera: upgrade to 1.0_git20210328 (MR 2090) 2021-04-03 10:37:32 -07:00
Luca Weiss
626b79e4c7
kde/plasma-bigscreen: upgrade to 0_git20210402 (MR 2090) 2021-04-03 10:37:32 -07:00
Luca Weiss
029cb523f0
kde/peruse: upgrade to 0_git20210402 (MR 2090) 2021-04-03 10:37:32 -07:00
Luca Weiss
772ad884d7
kde/kpeoplesink: upgrade to 0_git20210224 (MR 2090) 2021-04-03 10:37:32 -07:00
Luca Weiss
6879cc0fe1
kde/koko: upgrade to 0_git20210401 (MR 2090) 2021-04-03 10:37:32 -07:00
Luca Weiss
96442f00d3
kde/kairo: upgrade to 0_git20210330 (MR 2090) 2021-04-03 10:37:31 -07:00
Luca Weiss
ae2761df67
kde/aura-browser: upgrade to 0_git20210319 (MR 2090) 2021-04-03 10:37:31 -07:00
Luca Weiss
16650e1792
kde/audiotube: upgrade to 0_git20210327 (MR 2090) 2021-04-03 10:37:31 -07:00
Luca Weiss
d6857a1521
kde/krecorder: remove, upstreamed to alpine 2021-04-03 15:36:48 +02:00
Luca Weiss
c943845c4e
kde/qmlkonsole: remove, upstreamed to alpine 2021-04-03 15:36:45 +02:00
Luca Weiss
c6ae69ff2d
main/qmltermwidget: remove, upstreamed to alpine 2021-04-03 15:36:30 +02:00
Maarten van Gompel
314ad6af62
main/postmarketos-ui-sxmo: upgrade to 1.4.1-r1 (MR 2086)
Added some pmb_recommends dependencies that were missing
from default install:
 - megapixels (camera app)
 - feh (image viewer)
2021-04-02 22:43:57 +03:00
Minecrell
aa1eefc44a
unmaintained/bq-paella-downstream: cleanup, add various debug patches (MR 2081)
These are various debugging related patches that I have used over the time
when attempting to get new features working for the mainline kernel.
Given that the downstream kernel is just intended for debugging in this case,
it seems convenient to add them to pmaports so I don't need to go search for
them in case I need them again in the future.

[ci:skip-build] Already built on CI
2021-03-31 23:49:26 +03:00
Maarten van Gompel
dfb394ab8b
sxmo/sxmo-utils: upgrade to 1.4.1 (MR 2082) 2021-03-31 17:12:31 +02:00
Maarten van Gompel
13b9b0dc86
sxmo/sxmo-xdm-config: upgrade to 0.3.1 (MR 2082) 2021-03-31 17:10:13 +02:00
Maarten van Gompel
85b07123c7
main/postmarketos-ui-sxmo: upgrade to 1.4.1 (version bump) (MR 2082) 2021-03-31 17:08:47 +02:00
Oliver Smith
708d3bcbdb
cross/busybox-static-*: upgrade to 1.33.0-r5 2021-03-30 23:53:41 +02:00
Oliver Smith
a909e543f3
nokia-n900: add PMOS_FORCE_PARTITION_RESIZE (MR 2076)
Resize the partition when using a pre-built image. We didn't notice that
this was missing, because N900 images are new and we only tested from
pmbootstrap install --sdcard, which already uses the full SD card size.
2021-03-30 23:03:49 +02:00
Rasmus Rendal
06b1e1cffb
main/gpodder-adaptive: add dependency to icons (MR 2069)
As suggested by ollieparanoid, adds adwaita-icon-theme as a dependency
to gpodder-adaptive, for users that don't use phosh.

[ci:skip-build]: already built successfully in CI
2021-03-29 23:48:18 +02:00
Maarten van Gompel
2aca3104bd
main/postmarketos-ui-sxmo: upgrade to 1.4.0 (MR 2067) 2021-03-29 22:18:32 +02:00
Maarten van Gompel
b04e722de7
sxmo/sxmo-utils: upgrade to 1.4.0.4 (MR 2067) 2021-03-29 22:18:28 +02:00
Maarten van Gompel
caf7ca11e1
sxmo/clickclack: new aport (MR 2067) 2021-03-29 22:17:30 +02:00
Maarten van Gompel
700d863c27
sxmo/sxmo-st: upgrade to 0.8.3.4 (MR 2067) 2021-03-29 22:17:30 +02:00
Maarten van Gompel
22a65ae655
sxmo/sxmo-dwm: upgrade to 6.2.12 (MR 2067) 2021-03-29 22:17:30 +02:00
Maarten van Gompel
b7f8c92787
sxmo/sxmo-xdm-config: upgrade to 0.3.0 (MR 2067) 2021-03-29 22:17:30 +02:00