Package Details: bookmarksync-git 0.3.0.r9.g275cddf-1

Git Clone URL: https://aur.archlinux.org/bookmarksync-git.git (read-only, click to copy)
Package Base: bookmarksync-git
Description: Sync file picker bookmarks (pinned folders) for KDE and GTK
Upstream URL: https://github.com/jlu5/bookmarksync
Licenses: GPLv3
Submitter: Ashark
Maintainer: Ashark
Last Packager: Ashark
Votes: 2
Popularity: 0.004642
First Submitted: 2021-10-24 13:11 (UTC)
Last Updated: 2025-03-25 08:15 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

JisuWoniu commented on 2025-03-23 02:04 (UTC) (edited on 2025-03-23 02:13 (UTC) by JisuWoniu)

Upstream has ported to CMake and Qt6, the build process needs to be updated. @Ashark

diff --git a/.SRCINFO b/.SRCINFO
index ada9896..9d00225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
 pkgbase = bookmarksync-git
        pkgdesc = sync file picker bookmarks for KDE and GTK
-       pkgver = 0.3.0.r9.g275cddf
-       pkgrel = 1
+       pkgver = 0.1.1.r9.g1d21df0
+       pkgrel = 2
        url = https://github.com/jlu5/bookmarksync
        arch = x86_64
-       license = GPL-3.0-only
+       license = GPLv3
        makedepends = git
-       depends = qt6-base
+       depends = qt5-base
        source = git+https://github.com/jlu5/bookmarksync.git
        sha256sums = SKIP

diff --git a/PKGBUILD b/PKGBUILD
index a915ad6..99cc304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
 # Maintainer: Andrew Shark <ashark @ at @ linuxcomp.ru>
 pkgname=bookmarksync-git
-pkgver=0.3.0.r9.g275cddf
-pkgrel=1
+pkgver=0.1.1.r9.g1d21df0
+pkgrel=2
 pkgdesc="sync file picker bookmarks for KDE and GTK"
 arch=(x86_64)
 url="https://github.com/jlu5/bookmarksync"
-license=('GPL-3.0-only')
-depends=(qt6-base)
+license=('GPLv3')
+depends=(qt5-base)
 makedepends=(git)
 source=(git+https://github.com/jlu5/bookmarksync.git)
 sha256sums=("SKIP")

 build() {
     cd ${pkgname%-git}/src
-    cmake .
+    qmake
     make -j$(nproc)  # Read user's option from makepkg.conf? Example in notepadqq-git.
 }

skedaddle commented on 2025-02-06 19:35 (UTC)

If you get Project ERROR: Unknown module(s) in QT: KIOCore KIOFileWidgets KIconThemes: Note that this also depends on extra/kio5.

rado84 commented on 2023-02-07 17:39 (UTC)

Any ideas why bookmarks of folders whose names are written in Cyrillic appear as gibberish after every system reboot? I have to open the program and manually click "copy to the other side" (GTK to Qt), so that the folder name appears properly. I have a folder whose name is СЕРИАЛИ_4000 and every time I reboot my system, that bookmark name turns into "iaoaoiaiieaaa", much like subtitles when the encoding is wrong. I checked the source and it appears to be set for UTF-8, just like what Linux is using, so I have no other ideas why this is happening.

Ashark commented on 2021-10-25 10:18 (UTC)

Thank you. Added qt5-base to depends.