Package Details: wilink 2.4.2-4

Package Base: wilink
Description: Instant messaging client and SIP softphone for Wifirst customers
Upstream URL: https://github.com/jlaine/wilink
Category: network
Licenses: GPL3
Submitter: Spike29
Maintainer: Spike29
Last Packager: None
Votes: 1
First Submitted: 2011-11-04 20:24
Last Updated: 2013-07-04 16:18

Latest Comments

Comment by Spike29

2013-07-05 13:52

Revision 2.4.2-4 :
"link-X11.patch" now includes upstream fix : https://github.com/jlaine/wilink/commit/0161582eab1e9239aa952a3415222abae5f63955

Comment by Spike29

2013-03-01 11:52

wilink 2.4.1-6 : "qt4" replaced "qt" as a dependency.

Comment by Spike29

2013-01-12 09:41

Upstream URL has been updated + some minor PKGBUILD clean-up.

Comment by Spike29

2012-12-11 15:01

Bump to pkgrel 3 to build with libgphoto2 2.5.0.

Comment by Spike29

2012-11-03 12:11

Is anyone using this package ?

I'm no longer using it myself, and I would disown it (as well as qxmpp and qdjango dependencies) if somebody is ready to maintain it.

Comment by Spike29

2012-06-16 10:40

Hi Morfeo,

I read your patch, but I don't understand why I should comment "set(QT_MIN_VERSION 4.7.4)" line in CMakeLists.txt.
Is that because cmake still encounters a bug with this line, or just because qt>=4.7.4 is also mentionned as a dependency ?
Thanks :)

Comment by Morfeo

2012-06-16 10:27

http://pastie.org/4097092

Comment by Spike29

2012-06-07 17:02

Updated to version 2.3.4.

This version is mainly about bug fixes, but please consider reinstalling "qxmpp-git", to keep updated with the latest 0.4.92 version of qxmpp.
However, it should work with qxmpp 0.4.91 too.

Comment by Spike29

2012-06-02 13:12

Updated to version 2.3.3-2.

Packages 'speex' and 'libtheora' are no longer dependencies.
However, there are two new dependencies : 'qdjango' and 'qxmpp-git' (the latest stable version of 'qxmpp' doesn't work with wiLink). Those new dependencies are both available in the AUR.

Another point is that I had to apply two patches : while installing wiLink, some library files are put into /usr/lib/qt4/[...], but this is a Debian/Ubuntu path.
On ArchLinux, /usr/lib/qt4 doesn't exist : instead, it's /usr/lib/qt.
The two patches fix that issue.

Comment by Spike29

2012-03-08 19:42

Updated to 2.2.2-3.

Fixed the ugly icon.

Comment by Spike29

2012-03-08 19:21

Updated to version 2.2.2 on 08/03/12.

Source link is now redirected to the official Wifirst archives, since cmake's bug is no longer an issue with version 2.8.7-2.
Qt > 4.7.4 is now needed.

There's just a little GUI issue : the new GNU/Linux icon looks ugly (it's a 32x32 xpm file).
Maybe I will just replace it later by the old 64x64 PNG file, in an update.

Comment by Spike29

2011-11-06 20:00

@speps: Here is a pastebin link for the full log of the faulty build --> http://pastebin.com/raw.php?i=9KTW5CQP
Actually, the issue is the following : "Invalid Qt version string given: "4.7.0", major version 4 is required, e.g.
"4.0.1""
There is already a bug report for this (it's cmake 2.8.5 on the bug report, but with cmake 2.8.6 the issue is still there) --> https://bugs.archlinux.org/task/25107

Comment by speps

2011-11-06 02:29

@Spike29 Well done! Btw the original source correctly builds and works for me with qt 4.7.4, no errors with cmake.
Can you please link a full log of your faulty build on a pastebin site? Tnx

Comment by Spike29

2011-11-05 09:59

@speps: Thanks for your help ! :)

I included most of your fixes in PKGBUILD, except for the source (the original CMakeLists file requires qt>=4.7... but with qt 4.7.4 cmake encounters a bug and refuses to compile).
I also added your wilink.install file.

Cheers.

Comment by speps

2011-11-05 01:11

@Spike29 Hi, and good luck for your AUR package maintainer career ;)
Here is an even more improved PKGBUILD > http://paste.pocoo.org/raw/503123/
and the relative missing wilink.install > http://paste.pocoo.org/raw/503121/

PKGBUILD: fixed source, added missing dependencies (libnotify and libgphoto2), fixed license (GPL3), fixed package description,
added install directive (for desktop file), build in a ad hoc directory (cmake common practice), added desktop file and icon.

For any question reply here, cheers.

Comment by Spike29

2011-11-04 22:06

It should work now.

Comment by Spike29

2011-11-04 21:38

Thanks for your help ! (it's my first package on AUR).
I'm trying again with your fix.

Anonymous comment

2011-11-04 20:55

please fix

build() {
cd "$srcdir/wiLink-$pkgver"
cmake `pwd`
make
}

package() {
cd "$srcdir/wiLink-$pkgver"

make DESTDIR="$pkgdir/" install
}