Skip to content
Snippets Groups Projects
Verified Commit 2ea2be42 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

main/postmarketos-base-ui: remove default-camera subpkg

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]
parent 9b3572af
No related branches found
No related tags found
No related merge requests found
Pipeline #205915 passed
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=postmarketos-base-ui
pkgver=28
pkgrel=2
pkgrel=3
pkgdesc="Meta package for minimal postmarketOS UI base"
url="https://postmarketos.org"
arch="noarch"
......@@ -42,7 +42,6 @@ subpackages="
$pkgname-wifi-wpa_supplicant-openrc:wpa_supplicant_openrc
$pkgname-wifi-wpa_supplicant:wpa_supplicant
$pkgname-x11
postmarketos-default-camera:_default_camera
"
replaces="
chrony
......@@ -213,12 +212,6 @@ networkmanager() {
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() {
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