Skip to content

Commit

Permalink
upd(rhino*core): include timeshift (pacstall#4551)
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored and Zahrun committed Oct 11, 2023
1 parent 8ca49cd commit f77d09d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/rhino-core/rhino-core.pacscript
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name="rhino-core"
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")
pacdeps=("unicorn-desktop-git" "rhino-kvantum-theme-git" "rhino-plymouth-theme-git" "rhino-pkg-git" "rhino-neofetch-git" "rhino-system-git" "timeshift")
pkgdesc="Transitional package to provide all core Rhino Linux software"
maintainer="Oren Klopfer <[email protected]>"
replace=("rhino-pine-core" "rhino-server-core")
pkgver="2023.2"
pkgrel="1"
pkgrel="2"
style="(mainline)"
branch="devel"
post_install() {
Expand Down
4 changes: 2 additions & 2 deletions packages/rhino-pine-core/rhino-pine-core.pacscript
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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")
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" "timeshift")
if [[ -f /usr/bin/enable-modem ]]; then
depends=("eg25-manager" "modemmanager" "gnome-calls" "gnome-contacts" "chatty" "callaudiod" "feedbackd" "purple-mm-sms" "ofono" "ofono-scripts")
fi
pkgdesc="Transitional package to provide all core Rhino Linux Mobile software"
maintainer="Oren Klopfer <[email protected]>"
replace=("rhino-core" "rhino-server-core")
pkgver="2023.2"
pkgrel="1"
pkgrel="2"
style="(mobile)"
branch="devel"
post_install() {
Expand Down
4 changes: 2 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,9 @@ 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")
replace=("rhino-core" "rhino-pine-core" "timeshift")
pkgver="2023.2"
pkgrel="1"
pkgrel="2"
style="(server)"
branch="devel"
post_install() {
Expand Down

0 comments on commit f77d09d

Please sign in to comment.