Skip to content

Commit

Permalink
Merge branch 'testing' into update-desktop-database
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Oct 3, 2023
2 parents 27135d3 + 1c42c05 commit 2fa927a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Building the Repository from Source

The Toltec repository is automatically built for each commit on the `stable` and `testing` branches.
You may want to build the repository locally when working with a new package recipe or to make sure that nobody tampered with the automated build system.
You may want to build the repository locally when working with a new package recipe or to make sure that nobody tampered with the automated build system. [Toltecmk](https://github.com/toltec-dev/build) could also be used instead, if you just need to compile a single standalone package.

To proceed, create a local clone of the Git repository.

Expand Down
6 changes: 3 additions & 3 deletions package/koreader/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
pkgnames=(koreader)
pkgdesc="Ebook reader supporting PDF, DjVu, EPUB, FB2 and many more formats"
url=https://github.com/koreader/koreader
pkgver=2023.06.1-2
timestamp=2023-07-09T08:17:26Z
pkgver=2023.08-2
timestamp=2023-08-29T16:21:01Z
section="readers"
maintainer="raisjn <[email protected]>"
license=AGPL-3.0-or-later
Expand All @@ -21,7 +21,7 @@ source=(
koreader
)
sha256sums=(
a24f334983060b5cfee7b87484529b77fe4adffd646e8fd55447750e73309ef0
8cc9fad1cbcda5519c20afe6e33c4f80a51587daed7b959ef7284ce8b0c41ec0
SKIP
SKIP
SKIP
Expand Down
8 changes: 4 additions & 4 deletions package/regenda/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
pkgnames=(regenda)
pkgdesc="Caldav agenda app"
url=https://github.com/tenJirka/reGenda
pkgver=0.0.1-3
timestamp=2023-08-23T19:40Z
pkgver=0.0.2-2
timestamp=2023-09-06T06:45Z
section="utils"
maintainer="tenJirka <[email protected]>"
license=GPL3
makedepends=(build:python3-venv)
installdepends=(python3 python3-lxml python3-pytz python3-yaml python3-requests python3-dateutil python3-six python3-urllib3 python3-idna simple)
flags=(patch_rm2fb)
source=(https://github.com/tenJirka/reGenda/archive/refs/tags/0.0.1.zip)
sha256sums=(00d6a1e2f6b59f86ba47ea5c3444f24e112d24eb62082802653fe4649153da01)
source=(https://github.com/tenJirka/reGenda/archive/refs/tags/0.0.2.zip)
sha256sums=(4f51de514945f9cfc6a1852181baab4bb0f4daadb222e8ddb05929f17e2044d9)
image=python

build() {
Expand Down
4 changes: 2 additions & 2 deletions package/toltec-bootstrap/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
pkgnames=(toltec-bootstrap)
pkgdesc="Manage your Toltec install"
url=https://toltec-dev.org/
pkgver=0.2.2-1
timestamp=2022-02-28T00:12Z
pkgver=0.2.3-1
timestamp=2023-09-17T17:35Z
section="utils"
maintainer="Eeems <[email protected]>"
license=MIT
Expand Down
2 changes: 1 addition & 1 deletion package/toltec-bootstrap/toltecctl
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ uninstall() {

# Remove installed packages in reverse dependency order
list-installed-ordered | while read -r pkgname; do
"$opkg_path" remove --force-depends --force-remove "$pkgname"
"$opkg_path" remove --force-removal-of-essential-packages --force-depends --force-remove "$pkgname"
done

systemctl daemon-reload
Expand Down

0 comments on commit 2fa927a

Please sign in to comment.