Skip to content

Commit

Permalink
upd(rhino*core): drop timeshift dep
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer committed Oct 7, 2023
1 parent ff7c694 commit 0c9170c
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" "timeshift")
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")
pkgver="2023.3"
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" "timeshift")
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")
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.3"
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" "timeshift")
replace=("rhino-core" "rhino-pine-core")
pkgver="2023.3"
pkgrel="1"
pkgrel="2"
style="(server)"
branch="devel"
post_install() {
Expand Down

0 comments on commit 0c9170c

Please sign in to comment.