update version & section change

This commit is contained in:
thomas 2022-11-01 22:14:36 +01:00
parent 06ecaba890
commit 9a733a6499
37 changed files with 50 additions and 45 deletions

View file

@ -1,19 +1,22 @@
#!/bin/bash
VERSION=2.9.11
VERSION=2.9.12
APP=joplin-desktop
GIT_VERSION=v${VERSION}
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEPOT=https://github.com/laurent22/joplin.git
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=10
PACKAGE_DEPENDENCY="build-essential python nodejs rsync yarn"
STEP="base_package_upgrade envinit get_git_source build makedeb"
envinit() {
main(){
base_package_upgrade
configure_depot_yarn
configure_depot_nodejs
apt install -y --no-install-recommends build-essential python nodejs rsync yarn
install_package_dependency
get_git_source
build
makedeb
}
build() {

View file

@ -1,6 +1,6 @@
Package: joplin
Version: %VERSION%
Section: base
Section: contrib
Priority: optional
Architecture: all
Depends: nodejs