The upstream install script for 5.1.6-1 still seems to be broken. I'll wait a bit to see if they decide to fix it before I spend some time trying to fix it myself. If anyone else has a workaround/fix for the missing link:
opt/wingide/bin/2.7/src/guiutils/WGuiCppImpl/build/slib/libWGuiCppImpl.so -> libWGuiCppImpl.so.1.0.0
feel free to contribute the fix here.
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)
greyltc commented on 2015-08-21 11:15 (UTC)
Lastebil commented on 2015-08-18 19:19 (UTC)
5.1.6-1 is out, sha1sum on website is
32 bit: 32db90ba602897f1bd794d590dc2d33a98ff07b2
64 bit: c2fe1f3ab74e1db2d7861797f9f801ffac6f182f
(but I see you stuck to making your own md5's rather than using the sha1 from the website)
that said: currently the tarball has an error in the installer when attempting to generate the file listing that it creates, due to a linked file not existing. I think they may be updating that tarball soon to fix the error, so I am not marking it out of date at this time.
I patched my installer file by using a try/except around the clause that generates the error, I'm fairly sure this is not really the way to go and instead we should wait for upstream to issue a fixed tarball.
Lastebil commented on 2015-07-05 09:26 (UTC)
Lo and behold, sha1sums on the website! (I honestly never knew.)
Here's a unified diff from my pkgbuild I made locally just now (I had to update another machine than my laptop)
---cut---
--- oldPKGBUILD 2015-07-05 12:23:37.610489559 +0300
+++ PKGBUILD 2015-07-05 12:23:48.823898790 +0300
@@ -1,7 +1,7 @@
pkgname=wingide
-pkgver=5.1.4
-pkgrel=2
+pkgver=5.1.5
+pkgrel=1
_pkgrel=1
pkgdesc="Wing IDE Professional is the full-featured Python IDE for professional programmers."
url="http://www.wingware.com"
@@ -13,8 +13,8 @@
source_i686=("http://wingware.com/pub/$pkgname/$pkgver/$pkgname-$pkgver-$_pkgrel-i386-linux.tar.gz")
depends=('hicolor-icon-theme' 'libpng12' 'python2' 'xdg-utils')
options=(!strip !emptydirs)
-md5sums_i686=('1417a9ea4ecc33b0380ba29f5db5c759')
-md5sums_x86_64=('d3945cf39f3d6088e4d87bcf310540a8')
+sha1sums_i686=('e7c20c20d3205f216519426c2d4682ae2f7390a5')
+sha1sums_x86_64=('57ea496d60fff934ae423bf7c9585c3453718fe1')
install=${pkgname}.install
prepare() {
Lastebil commented on 2015-06-19 19:21 (UTC)
5.1.5-1 is out, x86_64 checksum seems to be a72d36891b71915ad433836e1fcd57d4 and the packagebuild seems to only need a version bump. I didn't pull the i386 package so I don't have that md5.
enkeyz commented on 2015-05-07 16:29 (UTC)
Works excellent, thanks for the fix.
greyltc commented on 2015-05-05 11:54 (UTC)
OK, I hope the i386 build works without intervention now. Also, version bump to 5.1.4
greyltc commented on 2015-05-05 11:38 (UTC)
I'm sorry, hard coding this for x86_64 is very bad practice. I don't actually have a 32 bit install to test on, so this slipped by.
@zota please stay tuned for a fix in the next few mins, I hope you can help me test it.
enkeyz commented on 2015-05-05 11:34 (UTC)
If you have i386 machine, modify the PKGBUILD for the following in line 6: _pkgarch="i386"
greyltc commented on 2015-04-16 09:18 (UTC)
happy to take on maintenance of this great package/software, updated to 5.1.3
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.