# Contributor: Andreas Schönfelder <passtschu at freenet dot de>
pkgname=bin32-wingide
_pkgsourcename=${pkgname/bin32-/}
pkgver=3.2.13
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=("i686")
source=(http://wingware.com/pub/$_pkgsourcename/$pkgver/$_pkgsourcename-$pkgver-$pkgrel-i386-linux.tar.gz $_pkgsourcename.desktop $_pkgsourcename)
options=(!strip)
md5sums=('7ef67090f963aafbed7476d0aa2bda02' '9b54e2824d79a5ce0823a525a9863790' '92ff66a2b6a7c98de603e50e4499e21b')
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
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)
pmav99 commented on 2011-06-07 19:28 (UTC)
sunqiang commented on 2011-05-06 05:16 (UTC)
There is 4.0.2 available
sunqiang commented on 2011-03-15 09:53 (UTC)
I made a wing 4.0.0 version PKGBUILD file
Download the Tarball, replace the content of PKGBUILD with https://gist.github.com/870521
sunqiang commented on 2011-03-03 00:20 (UTC)
and there is 3.2.13 available
sunqiang commented on 2011-02-19 04:37 (UTC)
There is 4.0 available
sjakub commented on 2010-09-07 19:11 (UTC)
There is 3.2.10 available.
xia0er commented on 2010-04-21 20:05 (UTC)
I believe there is a tiny mistake in the PKGBUILD: replace $pkgrel at line 25 with $_pkgrel
<deleted-account> commented on 2010-04-20 22:38 (UTC)
wingide is running on 64bit natively
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.