Package Details: smartgit 23.1.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: custom
Replaces: smartgithg
Submitter: alyst
Maintainer: muflone
Last Packager: muflone
Votes: 178
Popularity: 0.009231
First Submitted: 2014-11-17 17:04 (UTC)
Last Updated: 2024-02-25 16:38 (UTC)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

yochananmarqos commented on 2023-12-22 00:16 (UTC)

@muflone: Thanks for the offer, however I don't actually use this, I was just bored.

xiota commented on 2023-09-20 10:09 (UTC) (edited on 2023-11-28 01:23 (UTC) by xiota)

Please remove replaces directive, in accordance with AUR submission guidelines.

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?