summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2015-07-11 00:44:38 +0100
committerEmmanuel Gil Peyrot2015-07-11 00:44:38 +0100
commit19f9bf2610199764cb330c4c8c0be3c5044b156b (patch)
treec377cfb10a4de1cd73d62f0c3d84f05174650102 /.SRCINFO
parent7bdd7bf435188f7ea953ef2da741b107e74a8761 (diff)
downloadaur-19f9bf2610199764cb330c4c8c0be3c5044b156b.tar.gz
Split this package into an X11 and a Wayland versions.
Also, specify the correct arch, add two missing dependencies on X11, fix the spelling of “optdepends”, and add a provides field so that dependencies don’t miss it. And general cleanup.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO37
1 files changed, 28 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0e280fffc4c..cbd732c0b9f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,37 @@
-pkgbase = glfw3-git
- pkgdesc = A free, open source, portable framework for OpenGL application development. (git version)
- pkgver = 3.1.1.r87.g08b3af4
+pkgbase = glfw-git
+ pkgver = 3.1.1.r119.g0f3b69c
pkgrel = 1
url = http://www.glfw.org/
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = armv7h
license = custom:ZLIB
makedepends = cmake
makedepends = git
- depends = libxi
- depends = libgl
- depends = libxrandr
+ makedepends = libxi
+ makedepends = libxrandr
+ makedepends = libxinerama
+ makedepends = libxcursor
+ makedepends = wayland
+ makedepends = libxkbcommon
+ makedepends = libgl
+ optdepends = doxygen: build glfw html documentation
+ provides = glfw=3.2
conflicts = glfw
- source = glfw::git+https://github.com/glfw/glfw.git#branch=master
+ source = glfw::git+https://github.com/glfw/glfw
md5sums = SKIP
-pkgname = glfw3-git
+pkgname = glfw-x11-git
+ pkgdesc = A free, open source, portable framework for OpenGL application development. (git, X11 version)
+ depends = libxi
+ depends = libxrandr
+ depends = libxinerama
+ depends = libxcursor
+ depends = libgl
+
+pkgname = glfw-wayland-git
+ pkgdesc = A free, open source, portable framework for OpenGL application development. (git, Wayland version)
+ depends = wayland
+ depends = libxkbcommon
+ depends = libgl