Skip to content
Snippets Groups Projects
Unverified Commit 160f5fab authored by Clayton Craft's avatar Clayton Craft :speech_balloon: Committed by Pablo Correa Gomez
Browse files

main/postmarketos-base-ui: remove default-camera subpkg (MR 5644)

UI camera apps are in better shape, they will show a nice error to users if no camera device is found and increasingly more devices are getting working cameras now... so imho it doesn't make sense to have this subpackage anymore.

[ci:ignore-count]
[ci:skip-build]: already built successfully in CI
parent 4401d220
No related branches found
No related tags found
No related merge requests found
Pipeline #206000 failed
...@@ -42,7 +42,6 @@ subpackages=" ...@@ -42,7 +42,6 @@ subpackages="
$pkgname-wifi-wpa_supplicant-openrc:wpa_supplicant_openrc $pkgname-wifi-wpa_supplicant-openrc:wpa_supplicant_openrc
$pkgname-wifi-wpa_supplicant:wpa_supplicant $pkgname-wifi-wpa_supplicant:wpa_supplicant
$pkgname-x11 $pkgname-x11
postmarketos-default-camera:_default_camera
" "
replaces=" replaces="
chrony chrony
...@@ -213,12 +212,6 @@ networkmanager() { ...@@ -213,12 +212,6 @@ networkmanager() {
amove usr/lib/NetworkManager/dispatcher.d/50-dns-filter.sh amove usr/lib/NetworkManager/dispatcher.d/50-dns-filter.sh
} }
_default_camera() {
# dummy package for camera app, packages can install_if on this to install
# the appropriate camera app for that device/UI
mkdir "$subpkgdir"
}
qt_tweaks() { qt_tweaks() {
amove etc/profile.d/qt-mobile-controls.sh amove etc/profile.d/qt-mobile-controls.sh
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment