Package Details: smartgit 26.1.045-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: https://www.smartgit.dev/
Keywords: git hg svn vcs
Licenses: LicenseRef-custom
Replaces: smartgithg
Submitter: alyst
Maintainer: Muflone (ptr1337)
Last Packager: Muflone
Votes: 178
Popularity: 0.000001
First Submitted: 2014-11-17 17:04 (UTC)
Last Updated: 2026-07-05 14:58 (UTC)

Latest Comments

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

kiolygenius commented on 2024-07-04 02:27 (UTC)

@Muflone I've got same problem since 2 July.

Muflone commented on 2024-07-03 19:18 (UTC)

@Pierrre it began yesterday and it also happens with Thunderbird dialogs

I don't have the time to investigate during my work hours

Pierrre commented on 2024-07-03 18:58 (UTC)

@Muflone when did it happen for you ? For me it happened this morning, after updating all the packages of my system. (my previous update was maybe 1-2 weeks ago)

Muflone commented on 2024-07-03 14:57 (UTC) (edited on 2024-07-03 14:58 (UTC) by Muflone)

@Pierrre the same happened in my office PC, I still haven't solved it

Pierrre commented on 2024-07-03 11:42 (UTC)

I just noticed that after doing a full system update, the dialog windows in smartgit are not visible anymore if I use wayland (I use gnome). If I switch to xorg (gnome too), it works fine.

Is it possible that one of my package updates is breaking smartgit ?

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.

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...?