Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
libxcb, xcb-proto: Sync up + do not link to libXdmcp
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Oct 19, 2016
1 parent 16944b3 commit a1c0b56
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
4 changes: 2 additions & 2 deletions libxcb/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

./configure --prefix="$PREFIX"
XDMCP_CFLAGS=-fwe-do-not-want-xdmcp XDMCP_LIBS="-L/tmp/does-not-exist -ldoes-not-exist" \
./configure --prefix="$PREFIX"
make
make install

16 changes: 10 additions & 6 deletions libxcb/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
package:
name: libxcb
version: 1.11.1
version: 1.12

source:
fn: libxcb-1.11.1.tar.bz2
url: http://xcb.freedesktop.org/dist/libxcb-1.11.1.tar.bz2
md5: f97a65e6158775de518ac391935634c2
fn: libxcb-1.12.tar.bz2
url: http://xcb.freedesktop.org/dist/libxcb-1.12.tar.bz2
md5: 28e552bd78bc1050b6b26ca1db0e5bb6

build:
number: 1

requirements:
build:
- python
- python 2.7.*
- pthread-stubs
- xcb-proto

about:
home: http://xcb.freedesktop.org/
license: MIT

license_file: COPYING
summary: "This is the C-language Bindings package to the X Window System protocol"
16 changes: 11 additions & 5 deletions xcb-proto/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
package:
name: xcb-proto
version: 1.11
version: 1.12

source:
fn: xcb-proto-1.11.tar.bz2
url: http://xcb.freedesktop.org/dist/xcb-proto-1.11.tar.bz2
md5: 6bf2797445dc6d43e9e4707c082eff9c
fn: xcb-proto-1.12.tar.bz2
url: http://xcb.freedesktop.org/dist/xcb-proto-1.12.tar.bz2
md5: 14e60919f859560f28426a685a555962

requirements:
build:
- python
- python 2.7.*

test:
commands:
- test -f $PREFIX/lib/pkgconfig/xcb-proto.pc
- test -d $PREFIX/lib/python2.7/site-packages/xcbgen

about:
home: http://xcb.freedesktop.org/
license: MIT
summary: protocol descriptions that libxcb uses to generate the majority of its code

0 comments on commit a1c0b56

Please sign in to comment.