Skip to content

Commit

Permalink
Remove packages that don't work on os3 (#852)
Browse files Browse the repository at this point in the history
* Remove packages that don't work on os3

* Remove with toltec-deletions as well
  • Loading branch information
Eeems authored May 23, 2024
1 parent 317e047 commit f59a8d4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package/gocryptfs/package
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
# Copyright (c) 2020 The Toltec Contributors
# SPDX-License-Identifier: MIT

archs=(rmallos2)
pkgnames=(gocryptfs)
pkgdesc="An encrypted overlay filesystem written in Go."
url="https://nuetzlich.net/gocryptfs/"
_srcver=2.0-beta2
pkgver="$_srcver"-2
pkgver="$_srcver"-3
timestamp=2021-03-22
section=utils
maintainer="plan5 <[email protected]>"
Expand Down
3 changes: 2 additions & 1 deletion package/innernet/package
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
# Copyright (c) 2021 The Toltec Contributors
# SPDX-License-Identifier: MIT

archs=(rmallos2)
pkgnames=(innernet-client)
pkgdesc="A private network system that uses WireGuard under the hood."
url="https://github.com/tonarino/innernet"
pkgver=1.5.3-2
pkgver=1.5.3-3
timestamp=2022-01-31T20:08:43Z
section="utils"
maintainer="plan5 <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions package/linux-mainline/package
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Copyright (c) 2021 The Toltec Contributors
# SPDX-License-Identifier: MIT

archs=(rm2)
archs=(rm2os2)
pkgnames=(linux-mainline)
pkgdesc="reMarkable 2 kernel based on the mainline kernel"
url=https://www.kernel.org
pkgver=6.2.0-2
pkgver=6.2.0-3
timestamp=2022-05-22T21:50:09Z
section=kernel
maintainer="Alistair Francis <[email protected]>"
Expand Down
20 changes: 17 additions & 3 deletions package/toltec-deletions/package
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,30 @@ archs=(rmallos2 rmallos3)
pkgnames=(toltec-deletions)
pkgdesc="Metapackage to handle package deletions between OS versions"
url=https://toltec-dev.org/
pkgver=0.1-1
pkgver=0.1-2
timestamp=2023-12-03T04:51:58Z
section="utils"
maintainer="Eeems <[email protected]>"
license=MIT
installdepends=(toltec-bootstrap)
conflicts_rmallos2=()
replaces_rmallos2=()
conflicts_rmallos3=(ddvk-hacks fuse wireguard)
replaces_rmallos3=(ddvk-hacks fuse wireguard)
conflicts_rmallos3=(
ddvk-hacks
fuse
wireguard
innernet-client
gocryptfs
linux-mainline
)
replaces_rmallos3=(
ddvk-hacks
fuse
wireguard
innernet-client
gocryptfs
linux-mainline
)

source=()
sha256sums=()
Expand Down

0 comments on commit f59a8d4

Please sign in to comment.