Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
onny:notizen:postmarketos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
onny:notizen:postmarketos [2022/01/22 23:10] – old revision restored (2022/01/19 02:41) 2a01:4f8:190:740d::2onny:notizen:postmarketos [2022/03/02 10:48] (current) – [building package] 2a02:8071:3ecc:6e00:f7ec:78a:90c3:7888
Line 2: Line 2:
 sudo apk update sudo apk update
 sudo apk add geary gnome-passwordsafe gnome-calendar gnome-shortwave sudo apk add geary gnome-passwordsafe gnome-calendar gnome-shortwave
 +</code>
 +  * wanted
 +    * document viewer, odt / pdf
 +    * 2FA app (authy)
 +
 +==== building package ====
 +
 +<code bash>
 +apk add alpine-sdk doas nano
 +adduser onny
 +addgroup onny abuild
 +mkdir -p /var/cache/distfiles
 +chmod a+w /var/cache/distfiles
 +su onny
 +cd
 +git config --global user.name "Your Full Name"
 +git config --global user.email "your@email.address"
 +git clone https://gitlab.alpinelinux.org/alpine/aports
 +SUDO=doas abuild-keygen -a
 +cd community/gnome-podcasts
 +abuild -r
 </code> </code>
onny/notizen/postmarketos.1642893032.txt.gz · Last modified: 2022/01/22 23:10 by 2a01:4f8:190:740d::2