Skip to content

Commit

Permalink
fix(rhino-pine-core): force initramfs-tools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Dec 8, 2023
1 parent 69ebaab commit 7dc6675
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/rhino-pine-core/rhino-pine-core.pacscript
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name="rhino-pine-core"
url="https://github.com/oklopfer/debs/raw/master/empty.tar.xz"
pacdeps=("unicorn-mobile-git" "rhino-kvantum-theme-git" "rhino-plymouth-theme-git" "rhino-pkg-git" "rhino-neofetch-git" "rhino-system-git" "u-boot-mobian-deb" "mobile-usb-networking-deb" "pacstall-qa-git")
depends=("initramfs-tools")
if [[ -f /usr/bin/enable-modem ]]; then
depends=("eg25-manager" "modemmanager" "gnome-calls" "gnome-contacts" "chatty" "callaudiod" "feedbackd" "purple-mm-sms" "ofono" "ofono-scripts" "gpsd")
depends+=("eg25-manager" "modemmanager" "gnome-calls" "gnome-contacts" "chatty" "callaudiod" "feedbackd" "purple-mm-sms" "ofono" "ofono-scripts" "gpsd")
fi
pkgdesc="Transitional package to provide all core Rhino Linux Mobile software"
maintainer="Oren Klopfer <[email protected]>"
compatible=("ubuntu:devel" "ubuntu:noble")
replace=("rhino-core" "rhino-server-core" "rhino-ubxi-core")
pkgver="2023.3"
pkgrel="11"
pkgrel="12"
style="(mobile)"
branch="devel"
post_install() {
Expand Down

0 comments on commit 7dc6675

Please sign in to comment.