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 .. 10 11 12 13 14 15

Superpiffer commented on 2012-01-27 09:27 (UTC)

Version 2.1.7 released and PGKBUILD not working anymore, please update. Thanks.

Superpiffer commented on 2012-01-19 12:11 (UTC)

The software requires a change to the executable file to use it with openjdk changing the line _VM_PROPERTIES="-Dsun.io.useCanonCaches=false -Dsun.java.command=SmartGit" in _VM_PROPERTIES="-Dsun.io.useCanonCaches=false -Dsun.java.command=SmartGit -Dsmartgit.checkIncompatibleJava=false" Exist a workaround for prevent the editing? Thank you.

alyst commented on 2011-12-10 13:32 (UTC)

@heaven Thanks, I've incorporated your changes. The $pkgver, however, stays the same to conform to Arch packaging guidelines.

heaven commented on 2011-12-10 13:03 (UTC)

#Maintainer: Alexey Stukalov <astukalov@gmail.com> #forked from smartgit AUR package, maintainer Rene Peinthor pkgname=smartgit pkgver=2.1 pkgrel=6 pkgdesc="A Git GUI client written in Java" arch=("any") url="http://www.syntevo.com/smartgit/index.html" license=('custom') depends=("java-runtime" "desktop-file-utils" "sh") makedepends=("python>=3") provides=(smartgit=$pkgver) source=(smartgit.desktop downloader.py) install="smartgit.install" md5sums=('1d4bb1a70a3c6a6d04fe938beb28808b' 'abf1fe0a54b0d0370cc99350063f83ce') smartgitmd5sum='bce918bcb74c25ee88347587fb9a3526' _pkgver=$(echo $pkgver | sed 's/\./_/') extracted="$pkgname-$_pkgver"_"$pkgrel" srcname="$pkgname-generic-$_pkgver"_"$pkgrel.tar.gz" build() { cd "$srcdir" python3 downloader.py smartgit $srcname echo "${smartgitmd5sum} *$srcname" | md5sum -c || (error "md5sum doesn't match" && return 1) tar xzf $srcname } package() { cd "$srcdir" install -D -m644 "${extracted}"/license.html "${pkgdir}/usr/share/licenses/${pkgname}/license.html" mkdir -p "${pkgdir}"/opt mv "${extracted}" ${pkgdir}/opt/$pkgname || return 1 install -D -m644 smartgit.desktop "${pkgdir}"/usr/share/applications/smartgit.desktop }

heaven commented on 2011-12-10 12:16 (UTC)

Thanks for the package!

florianbw commented on 2011-09-29 11:36 (UTC)

Thanks for the package. Please change jre to java-runtime which is provided by jre but also by openjdk.