annotate src/dbus.mk @ 5073:9ac443dd92ad

cmake: update to v3.14.4 * src/build-cmake.mk: update version, checksum * src/cmake.mk: update version, checksum
author John Donoghue
date Fri, 17 May 2019 10:09:55 -0400
parents 6be9d71c52b9
children 70c623038cb0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2255
diff changeset
1 # This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2349
diff changeset
2 # See index.html for further information.
1530
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
3
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
4 PKG := dbus
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
5 $(PKG)_IGNORE :=
5070
6be9d71c52b9 * src/dbus.mk: update to v1.13.10
John Donoghue
parents: 5000
diff changeset
6 $(PKG)_VERSION := 1.13.10
6be9d71c52b9 * src/dbus.mk: update to v1.13.10
John Donoghue
parents: 5000
diff changeset
7 $(PKG)_CHECKSUM := 0b28f1e611ac043fba3318102f65fbade91457af
1530
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
5000
4c5a70572b2b dbus: update to v1.13.8
John Donoghue
parents: 4774
diff changeset
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
1530
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
10 $(PKG)_URL := http://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE)
3048
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3013
diff changeset
11 $(PKG)_DEPS := expat
1530
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
12
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
13 define $(PKG)_UPDATE
2525
4d0f3a9da57e all packages: use $(WGET) portability variable
Tony Theodore <tonyt@logyst.com>
parents: 2365
diff changeset
14 $(WGET) -q -O- 'http://cgit.freedesktop.org/dbus/dbus/refs/tags' | \
5000
4c5a70572b2b dbus: update to v1.13.8
John Donoghue
parents: 4774
diff changeset
15 $(SED) -n "s,.*<a href='[^']*/tag/?h=dbus-\\([0-9][^']*\\)'.*,\\1,p" | \
4c5a70572b2b dbus: update to v1.13.8
John Donoghue
parents: 4774
diff changeset
16 $(SORT) -V | \
4c5a70572b2b dbus: update to v1.13.8
John Donoghue
parents: 4774
diff changeset
17 tail -1
1530
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
18 endef
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
19
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
20 define $(PKG)_BUILD
2237
f11367e37e86 package dbus: don't need to call automake anymore
Mark Brand <mabrand@mabrand.nl>
parents: 2002
diff changeset
21 cd '$(1)' && ./configure \
2997
4f9b72cf7ee7 allow native builds too
John W. Eaton <jwe@octave.org>
parents: 2855
diff changeset
22 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
3013
bcc26ffe9a0f use variable for --host and --build configure arguments
John W. Eaton <jwe@octave.org>
parents: 3012
diff changeset
23 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
5000
4c5a70572b2b dbus: update to v1.13.8
John Donoghue
parents: 4774
diff changeset
24 $(ENABLE_SHARED_OR_STATIC) \
3012
100e618349f7 Improve handling of prefix directories by defining HOST_PREFIX and
John W. Eaton <jwe@octave.org>
parents: 2997
diff changeset
25 --prefix='$(HOST_PREFIX)' \
1530
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
26 --disable-tests \
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
27 --disable-verbose-mode \
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
28 --disable-asserts \
2647
0c267ecd6ee6 package dbus: misc improvements
Mark Brand <mabrand@mabrand.nl>
parents: 2646
diff changeset
29 --disable-maintainer-mode \
3108
acee522701c0 [MSVC] enable dbus compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3048
diff changeset
30 --disable-silent-rules \
3264
c2d8a4fbfb32 new version of dbus
John W. Eaton <jwe@octave.org>
parents: 3234
diff changeset
31 --disable-launchd \
3234
13f5573c98ca disable doxygen docs for dbus build
John W. Eaton <jwe@octave.org>
parents: 3108
diff changeset
32 --disable-doxygen-docs \
3264
c2d8a4fbfb32 new version of dbus
John W. Eaton <jwe@octave.org>
parents: 3234
diff changeset
33 --disable-xml-docs \
c2d8a4fbfb32 new version of dbus
John W. Eaton <jwe@octave.org>
parents: 3234
diff changeset
34 CFLAGS='-DPROCESS_QUERY_LIMITED_INFORMATION=0x1000' \
3108
acee522701c0 [MSVC] enable dbus compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3048
diff changeset
35 && $(CONFIGURE_POST_HOOK)
4302
3d168da55e47 disable instakll of docs
John D
parents: 4016
diff changeset
36 $(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_DOCS) DESTDIR='$(3)'
1530
dc693d2ea488 new package dbus
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
37 endef