[arch-commits] Commit in cogl/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Fri Jan 10 21:02:03 UTC 2014


    Date: Friday, January 10, 2014 @ 22:02:03
  Author: heftig
Revision: 203435

Fix depends; be more explicit

Modified:
  cogl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-10 20:46:03 UTC (rev 203434)
+++ PKGBUILD	2014-01-10 21:02:03 UTC (rev 203435)
@@ -3,13 +3,13 @@
 
 pkgname=cogl
 pkgver=1.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
 arch=('i686' 'x86_64')
 url="http://www.clutter-project.org/"
 license=('GPL2')
-depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
-makedepends=('mesa' 'gobject-introspection')
+depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango' 'libxrandr')
+makedepends=('gobject-introspection')
 options=(!emptydirs)
 source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('75c2c4636a050fda7ee8722ce3d9c618b08799ed92bbb72b4fdff3e73b096094')




More information about the arch-commits mailing list