Updated cairocompmgr-git following long awaited updated of upstream git
This commit is contained in:
parent
be0992036c
commit
10ebd2f728
1 changed files with 2 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Jacob Winther <jacob.winther@gmail.com>
|
||||
|
||||
pkgname=cairo-compmgr-git
|
||||
pkgver=20120430
|
||||
pkgver=20121026
|
||||
pkgrel=1
|
||||
pkgdesc="Cairo based composite manager - Git version"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -35,11 +35,7 @@ build() {
|
|||
cp -r $_gitname $_gitname-build
|
||||
cd $_gitname-build
|
||||
|
||||
#patch for compatibility with vala 0.16 (extra)
|
||||
sed -i 's!libvala-0.14!libvala-0.16!' configure.ac
|
||||
sed -i 's!libvala-0.14!libvala-0.16!' vapi/cairo-compmgr.deps
|
||||
|
||||
./autogen.sh --prefix=/usr LIBS="-ldl -lgmodule-2.0"
|
||||
./autogen.sh --prefix=/usr LIBS="-ldl -lgmodule-2.0 -lm"
|
||||
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue