Username: Password: Remember me
Search Criteria Advanced
Package Details

libcompizconfig-git 20070815-1
http://opencompositing.org
Compiz configuration system library

unsupported :: lib
Maintainer: nesl247
Votes: 62

License: GPL

Last Updated: Wed, 15 Aug 2007 04:39:18 +0000
First Submitted: Wed, 20 Jun 2007 21:16:32 +0000

Tarball :: Files :: PKGBUILD
This package has been flagged out of date.

Dependencies compiz-git libxml2
Required by compizconfig-backend-gconf-git compizconfig-python-git

Sources

Comment by: jarryson on Fri, 08 May 2009 13:45:41 +0000
And no need the groups=(...), because it just installed as a dependence.

######################################
pkgname=libcompizconfig-git
pkgver=20090508
pkgrel=1
pkgdesc="Compiz configuration system library"
arch=('i686' 'x86_64')
url="http://opencompositing.org"
license=('GPL')
depends=('compiz-core-git' 'libxml2') ####use new compiz-core-git instead of compiz-git
makedepends=('git' 'intltool' 'pkgconfig')
conflicts=('libcompizconfig')
source=()
md5sums=()
options=(!libtool !emptydirs)

_gitroot="git://git.compiz-fusion.org/compiz/compizconfig/libcompizconfig"
_gitname="libcompizconfig"

build() {
msg "Connecting to opencompositing.org GIT server...."

if [[ -d $srcdir/$_gitname ]] ; then
cd $_gitname
git pull origin
msg "The local files are updated."
else
git clone $_gitroot $_gitname
cd $_gitname
git checkout --track -b compiz-0.8 origin/compiz-0.8
fi

msg "GIT checkout done"
msg "Starting make..."

rm -rf $srcdir/$_gitname-build

cp -r $srcdir/$_gitname $srcdir/$_gitname-build
cd $srcdir/$_gitname-build

./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static || return 1

make || return 1
make DESTDIR=$pkgdir install || return 1

rm -rf $srcdir/$_gitname-build
}
Comment by: jarryson on Fri, 08 May 2009 12:20:16 +0000
please change

git://anongit.opencompositing.org/fusion/compizconfig/libcompizconfig

to

git://anongit.opencompositing.org/compiz/compizconfig/libcompizconfig

#####
@adamruss: sometimes people don't install package to / and pacman allow you to install to any dir.
Comment by: adamruss on Wed, 29 Apr 2009 08:06:37 +0000
just rm the src dir an re download it
Comment by: metapy on Wed, 29 Apr 2009 04:34:56 +0000
==> Connecting to opencompositing.org GIT server....
Initialized empty Git repository in /tmp/yaourt-tmp-metapy/aur-libcompizconfig-git/libcompizconfig-git/src/libcompizconfig/.git/
fatal: The remote end hung up unexpectedly
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build libcompizconfig-git package.
Comment by: adamruss on Sat, 25 Apr 2009 18:14:44 +0000
i get a build error on this one...
Comment by: nesl247 on Wed, 15 Aug 2007 04:39:18 +0000
Updated pkgbuilds to conflict with 0.5.2 release
Comment by: nesl247 on Fri, 06 Jul 2007 08:52:26 +0000
Fix up the pkgbuild's a tiny bit to comply with packaging standards
Comment by: nesl247 on Wed, 20 Jun 2007 21:16:32 +0000
Initial commit

v1.6.0