You are not logged in.

#1 2006-05-23 09:27:09

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

[request] kopete 0.12 SVN branch

Hi there,

what about a PKGBUILD for the 0.12 SVN branch of kopete? This version has many new features like adium theme support and i think its worth compiling...

I have already tried to modify this PKGBUILD of kopete 0.11 SVN, but i failed poorly...

It would be very nice if anyone could do a new PKGBUILD of it... Here are the infos to fetch and build the latest version from SVN...


Thx

Funkyou


want a modular and tweaked KDE for arch? try kdemod

Offline

#2 2006-05-26 17:09:20

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

Re: [request] kopete 0.12 SVN branch

I think i have solved this for myself... At least it builds a package wink

pkgname=kopete-svn
pkgrel=1
pkgdesc="Kopete is an instant messenger supporting AIM, ICQ, MSN, Yahoo, Jabber, IRC, 
Gadu-Gadu, Novell GroupWise Messenger, and more."
conflicts=('kopete')
url="http://kopete.kde.org/index.php"
depends=('kdelibs>=3.4.2' 'libxml2' 'libxslt')
makedepends=('subversion' 'unsermake' 'versionpkg')
provides=('kopete')
source=()
md5sums=()

_svntrunk=svn://anonsvn.kde.org/home/kde/branches/kopete
_svnmod=0.12

build() {
  cd $startdir/src
  touch ~/.subversion
  svn co $_svntrunk/$_svnmod
  cd 0.12
  unsermake -f Makefile.cvs
  ./configure --prefix=/opt/kde --disable-debug
  cd kopete
  unsermake || return 1
  unsermake DESTDIR=$startdir/pkg install
}

want a modular and tweaked KDE for arch? try kdemod

Offline

#3 2006-05-26 21:49:24

uwolfer
Member
Registered: 2006-02-27
Posts: 46

Re: [request] kopete 0.12 SVN branch

Why not just use this package? It's the official released 0.12. I'll update it in the next days to the final (as soon as it will be released).

http://aur.archlinux.org/packages.php?d … =1&ID=3641

Offline

#4 2006-05-27 00:45:20

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

Re: [request] kopete 0.12 SVN branch

Beta 2 is 2 months old, so I thought that I grab kopete from svn to see how its going on... But when its just a matter of a couple of days, I'll wait for it smile

Btw: I have your PKGBUILD installed, SVN is built but not installed yet...


want a modular and tweaked KDE for arch? try kdemod

Offline

Board footer

Powered by FluxBB