You are not logged in.

#1 2008-03-03 20:21:37

wizzard
Member
From: PA, US
Registered: 2006-10-17
Posts: 33

Codeblocks 8.02

The Code::Blocks team has released a new stable release. AUR has a pkgbuild for the old 1.0 release that is already marked out of date; an email sent to the maintainer is undeliverable. If somebody can orphan the package I'll adopt it; a pkgbuild for the new stable release is below; if somebody could test it and see if I missed any deps and if it will work on x64 I would appreciate it wink

# Contributor: Robert Hollencamp <rhollencamp@gmail.com
pkgname=codeblocks
pkgver=8.02
pkgrel=1
pkgdesc="An open source and cross-platform C/C++ IDE"
arch=('i686')
url="http://www.codeblocks.org"
license=('GPL3')
makedepends=('')
depends=('wxgtk')
source=(http://downloads.sourceforge.net/codeblocks/codeblocks-$pkgver-src.tar.bz2)
md5sums=('ac15b4b3de50d7650c2f7a8dbcb30f88')

build() {
  cd $pkgname-$pkgver || return 1
  ./bootstrap || return 1
  ./configure --prefix=/usr || return 1
  make || return 1
  make DESTDIR="$pkgdir" install || return 1
}

Robert Hollencamp

Offline

#2 2008-03-03 20:33:03

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Codeblocks 8.02

Please mail your request to the mailinglist

http://archlinux.org/mailman/listinfo/aur-general

They can orphan the package for you and will do so (I am sure) quite soon.

Offline

#3 2008-03-03 22:18:19

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: Codeblocks 8.02

I would orphan it but it has not even been a week since 8.02 was released.  Give it a few more days.

Offline

#4 2008-03-04 17:37:07

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Codeblocks 8.02

Your PKGBUILD builds fine. Just two small issues:
If your E-Mail address begins with <, it should end with > (cosmetics).
You should avoid empty fields (makedepends).

Offline

#5 2008-03-10 15:54:08

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Codeblocks 8.02

Lectus wrote:

Please someone maintain code::blocks 8.02! I really need it!

Thanks

Both release- and svn-version are in AUR now.

Offline

Board footer

Powered by FluxBB