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

Commit

Permalink
dbus: Update to 1.11.2 for Qt5
Browse files Browse the repository at this point in the history
.. 1.8.8 is too old
  • Loading branch information
mingwandroid committed Jul 8, 2016
1 parent e1d47bf commit f9dd0a9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 10 additions & 1 deletion dbus/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
./configure --prefix=$PREFIX --with-launchd-agent-dir=$PREFIX
CPPFLAGS=-I${PREFIX}/include \
LDFLAGS=-L${PREFIX}/lib \
./configure --prefix=${PREFIX} \
--with-launchd-agent-dir=${PREFIX} \
--disable-systemd \
--disable-selinux
make
make install

if [[ -f ${RECIPE_DIR}/post-link.sh.$(uname) ]]; then
cp ${RECIPE_DIR}/post-link.sh.$(uname) "${PREFIX}/bin/.dbus-post-link.sh"
fi
10 changes: 6 additions & 4 deletions dbus/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
package:
name: dbus
version: 1.8.8
version: 1.11.2

source:
url: http://dbus.freedesktop.org/releases/dbus/dbus-1.8.8.tar.gz
fn: dbus-1.8.8.tar.gz
sha1: e0d10e8b4494383c7e366ac80a942ba45a705a96
url: http://dbus.freedesktop.org/releases/dbus/dbus-1.11.2.tar.gz
sha1: e1d3dedd1d2b7305464d6892579fee3ad9639355

build:
number: 1

requirements:
build:
- expat
- python
run:
- expat

test:
commands:
Expand Down
File renamed without changes.

0 comments on commit f9dd0a9

Please sign in to comment.