Package Details: smartgit 23.1.4.2-1

Git Clone URL: https://aur.archlinux.org/smartgit.git (read-only, click to copy)
Package Base: smartgit
Description: Git client with Hg and SVN support.
Upstream URL: http://www.syntevo.com/smartgit
Keywords: git hg svn vcs
Licenses: LicenseRef-custom
Replaces: smartgithg
Submitter: alyst
Maintainer: Muflone
Last Packager: Muflone
Votes: 179
Popularity: 0.147666
First Submitted: 2014-11-17 17:04 (UTC)
Last Updated: 2024-10-12 22:28 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 15 Next › Last »

Muflone commented on 2023-05-01 22:22 (UTC) (edited on 2023-05-01 22:22 (UTC) by Muflone)

the orphan request filed in the past weeks was accepted. Thanks to alyst for its work.

In the case someone (yochananmarqos, ptr1337) wants to co-maintain the package along with me, please let me know

newsboost commented on 2023-04-14 22:07 (UTC) (edited on 2023-04-14 22:10 (UTC) by newsboost)

@yochananmarqos: Thanks a lot! For various reasons (there were errors so I couldn't directly use your version, e.g. in my version I don't install a desktop-file).

This is my modified PKGBUILD which I successfully used to install smartgit because it didn't otherwise work (as described earlier: "ERROR: One or more files did not pass the validity check!"):

1d0
< 
3c2
< groups=('modified')
---
> groups=(modified)
9c8
< arch=('x86_64')
---
> arch=(x86_64)
11c10
< license=('custom')
---
> license=(custom)
13,20c12,16
< depends=('bash' 'curl' 'expat' 'git' 'gtk3' 'hicolor-icon-theme' "java-runtime=${_jre_ver}"
<          'lsb-release' 'openssh' 'openssl-1.1' 'perl' 'which' 'zlib')
< optdepends=('git-lfs: Large file support'
<             'mercurial: hg repositories support')
< source=("https://www.syntevo.com/downloads/${pkgname}/${pkgname}-linux-${pkgver//\./_}.tar.gz"
<         "${pkgname}.desktop")
< sha256sums=('b37d6c6040b583b78b3214fd5249a36c19c778f63dc2740f9a01905e0557e23e'
<             '440cdb52d8f4dbd856abdfcf27eb580e157591c10b71a265407e697eef323b57')
---
> depends=(bash curl expat git gtk3 hicolor-icon-theme "java-runtime=${_jre_ver}"
>          lsb-release openssh openssl-1.1 perl which zlib)
> optdepends=(git-lfs mercurial)
> source=("https://www.syntevo.com/downloads/${pkgname}/${pkgname}-linux-${pkgver//\./_}.tar.gz")
> sha256sums=(b37d6c6040b583b78b3214fd5249a36c19c778f63dc2740f9a01905e0557e23e)
49,51d44
<   # Install desktop file
<   install -Dm644 "${srcdir}/${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"

Hopefully it works next time I update - or I strongly encourage the maintainer to participate and possibly update the PKGBUILD!

newsboost commented on 2023-04-13 02:41 (UTC) (edited on 2023-04-13 02:42 (UTC) by newsboost)

@yochananmarqos: Is that PKGBUILD unrelated to the validation error I now get, see below:

==> Validating source files with sha1sums...
    smartgit-linux-22_1_4.tar.gz ... FAILED
    smartgit.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!

? I've updated everything and rebooted and the problem persists... @ptr1338: Yes, I think you and/or other people should be co-maintainer to improve the update issues I think exist here. Also, this has been marked out-of-date for close to 2 weeks now... Maybe another person should take over maintaining this package, because it seems the current maintainer is not even participating, even after people try to reach out...?

yochananmarqos commented on 2023-03-31 22:03 (UTC)

I've created an improved PKGBUILD using the system JVM instead of the bundled one.

ybnd commented on 2023-03-31 21:18 (UTC)

As far as I can tell, version 22.1.4 is no longer served at https://www.syntevo.com/downloads/smartgit/smartgit-linux-22_1_4.tar.gz (this URL just redirects to the downloads page now)

jcm commented on 2023-03-28 07:06 (UTC)

@Pierre: Thanks for your comment. Yes, I have two screens, however moving the window in between the screens doesn't fix the issue. The only workaround I know is to restart smartgit (which I need to do like every 5min when using the software). Any pointers on how to diagnose that would be very welcome.

Pierrre commented on 2023-02-28 12:30 (UTC)

@jcm do you have multiple screens ? I've noticed a similar issue when Smartgit is open on a specific screen. When I move it to the other screen, it doesn't freeze.

jcm commented on 2023-02-28 10:15 (UTC) (edited on 2023-02-28 10:16 (UTC) by jcm)

smartgit's UI regularly freezes on my computer. The menu bar and context menu still works, but any click on the window are ignored. I have to restart smartgit many times a day. Is anyone else experiencing this? Any ideas how to diagnose/fix?

ptr1337 commented on 2023-02-22 12:46 (UTC)

Hi. Sadly this package is really often outdated and not updated. If you would like to give me co-maintainer I would very welcome it, to have this package again faster updated.

steadfasterX commented on 2022-12-27 13:21 (UTC) (edited on 2022-12-27 13:34 (UTC) by steadfasterX)

Version 21 (i.e. 21.2.4) is not supported any more. Version 22 is out since November 11, 2022 though.

not sure how to proceed from here tbh. the preview package is maintained by someone else and this package didn't has the jump to 22.1 (yet?).

@alyst and/or @muflone: do you plan to upgrade this package to 22.1?