cogl: added fedora patch that should fix background errors with gnome.
This commit is contained in:
parent
5ef8b78e2d
commit
8424f318a8
1434
srcpkgs/cogl/patches/cogl-1.14.0-21-ge26464f.patch
Normal file
1434
srcpkgs/cogl/patches/cogl-1.14.0-21-ge26464f.patch
Normal file
File diff suppressed because it is too large
Load Diff
1
srcpkgs/cogl/patches/cogl-1.14.0-21-ge26464f.patch.args
Normal file
1
srcpkgs/cogl/patches/cogl-1.14.0-21-ge26464f.patch.args
Normal file
@ -0,0 +1 @@
|
||||
-Np1
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user