Package Details: 2gis 3.16.3.0-1

Git Clone URL: https://aur.archlinux.org/2gis.git (read-only, click to copy)
Package Base: 2gis
Description: Geographic Information System (GIS) for some Russian and Ukrainian cities.
Upstream URL: http://help.2gis.ru/linux/
Licenses: Adware
Submitter: None
Maintainer: AlexTalker
Last Packager: AlexTalker
Votes: 49
Popularity: 0.000000
First Submitted: 2009-04-05 14:50 (UTC)
Last Updated: 2016-03-16 07:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

dvk commented on 2012-05-08 13:19 (UTC)

Please commit hokum's changes asap!

hokum commented on 2012-05-05 03:37 (UTC)

# Contributor: stanislaw <i@archuser.pp.ru> # Contributor: wido <widomaker2k7@gmail.com> # Contributor: Nebulosa <nebulosa2007 na yandekse> # Contributor: max1m <mr[dot]mxm86[at]gmail[dot]com> pkgname=2gis pkgver=3.6.0.2 pkgrel=1 pkgdesc="Geographic Information System (GIS) for some Russian and Ukrainian cities." arch=('i686' 'x86_64') url="http://help.2gis.ru/linux/" license=('custom') if [ "${CARCH}" = 'x86_64' ]; then depends=('wine>=1.1.24' 'lib32-libldap' 'lib32-libxml2' ) elif [ "${CARCH}" = 'i686' ]; then depends=('wine>=1.1.24' 'libxml2' ) fi source=("http://download.2gis.ru/arhives/2GISShell-${pkgver}.orig.zip" "2gis.png" "2gis-launch" "2gis.desktop" "LICENSE.ru" "LICENSE.ua") md5sums=('081e09d9bbfff34ad5df1e1d71a6eb73' '0c6de91e65660f270b72ced235689c50' 'd444c77bbc94c687d8edbee794f8f115' '755fa39ea0a2b5767f5bf35c29257791' '415c638aa454ab03b1977c5156888e14' '841a50883a42fe12688e84f66bd26caf') build() { install -d $pkgdir/opt/2gis install -D -m644 -t $pkgdir/opt/2gis $srcdir/2gis/3.0/*.* install -d $pkgdir/opt/2gis/Plugins install -D -m644 -t $pkgdir/opt/2gis/Plugins $srcdir/2gis/3.0/Plugins/*.* install -D -m644 LICENSE.ru $pkgdir/usr/share/licenses/2gis/LICENSE.ru install -D -m644 LICENSE.ua $pkgdir/usr/share/licenses/2gis/LICENSE.ua install -D -m644 2gis.png $pkgdir/usr/share/pixmaps/2gis.png install -D -m644 2gis.desktop $pkgdir/usr/share/applications/2gis.desktop install -D -m777 2gis-launch $pkgdir/usr/bin/2gis }

<deleted-account> commented on 2011-11-08 13:10 (UTC)

Уважаемый stanislaw, 2gis тормозит на wine=>1.3.0 Привяжите к пакету версию wine 1.2.3 - на ней лучше всего работает. делал следующее: 1) ставил из AUR http://aur.archlinux.org/packages.php?ID=53832 2) изменял ваш файл 2gis-launch следующим образом: #!/bin/bash PATH="/opt/wine-1.2.3/usr/bin/:$PATH" wine /opt/2gis/grym.exe ------------------------------------------------------------------ Dear Stanislav, 2gis brakes on wine => 1.3.0 Tie the package version of wine 1.2.3 - her best works. do the following: 1) set of AUR http://aur.archlinux.org/packages.php?ID=53832 2) change your file 2gis-launch as follows: #!/bin/bash PATH="/opt/wine-1.2.3/usr/bin/:$PATH" wine /opt/2gis/grym.exe

Nebulosa commented on 2011-04-01 10:25 (UTC)

PKGBUILD-made script: http://pastebin.com/J880Vqfi PKGBUILD-FOO: http://pastebin.com/WM8EUaGw Launch mounthly.

Nebulosa commented on 2010-08-15 04:54 (UTC)

Here, I fix it! :)