Skip to content

Commit

Permalink
add: rhino-ubxi-core (#4656)
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Oct 12, 2023
1 parent 945ce79 commit 993af03
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ rhino-server-core
rhino-setup-bin
rhino-setup-git
rhino-system-git
rhino-ubxi-core
rstudio-deb
rust-motd-deb
schildichat-deb
Expand Down
5 changes: 3 additions & 2 deletions packages/rhino-core/rhino-core.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ url="https://github.com/oklopfer/debs/raw/master/empty.tar.xz"
pacdeps=("unicorn-desktop-git" "rhino-kvantum-theme-git" "rhino-plymouth-theme-git" "rhino-pkg-git" "rhino-neofetch-git" "rhino-system-git")
pkgdesc="Transitional package to provide all core Rhino Linux software"
maintainer="Oren Klopfer <[email protected]>"
replace=("rhino-pine-core" "rhino-server-core")
compatible=("ubuntu:devel")
replace=("rhino-pine-core" "rhino-server-core" "rhino-ubxi-core")
pkgver="2023.3"
pkgrel="3"
pkgrel="4"
style="(mainline)"
branch="devel"
post_install() {
Expand Down
5 changes: 3 additions & 2 deletions packages/rhino-pine-core/rhino-pine-core.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ if [[ -f /usr/bin/enable-modem ]]; then
fi
pkgdesc="Transitional package to provide all core Rhino Linux Mobile software"
maintainer="Oren Klopfer <[email protected]>"
replace=("rhino-core" "rhino-server-core")
compatible=("ubuntu:devel")
replace=("rhino-core" "rhino-server-core" "rhino-ubxi-core")
pkgver="2023.3"
pkgrel="3"
pkgrel="4"
style="(mobile)"
branch="devel"
post_install() {
Expand Down
5 changes: 3 additions & 2 deletions packages/rhino-server-core/rhino-server-core.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ url="https://github.com/oklopfer/debs/raw/master/empty.tar.xz"
pacdeps=("rhino-pkg-git" "rhino-neofetch-git")
pkgdesc="Transitional package to provide minimal core Rhino Linux software"
maintainer="Oren Klopfer <[email protected]>"
replace=("rhino-core" "rhino-pine-core")
compatible=("ubuntu:devel")
replace=("rhino-core" "rhino-pine-core" "rhino-ubxi-core")
pkgver="2023.3"
pkgrel="3"
pkgrel="4"
style="(server)"
branch="devel"
post_install() {
Expand Down
25 changes: 25 additions & 0 deletions packages/rhino-ubxi-core/rhino-ubxi-core.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name="rhino-ubxi-core"
url="https://github.com/oklopfer/debs/raw/master/empty.tar.xz"
pacdeps=("rhino-kvantum-theme-git" "rhino-plymouth-theme-git" "rhino-pkg-git" "rhino-neofetch-git" "rhino-system-git")
pkgdesc="Transitional package to provide all core Rhino Linux software, without a desktop environment"
maintainer="Oren Klopfer <[email protected]>"
compatible=("ubuntu:devel")
replace=("rhino-core" "rhino-pine-core" "rhino-server-core")
pkgver="2023.3"
pkgrel="1"
style="(ubxi)"
branch="devel"
post_install() {
echo "PRETTY_NAME=\"Rhino Linux ${pkgver} ${style}\"
NAME=\"Rhino Linux\"
VERSION_ID=\"${pkgver}\"
VERSION=\"${pkgver} ${style}\"
VERSION_CODENAME=\"${branch}\"
ID=ubuntu
ID_LIKE=debian
HOME_URL=\"https://rhinolinux.org/\"
SUPPORT_URL=\"https://github.com/rhino-linux\"
BUG_REPORT_URL=\"https://github.com/rhino-linux\"
PRIVACY_POLICY_URL=\"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy\"
UBUNTU_CODENAME=\"${branch}\"" | sudo tee /usr/lib/os-release > /dev/null
}

0 comments on commit 993af03

Please sign in to comment.