Updated.
Search Criteria
Package Details: wingide 7.2.9.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wingide.git (read-only, click to copy) |
---|---|
Package Base: | wingide |
Description: | Wing IDE Professional is the full-featured Python IDE for professional programmers. |
Upstream URL: | http://www.wingware.com |
Licenses: | custom |
Submitter: | None |
Maintainer: | None |
Last Packager: | samarthr1 |
Votes: | 46 |
Popularity: | 0.000000 |
First Submitted: | 2008-03-13 17:00 (UTC) |
Last Updated: | 2021-04-21 07:03 (UTC) |
Dependencies (3)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- python2AUR (python2-binAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
Required by (0)
Sources (1)
diogobaeder commented on 2012-04-05 13:03 (UTC)
<deleted-account> commented on 2012-04-05 08:13 (UTC)
4.1.4 is out
fede commented on 2012-03-12 14:51 (UTC)
Version 4.1.3, this worked for me:
----------------------------------------------------------------------------------------------------
file: PKGBUILD
----------------------------------------------------------------------------------------------------
# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
pkgname=bin32-wingide
_pkgsourcename=${pkgname/bin32-/}
pkgver=4.1.3
pkgrel=1
pkgdesc="Wing IDE is the most advanced Python IDE available today. (full edition - 30 days trial)"
url="http://www.wingware.com"
license=("custom")
arch=("x86_64")
depends=(lib32-gtk2 lib32-libxtst)
source=(http://wingware.com/pub/$_pkgsourcename/$pkgver/$_pkgsourcename-$pkgver-$pkgrel-i386-linux.tar.gz $_pkgsourcename.desktop $_pkgsourcename)
options=(!strip)
md5sums=('d3be750bad2a9f0d76f02317f59af06d'
'9b54e2824d79a5ce0823a525a9863790'
'aabf08e06d8db6727376b4cdac9d3365')
build()
{
cd $srcdir/$_pkgsourcename-$pkgver-$pkgrel-i386-linux
install -d $pkgdir/opt/$_pkgsourcename $pkgdir/usr/bin \
$pkgdir/usr/share/applications $pkgdir/usr/share/pixmaps
tar -xC $pkgdir/opt/$_pkgsourcename -f binary-package-$pkgver-$pkgrel.tar
sed -e "s/^DIR=.*$/DIR=\/opt\/$_pkgsourcename/g" -i $pkgdir/opt/$_pkgsourcename/wing
install -m644 $srcdir/$_pkgsourcename.desktop $pkgdir/usr/share/applications/
install -m755 $srcdir/$_pkgsourcename $pkgdir/usr/bin/$_pkgsourcename
#ln -s /opt/$pkgname/wing $pkgdir/usr/bin/$_pkgsourcename
ln -s /opt/$_pkgsourcename/resources/wing128.png $pkgdir/usr/share/pixmaps/$_pkgsourcename.png
}
# vim:syntax=sh
----------------------------------------------------------------------------------------------------
file: wingide
----------------------------------------------------------------------------------------------------
#!/bin/sh
#wrapper for wingide
PATH="/opt/wingide/:$PATH"
#LD_LIBRARY_PATH="/opt/lib32/usr/lib/:/opt/lib32/lib/:$LD_LIBRARY_PATH" linux32 /opt/wingide/wing "$@"
/opt/wingide/wing "$@"
----------------------------------------------------------------------------------------------------
diogobaeder commented on 2012-01-02 12:10 (UTC)
Updated.
diogobaeder commented on 2012-01-02 03:55 (UTC)
md5sum for the current stable release:
00fd243622c9d9da54759aaf164c1c60 wingide-4.1.2-1-i386-linux.tar.gz
00e7e258e28b399124c7bf589a1e98c7 wingide-4.1.2-1-x86_64-linux.tar.gz
bkuri commented on 2011-12-11 10:24 (UTC)
md5sum wingide-4.1.2-1-i386-linux.tar.gz > 00fd243622c9d9da54759aaf164c1c60
masser commented on 2011-11-24 04:53 (UTC)
Wing IDE 4.1.1 released
<deleted-account> commented on 2011-09-21 14:29 (UTC)
fixed, thanks.
<deleted-account> commented on 2011-09-21 14:03 (UTC)
md5 check fails for wingide-4.0.4-1-i386-linux.tar.gz file!
PKGBUILD contains "e5aeb7064e69837eafe486ec1ee93044" instead of "2d39b182b1755ca72b2dad574d1f0f07"
sunqiang commented on 2011-06-11 08:02 (UTC)
Wing IDE 4.0.3 released
Pinned Comments
samarthr1 commented on 2021-08-09 16:27 (UTC)
Users are requested to update to Wingide-8. This package will continue to serve wing7. To upgrade to wing 8, uninstall this version, install the wing8 version.