Username: Password: Remember me
Search Criteria Advanced
Package Details

qwit-svn 303-1
http://code.google.com/p/qwit/
Qt4 cross-platform client for Twitter (SVN snapshots)

unsupported :: network
Maintainer: Nezmer
Votes: 26

License: GPL3

Last Updated: Wed, 06 Jan 2010 02:34:08 +0000
First Submitted: Sat, 30 May 2009 23:57:48 +0000

Tarball :: Files :: PKGBUILD

Dependencies qt

Comment by: badboy on Mon, 01 Jun 2009 15:51:09 +0000
@Nezmer
your ticket is already closed :) (svn revision 136)

I submitted a new issue:
http://code.google.com/p/qwit/issues/detail?id=58
Comment by: badboy on Sun, 31 May 2009 10:37:05 +0000
ok, I will change the related parts, but for what is this $_svnmod-build directory needed?
this causes a complete recompile on every build, is this really needed?
Comment by: Nezmer on Sun, 31 May 2009 00:16:58 +0000
Wow .I was planning to upload this today .

1) No need for the sed line .
2) GPL3 is available in the "licenses" package .

pkgname=qwit-svn
pkgver=128
pkgrel=1
pkgdesc="Qt4 cross-platform client for Twitter (SVN snapshots)"
arch=('i686' 'x86_64')
url="http://code.google.com/p/qwit/"
license=('GPL3')
depends=('qt')
makedepends=('subversion')
provides=('qwit')
conflicts=('qwit')
replaces=('qwit')
source=()
md5sums=()

_svntrunk=http://qwit.googlecode.com/svn/trunk
_svnmod=qwit-read-only

build() {
cd "$srcdir"
if [ -d $_svnmod/.svn ]; then
(cd $_svnmod && svn up -r $pkgver)
else
svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
fi
msg "SVN checkout done or server timeout"
msg "Starting make..."

rm -rf "$_svnmod-build"
mkdir "$_svnmod-build"
cp -r $_svnmod "$_svnmod-build"
cd "$_svnmod-build/$_svnmod"

qmake PREFIX=/usr || return 1
make || return 1
make INSTALL_ROOT="$pkgdir" install
}


Offtopic :
http://code.google.com/p/qwit/issues/detail?id=57#c0

v1.6.0