Release 1.0.177
parent
aa9d5b6432
commit
600ba60123
56
.SRCINFO
56
.SRCINFO
|
@ -85,3 +85,59 @@ pkgbase = joplin
|
|||
|
||||
pkgname = joplin
|
||||
|
||||
pkgbase = joplin
|
||||
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
||||
pkgver = 1.0.177
|
||||
pkgrel = 1
|
||||
url = https://joplinapp.org/
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = nodejs
|
||||
makedepends = rsync
|
||||
makedepends = npm
|
||||
makedepends = python
|
||||
depends = nodejs
|
||||
depends = libxss
|
||||
provides = joplin
|
||||
provides = joplin-cli
|
||||
source = joplin.desktop
|
||||
source = joplin-desktop.sh
|
||||
source = joplin.sh
|
||||
source = https://github.com/laurent22/joplin/archive/v1.0.177.zip
|
||||
sha256sums = f3c3379ceb3eee166e50d0ad85c0c52ae1c1602ecbd8fcc070b81b5fac719e28
|
||||
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
||||
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
||||
sha256sums = 2d974a0c54488112d036942e3d7072391eb36248a7a8e92059abcc610f611397
|
||||
|
||||
pkgname = joplin
|
||||
|
||||
pkgbase = joplin
|
||||
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
||||
pkgver = 1.0.177
|
||||
pkgrel = 1
|
||||
url = https://joplinapp.org/
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = nodejs
|
||||
makedepends = rsync
|
||||
makedepends = npm
|
||||
makedepends = python
|
||||
depends = nodejs
|
||||
depends = libxss
|
||||
provides = joplin
|
||||
provides = joplin-cli
|
||||
source = joplin.desktop
|
||||
source = joplin-desktop.sh
|
||||
source = joplin.sh
|
||||
source = https://github.com/laurent22/joplin/archive/v1.0.177.zip
|
||||
sha256sums = b4f41f027ccfaccf49887395d314a00fc193f856eb8547b3d06c72d340a68334
|
||||
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
||||
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
||||
sha256sums = 2d974a0c54488112d036942e3d7072391eb36248a7a8e92059abcc610f611397
|
||||
|
||||
pkgname = joplin
|
||||
|
||||
|
|
15
PKGBUILD
15
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
# https://github.com/masterkorp/joplin-pkgbuild
|
||||
|
||||
pkgname=joplin
|
||||
pkgver=1.0.176
|
||||
pkgver=1.0.177
|
||||
pkgrel=1
|
||||
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
|
||||
arch=("x86_64" "i686")
|
||||
|
@ -15,25 +15,30 @@ url="https://joplinapp.org/"
|
|||
license=("MIT")
|
||||
source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
|
||||
"https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
|
||||
sha256sums=('f3c3379ceb3eee166e50d0ad85c0c52ae1c1602ecbd8fcc070b81b5fac719e28'
|
||||
sha256sums=('b4f41f027ccfaccf49887395d314a00fc193f856eb8547b3d06c72d340a68334'
|
||||
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
||||
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
||||
'5709de7bebb5ff680be461f0e14548398915d26bd13cc01accb5b79ef05be9e2')
|
||||
'2d974a0c54488112d036942e3d7072391eb36248a7a8e92059abcc610f611397')
|
||||
|
||||
build() {
|
||||
# Remove husky (git hooks) from dependencies
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
sed -i '/"husky": ".*"/d' package.json
|
||||
|
||||
|
||||
# Force Lang
|
||||
# INFO: https://github.com/alfredopalhares/joplin-pkgbuild/issues/25
|
||||
export LANG=en_US.utf8
|
||||
|
||||
# Install dependencies for the Tools used on another projects
|
||||
cd "${srcdir}/${pkgname}-${pkgver}/Tools"
|
||||
npm install
|
||||
|
||||
# Run copyLib and build the typescript
|
||||
# INFO: https://github.com/alfredopalhares/joplin-pkgbuild/issues/40
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
npm install
|
||||
npm run copyLib
|
||||
npm run tsc
|
||||
npm run tsc
|
||||
|
||||
# Build Cli CLient
|
||||
cd "${srcdir}/${pkgname}-${pkgver}/CliClient"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0.176
|
||||
Version=1.0.177
|
||||
Name=Joplin
|
||||
Comment=Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
||||
Exec=/usr/bin/joplin-desktop
|
||||
|
|
Loading…
Reference in New Issue