diff --git a/packagelist b/packagelist index 4214d61e4c..a63aea2ef2 100644 --- a/packagelist +++ b/packagelist @@ -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 diff --git a/packages/rhino-core/rhino-core.pacscript b/packages/rhino-core/rhino-core.pacscript index 53798d5483..0f58cd525f 100644 --- a/packages/rhino-core/rhino-core.pacscript +++ b/packages/rhino-core/rhino-core.pacscript @@ -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 " -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() { diff --git a/packages/rhino-pine-core/rhino-pine-core.pacscript b/packages/rhino-pine-core/rhino-pine-core.pacscript index d75bc5376c..ec350f55d4 100644 --- a/packages/rhino-pine-core/rhino-pine-core.pacscript +++ b/packages/rhino-pine-core/rhino-pine-core.pacscript @@ -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 " -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() { diff --git a/packages/rhino-server-core/rhino-server-core.pacscript b/packages/rhino-server-core/rhino-server-core.pacscript index 3202bc5520..d56f9c7740 100644 --- a/packages/rhino-server-core/rhino-server-core.pacscript +++ b/packages/rhino-server-core/rhino-server-core.pacscript @@ -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 " -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() { diff --git a/packages/rhino-ubxi-core/rhino-ubxi-core.pacscript b/packages/rhino-ubxi-core/rhino-ubxi-core.pacscript new file mode 100644 index 0000000000..2f34a934fb --- /dev/null +++ b/packages/rhino-ubxi-core/rhino-ubxi-core.pacscript @@ -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 " +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 +}