Package Details: isync-config-patched 1.4.4-3

Git Clone URL: https://aur.archlinux.org/isync-config-patched.git (read-only, click to copy)
Package Base: isync-config-patched
Description: IMAP and MailDir mailbox synchronizer - with xdg-compliant config location
Upstream URL: http://isync.sourceforge.net
Licenses: GPL2
Conflicts: isync
Provides: isync
Submitter: kiankasad
Maintainer: BachoSeven
Last Packager: BachoSeven
Votes: 1
Popularity: 0.000000
First Submitted: 2020-06-28 07:28 (UTC)
Last Updated: 2024-02-18 19:58 (UTC)

Latest Comments

kiankasad commented on 2023-06-12 20:20 (UTC)

@BachoSeven — I don't use isync anymore, and since you seem to use this package, I've added you as a co-maintainer. I'll disown the package soon so you can take over.

BachoSeven commented on 2023-06-12 16:52 (UTC)

@kiankasad btw there's an issue with GMAIL in isync, which can be fixed by patching, as they did in the isync package in the official repos:

https://gitlab.archlinux.org/archlinux/packaging/packages/isync/-/commit/e2998169194030fe4bf888c25e34c0e570fe89d8

https://bugs.archlinux.org/task/76467

I took the liberty of editing your PKGBUILD with the required changes (taken from the above); if you could add this file to the repo, the following PKGUBILD should work (I tested it):

https://0x0.st/HcYA.txt

For convenience, here's the diff:

--- isync-config-patched/PKGBUILD   2023-06-12 18:42:09.325859844 +0200
+++ PKGBUILD    2023-06-12 18:43:48.903344675 +0200
@@ -3,7 +3,7 @@
 pkgname=isync-config-patched
 _pkgname=isync
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="IMAP and MailDir mailbox synchronizer - with xdg-compliant config location"
 arch=('x86_64')
 url="http://isync.sourceforge.net"
@@ -13,9 +13,11 @@
 provides=('isync')
 source=(https://downloads.sourceforge.net/project/isync/isync/$pkgver/$_pkgname-$pkgver.tar.gz
         https://downloads.sourceforge.net/project/isync/isync/$pkgver/$_pkgname-$pkgver.tar.gz.asc
+        openssl3-fix-b6c36624.patch
         isync-xdgconfig.diff)
 md5sums=('29acced5c6f0c87e631b0ff641f8f942'
          'SKIP'
+         'f4a24aa4cff6634ba00b7aae3f65bb9e'
          '554e0cf7302565f1a76a88e16e4cdb2a')
 validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1'
               '63BFD037CAD71E8DFF3AEA3AC17714F08D1BDBBA')
@@ -23,6 +25,7 @@
 prepare() {
     cd $_pkgname-$pkgver

+    patch -N -p1 -i ../openssl3-fix-b6c36624.patch
     patch -p1 -i ../isync-xdgconfig.diff
 }

BachoSeven commented on 2023-05-04 12:50 (UTC)

@kiankasad can you please bump up the pkgrel? I'm getting

mbsync: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

and I think it's because of yesterday's various glibc rebuilds in the repos.

kiankasad commented on 2021-10-24 18:22 (UTC)

@BachoSeven Thanks for the update!

BachoSeven commented on 2021-10-24 14:25 (UTC)

Here's an update patch for PKGBUILD + .SRCINFO:

diff --git a/.SRCINFO b/.SRCINFO
index 39de160..d311197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = isync-config-patched
    pkgdesc = IMAP and MailDir mailbox synchronizer - with xdg-compliant config location
-   pkgver = 1.4.1
+   pkgver = 1.4.3
    pkgrel = 1
    url = http://isync.sourceforge.net
    arch = x86_64
@@ -9,14 +9,13 @@ pkgbase = isync-config-patched
    depends = zlib
    provides = isync
    conflicts = isync
-   source = https://downloads.sourceforge.net/project/isync/isync/1.4.1/isync-1.4.1.tar.gz
-   source = https://downloads.sourceforge.net/project/isync/isync/1.4.1/isync-1.4.1.tar.gz.asc
+   source = https://downloads.sourceforge.net/project/isync/isync/1.4.3/isync-1.4.3.tar.gz
+   source = https://downloads.sourceforge.net/project/isync/isync/1.4.3/isync-1.4.3.tar.gz.asc
    source = isync-xdgconfig.diff
    validpgpkeys = 96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1
    validpgpkeys = 63BFD037CAD71E8DFF3AEA3AC17714F08D1BDBBA
-   md5sums = c0c9899c2ff629e4e6de429c394b2613
+   md5sums = 4bb971c85a069792f7e9e96045077202
    md5sums = SKIP
    md5sums = 554e0cf7302565f1a76a88e16e4cdb2a

 pkgname = isync-config-patched
-
diff --git a/PKGBUILD b/PKGBUILD
index d437f8a..58d2783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=isync-config-patched
 _pkgname=isync
-pkgver=1.4.1
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="IMAP and MailDir mailbox synchronizer - with xdg-compliant config location"
 arch=('x86_64')
@@ -14,7 +14,7 @@ provides=('isync')
 source=(https://downloads.sourceforge.net/project/isync/isync/$pkgver/$_pkgname-$pkgver.tar.gz
         https://downloads.sourceforge.net/project/isync/isync/$pkgver/$_pkgname-$pkgver.tar.gz.asc
         isync-xdgconfig.diff)
-md5sums=('c0c9899c2ff629e4e6de429c394b2613'
+md5sums=('4bb971c85a069792f7e9e96045077202'
          'SKIP'
          '554e0cf7302565f1a76a88e16e4cdb2a')
 validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1'

kiankasad commented on 2020-07-02 01:52 (UTC) (edited on 2020-07-02 01:54 (UTC) by kiankasad)

I haven't changed the config location for isync, only for mbsync. It is now in ~/.config/mbsync/mbsyncrc or $XDG_CONFIG_HOME/mbysnc/mbsyncrc, with the latter taking preference.