I would like to remind all users that in case of out-of-date versions, using the "flag as out-of-date" feature per AUR guidelines is the fastest way to reach me and get me to respond. Commenting on the AUR website has the same effect, but please do not file deletion requests, as this merely wastes AUR maintainers' time. Thank you!
Search Criteria
Package Details: synology-note-station 2.2.4_703-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/synology-note-station.git (read-only, click to copy) |
---|---|
Package Base: | synology-note-station |
Description: | Synology Note Station Client connects you with Note Station on your Synology NAS. You can manage all the notes/to-do list offline, right from your local computer. |
Upstream URL: | https://www.synology.com/support/download/ |
Keywords: | note notebook notes notestation synology |
Licenses: | (C) Synology: Proprietary |
Submitter: | sweisgerber.dev |
Maintainer: | sschueller |
Last Packager: | sschueller |
Votes: | 14 |
Popularity: | 0.000001 |
First Submitted: | 2017-10-10 10:06 (UTC) |
Last Updated: | 2023-11-03 12:05 (UTC) |
Dependencies (2)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- nss (nss-hgAUR)
Required by (0)
Sources (1)
sschueller commented on 2023-04-22 18:04 (UTC)
sergeimipt commented on 2023-01-14 19:17 (UTC)
to launch a program run /opt/synology-note-station/launch.sh dear admin, please pin this comment
Daniel.alomar commented on 2021-09-12 17:49 (UTC)
Same error with the latest package: /opt/synology-note-station/launch.sh [58442:58450:0912/192759.859871:ERROR:service_utils.cc(157)] --ignore-gpu-blacklist is deprecated and will be removed in 2020Q4, use --ignore-gpu-blocklist instead. Opening in existing browser session.
chiz commented on 2021-05-12 03:19 (UTC)
@mithanan
you can update to 2.2.1-553 by manual,the new edition will fix it
mithanan commented on 2021-03-11 09:05 (UTC)
recent after the arch update, the note-station cannot show a window but stays in process, try launch this app by /opt/synology-note-station/launch.sh, get this message below:
[13519:13527:0311/165537.720553:ERROR:service_utils.cc(157)] --ignore-gpu-blacklist is deprecated and will be removed in 2020Q4, use --ignore-gpu-blocklist instead.
(node:13570) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use node --trace-deprecation ...
to show where the warning was created)
Daniel.alomar commented on 2021-02-02 08:24 (UTC) (edited on 2021-02-02 08:29 (UTC) by Daniel.alomar)
New version available (2.2.0_524). Successfully updated upgrading PKGBUILD version:
# Maintainer: Pippo Peppo <abc@gmx.ch>
# Contributor: Sebastian Weisgerber <sweisgerber.dev@gmail.com>
pkgname=synology-note-station
pkgver=2.2.0_524
pkgrel=1
pkgdesc="Note Station for desktop connects you with Note Station on your Synology NAS. You can manage all the notes/to-do list offline, right from your local computer."
arch=('i686' 'x86_64')
url="https://www.synology.com/support/download/"
license=('(C) Synology: Proprietary')
depends=('ffmpeg' 'gtk3' 'libxss' 'nss')
options=('emptydirs')
# https://www.synology.com/en-us/support/download/DS216
if [[ ${CARCH} == "i686" ]]; then
source=("https://global.download.synology.com/download/Tools/NoteStationClient/${pkgver/_/-}/Ubuntu/i686/synology-note-station-client-${pkgver/_/-}-linux-x86.deb")
md5sums=('5fc5d3f0439b4b82a042671d6910d302')
elif [[ ${CARCH} == "x86_64" ]]; then
source=("https://global.download.synology.com/download/Tools/NoteStationClient/${pkgver/_/-}/Ubuntu/x86_64/synology-note-station-client-${pkgver/_/-}-linux-x64.deb")
md5sums=('9542a95a348ee4d8366554f4f33156fb')
fi
prepare() {
cd "$srcdir"
tar -xJf "$srcdir"/data.tar.xz
}
package() {
cp -rp $srcdir/opt $pkgdir/
cp -rp $srcdir/usr $pkgdir/
mkdir $pkgdir/usr/bin/
ln -s $srcdir/opt/synology-note-station/synology-note-station $pkgdir/usr/bin/
}
Eothred commented on 2019-12-10 07:35 (UTC)
Should have come here before fixing this for deb myself, as devqore already had done the job.. I put my version here: https://gitlab.com/Eothred/aur/tree/master/synology-note-station
However it is essentially the same as devqore did. Note that instead of the "if-arch" statements you can use the variables source_i686, source_x86_64 and similar for md5sum_<arch>. Looks perhaps marginally cleaner? Unsure.
Note, not tested on i686 myself, only 64.
devqore commented on 2019-11-30 20:23 (UTC) (edited on 2019-11-30 20:29 (UTC) by devqore)
Here is modified your PKGBUILD to latest version and deb file:
# Maintainer: Sebastian Weisgerber <sweisgerber.dev@gmail.com>
pkgname=synology-note-station
pkgver=2.1.6_272
pkgrel=1
pkgdesc="Note Station for desktop connects you with Note Station on your Synology NAS. You can manage all the notes/to-do list offline, right from your local computer."
arch=('i686' 'x86_64')
url="https://www.synology.com/support/download/"
license=('(C) Synology: Proprietary')
depends=('ffmpeg' 'gtk3' 'libxss' 'nss')
options=('emptydirs')
# https://www.synology.com/en-us/support/download/DS216
if [[ ${CARCH} == "i686" ]]; then
source=("https://global.download.synology.com/download/Tools/NoteStationClient/${pkgver/_/-}/Ubuntu/i686/synology-note-station-${pkgver/_/-}-linux-i386.deb")
md5sums=('9104bb37e3f181224911f479a191dc71')
elif [[ ${CARCH} == "x86_64" ]]; then
source=("https://global.download.synology.com/download/Tools/NoteStationClient/${pkgver/_/-}/Ubuntu/x86_64/synology-note-station-client-${pkgver/_/-}-linux-x64.deb")
md5sums=('d4aa1a19d574cd2d2e24c8843aa7783c')
fi
prepare() {
cd "$srcdir"
tar -xJf "$srcdir"/data.tar.xz
}
package() {
cp -rp $srcdir/opt $pkgdir/
cp -rp $srcdir/usr $pkgdir/
mkdir $pkgdir/usr/bin/
ln -s $srcdir/opt/synology-note-station/synology-note-station $pkgdir/usr/bin/
}
sweisgerber.dev commented on 2019-10-18 07:48 (UTC)
Synology stopped supporting rpm builds of notestation. This package was based on RPMs. Switching to a deb-based PKGBUILD will be done, when I find some time for it.
Pinned Comments
sschueller commented on 2023-04-22 18:04 (UTC)
I would like to remind all users that in case of out-of-date versions, using the "flag as out-of-date" feature per AUR guidelines is the fastest way to reach me and get me to respond. Commenting on the AUR website has the same effect, but please do not file deletion requests, as this merely wastes AUR maintainers' time. Thank you!
sergeimipt commented on 2023-01-14 19:17 (UTC)
to launch a program run /opt/synology-note-station/launch.sh dear admin, please pin this comment