From b803209ad0f1f198072695109b30a726e0411084 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 21 Apr 2010 20:44:59 +0200 Subject: fat commit to add support for firefox on ibm x40 via usb stick - add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg --- package/dbus-glib/Makefile | 29 ++++++++++++++++++++++++ package/dbus-glib/patches/patch-Makefile_in | 13 +++++++++++ package/dbus-glib/patches/patch-Makefile_in.orig | 13 +++++++++++ package/dbus-glib/patches/patch-dbus_Makefile_in | 11 +++++++++ 4 files changed, 66 insertions(+) create mode 100644 package/dbus-glib/Makefile create mode 100644 package/dbus-glib/patches/patch-Makefile_in create mode 100644 package/dbus-glib/patches/patch-Makefile_in.orig create mode 100644 package/dbus-glib/patches/patch-dbus_Makefile_in (limited to 'package/dbus-glib') diff --git a/package/dbus-glib/Makefile b/package/dbus-glib/Makefile new file mode 100644 index 000000000..33461c7c4 --- /dev/null +++ b/package/dbus-glib/Makefile @@ -0,0 +1,29 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(TOPDIR)/rules.mk + +PKG_NAME:= dbus-glib +PKG_VERSION:= 0.86 +PKG_RELEASE:= 1 +PKG_MD5SUM:= cd0ab148fb0c786fc88be49d19971f50 +PKG_DESCR:= DBUS glib bindings +PKG_SECTION:= libs +PKG_DEPENDS:= dbus +PKG_BUILDDEP+= dbus +PKG_URL:= http://www.freedesktop.org/wiki/Software/DBusBindings +PKG_SITES:= http://dbus.freedesktop.org/releases/dbus-glib/ + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,DBUS_GLIB,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +CONFIGURE_ARGS+= --disable-checks +CONFIGURE_ENV+= ac_cv_have_abstract_sockets=no + +post-install: + $(INSTALL_DIR) $(IDIR_DBUS_GLIB)/usr/lib + $(CP) $(WRKINST)/usr/lib/libdbus-glib-1.so* \ + $(IDIR_DBUS_GLIB)/usr/lib + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/dbus-glib/patches/patch-Makefile_in b/package/dbus-glib/patches/patch-Makefile_in new file mode 100644 index 000000000..b42b1d3ba --- /dev/null +++ b/package/dbus-glib/patches/patch-Makefile_in @@ -0,0 +1,13 @@ +--- dbus-glib-0.86.orig/Makefile.in 2010-03-25 01:20:00.000000000 +0100 ++++ dbus-glib-0.86/Makefile.in 2010-04-11 12:29:52.000000000 +0200 +@@ -312,8 +312,8 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + ACLOCAL_AMFLAGS = -I m4 + GLIB_PC = dbus-glib-1.pc +-SUBDIRS = dbus tools test doc +-DIST_SUBDIRS = dbus tools test doc m4 ++SUBDIRS = dbus ++DIST_SUBDIRS = dbus tools m4 + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = $(GLIB_PC) + DISTCLEANFILES = \ diff --git a/package/dbus-glib/patches/patch-Makefile_in.orig b/package/dbus-glib/patches/patch-Makefile_in.orig new file mode 100644 index 000000000..9fce518e0 --- /dev/null +++ b/package/dbus-glib/patches/patch-Makefile_in.orig @@ -0,0 +1,13 @@ +--- dbus-glib-0.86.orig/Makefile.in 2010-03-25 01:20:00.000000000 +0100 ++++ dbus-glib-0.86/Makefile.in 2010-04-11 12:14:22.000000000 +0200 +@@ -312,8 +312,8 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + ACLOCAL_AMFLAGS = -I m4 + GLIB_PC = dbus-glib-1.pc +-SUBDIRS = dbus tools test doc +-DIST_SUBDIRS = dbus tools test doc m4 ++SUBDIRS = dbus tools ++DIST_SUBDIRS = dbus tools m4 + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = $(GLIB_PC) + DISTCLEANFILES = \ diff --git a/package/dbus-glib/patches/patch-dbus_Makefile_in b/package/dbus-glib/patches/patch-dbus_Makefile_in new file mode 100644 index 000000000..161f53563 --- /dev/null +++ b/package/dbus-glib/patches/patch-dbus_Makefile_in @@ -0,0 +1,11 @@ +--- dbus-glib-0.86.orig/dbus/Makefile.in 2010-03-25 01:19:59.000000000 +0100 ++++ dbus-glib-0.86/dbus/Makefile.in 2010-04-11 12:15:19.000000000 +0200 +@@ -369,7 +369,7 @@ target_vendor = @target_vendor@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = . examples ++SUBDIRS = . + INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_builddir) \ -- cgit v1.2.3