cogl: added fedora patch that should fix background errors with gnome.

This commit is contained in:
Juan RP 2013-09-15 13:34:09 +02:00
parent 5ef8b78e2d
commit 8424f318a8
3 changed files with 1443 additions and 3 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1 @@
-Np1

View file

@ -1,10 +1,10 @@
# Template file for 'cogl'
pkgname=cogl
version=1.14.0
revision=2
revision=3
build_style=gnu-configure
configure_args="--enable-introspection"
hostmakedepends="pkg-config intltool gobject-introspection"
hostmakedepends="pkg-config intltool automake libtool gettext-devel gobject-introspection"
makedepends="libXcomposite-devel libXrandr-devel libXdamage-devel pango-devel gdk-pixbuf-devel"
short_desc="Library for using 3D graphics hardware for rendering"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -13,13 +13,18 @@ license="LGPL-2.1"
distfiles="${GNOME_SITE}/cogl/${version%.*}/cogl-${version}.tar.xz"
checksum=276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8
pre_configure() {
autoreconf -fi
}
cogl-devel_package() {
depends="libdrm-devel libXcomposite-devel libXdamage-devel
libXrandr-devel gdk-pixbuf-devel glib-devel cogl>=${version}"
short_desc="${short_desc} -- development files"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0
}
}