From aa9bea0c61142256ba1f8a5d67eac61523e32bed Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 3 Feb 2006 20:58:46 +0000 Subject: pango: add 1.8.2 --- packages/pango/pango_1.8.2.bb | 49 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 packages/pango/pango_1.8.2.bb (limited to 'packages') diff --git a/packages/pango/pango_1.8.2.bb b/packages/pango/pango_1.8.2.bb new file mode 100644 index 0000000000..4163c0c4a7 --- /dev/null +++ b/packages/pango/pango_1.8.2.bb @@ -0,0 +1,49 @@ +LICENSE = "LGPL" +SECTION = "x11/libs" +# Xt needed to keep autoconf's check for X11 happy +DEPENDS = "glib-2.0 fontconfig freetype zlib x11 libxft xt gtk-doc" +DESCRIPTION = "The goal of the Pango project is to provide an \ +Open Source framework for the layout and rendering of \ +internationalized text." +PR = "r0" + +# seems to go wrong with default cflags +FULL_OPTIMIZATION_arm = "-O2" + +SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/pango-${PV}.tar.bz2 \ + file://no-tests.patch;patch=1" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-glibtest \ + --enable-explicit-deps=no \ + --disable-debug" + +FILES_${PN} = "/etc ${bindir} ${libdir}/libpango*.so.*" + +LIBV = "1.4.0" + +do_stage () { + for lib in pango pangox pangoft2 pangoxft; do + oe_libinstall -so -C pango lib$lib-1.0 ${STAGING_LIBDIR}/ + done + install -d ${STAGING_INCDIR}/pango + install -m 0644 ${S}/pango/pango*.h ${STAGING_INCDIR}/pango/ +} + +postinst_prologue() { +if [ "x$D" != "x" ]; then + exit 1 +fi + +} + +PACKAGES_DYNAMIC = "pango-module-*" + +python populate_packages_prepend () { + prologue = bb.data.getVar("postinst_prologue", d, 1) + + modules_root = bb.data.expand('${libdir}/pango/${LIBV}/modules', d) + + do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + 'pango-querymodules > /etc/pango/pango.modules') +} -- cgit v1.2.3 From b93316c605729ae370a1163b901b39b4e2b3f319 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 3 Feb 2006 21:04:23 +0000 Subject: fontconfig: Do not install bogus local.conf. --- packages/fontconfig/fontconfig_2.2.95.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'packages') diff --git a/packages/fontconfig/fontconfig_2.2.95.bb b/packages/fontconfig/fontconfig_2.2.95.bb index 7b2237ae5d..46627d826d 100644 --- a/packages/fontconfig/fontconfig_2.2.95.bb +++ b/packages/fontconfig/fontconfig_2.2.95.bb @@ -5,9 +5,8 @@ DEPENDS = "expat freetype freetype-native zlib fontconfig-native" SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \ file://fc-glyphname.patch;patch=1 \ - file://fc-lang.patch;patch=1 \ - file://local.conf" -PR = "r2" + file://fc-lang.patch;patch=1" +PR = "r3" PACKAGES =+ "fontconfig-utils" FILES_fontconfig-utils = "${bindir}/*" @@ -30,6 +29,5 @@ do_stage () { do_install () { autotools_do_install - install -m 0644 ${WORKDIR}/local.conf ${D}${sysconfdir}/fonts/local.conf } -- cgit v1.2.3 From 7f2033babbd4d0e5a00b62fe745f058b1f73b48d Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Fri, 3 Feb 2006 21:54:04 +0000 Subject: matchbox-common: remove "Utilities" category as the distinction between "Utilities" and "Other" is currently rather random. Part of a fix for hh.org Bug #1462 --- packages/matchbox-common/matchbox-common/.mtn2git_empty | 0 .../matchbox-common/matchbox-common/no-utilities-category.patch | 7 +++++++ packages/matchbox-common/matchbox-common_0.9.1.bb | 4 +++- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 packages/matchbox-common/matchbox-common/.mtn2git_empty create mode 100644 packages/matchbox-common/matchbox-common/no-utilities-category.patch (limited to 'packages') diff --git a/packages/matchbox-common/matchbox-common/.mtn2git_empty b/packages/matchbox-common/matchbox-common/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/matchbox-common/matchbox-common/no-utilities-category.patch b/packages/matchbox-common/matchbox-common/no-utilities-category.patch new file mode 100644 index 0000000000..6801533ac3 --- /dev/null +++ b/packages/matchbox-common/matchbox-common/no-utilities-category.patch @@ -0,0 +1,7 @@ +--- matchbox-common-0.9.1.orig/data/vfolders-pda/Root.order 2006-02-03 22:26:55.000000000 +0100 ++++ matchbox-common-0.9.1/data/vfolders-pda/Root.order 2006-02-03 22:32:08.000000000 +0100 +@@ -1,4 +1,3 @@ +-Utilities + Games + Settings + Other diff --git a/packages/matchbox-common/matchbox-common_0.9.1.bb b/packages/matchbox-common/matchbox-common_0.9.1.bb index 2927ccd08f..27c2bdf508 100644 --- a/packages/matchbox-common/matchbox-common_0.9.1.bb +++ b/packages/matchbox-common/matchbox-common_0.9.1.bb @@ -2,8 +2,10 @@ SECTION = "x11/wm" DESCRIPTION = "Matchbox window manager common files" LICENSE = "GPL" DEPENDS = "libmatchbox" +PR = "r1" -SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" +SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ + file://no-utilities-category.patch;patch=1" inherit autotools pkgconfig -- cgit v1.2.3 From d7914bbd2af9b6629aee2a4e7b0a712fb7221b12 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 3 Feb 2006 23:20:13 +0000 Subject: xserver-common: add 1.7, remove 1.1 and 1.2 --- packages/xserver-common/xserver-common_1.1.bb | 12 ------------ packages/xserver-common/xserver-common_1.2.bb | 10 ---------- packages/xserver-common/xserver-common_1.7.bb | 11 +++++++++++ 3 files changed, 11 insertions(+), 22 deletions(-) delete mode 100644 packages/xserver-common/xserver-common_1.1.bb delete mode 100644 packages/xserver-common/xserver-common_1.2.bb create mode 100644 packages/xserver-common/xserver-common_1.7.bb (limited to 'packages') diff --git a/packages/xserver-common/xserver-common_1.1.bb b/packages/xserver-common/xserver-common_1.1.bb deleted file mode 100644 index 76bd376365..0000000000 --- a/packages/xserver-common/xserver-common_1.1.bb +++ /dev/null @@ -1,12 +0,0 @@ -MAINTAINER = "Florian Boor " -DESCRIPTION = "Common X11 scripts and support files" -LICENSE = "GPL" -SECTION = "x11" -DEPENDS = "xmodmap xrandr xdpyinfo xtscal" -RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal" -PR = "r3" - -# we are using a gpe-style Makefile -inherit gpe - -SRC_URI += "file://cxk-rotation.patch;patch=1" \ No newline at end of file diff --git a/packages/xserver-common/xserver-common_1.2.bb b/packages/xserver-common/xserver-common_1.2.bb deleted file mode 100644 index 343abe9258..0000000000 --- a/packages/xserver-common/xserver-common_1.2.bb +++ /dev/null @@ -1,10 +0,0 @@ -MAINTAINER = "Florian Boor " -DESCRIPTION = "Common X11 scripts and support files" -LICENSE = "GPL" -SECTION = "x11" -DEPENDS = "xmodmap xrandr xdpyinfo xtscal" -RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal" - -# we are using a gpe-style Makefile -inherit gpe - diff --git a/packages/xserver-common/xserver-common_1.7.bb b/packages/xserver-common/xserver-common_1.7.bb new file mode 100644 index 0000000000..a825ddf6de --- /dev/null +++ b/packages/xserver-common/xserver-common_1.7.bb @@ -0,0 +1,11 @@ +MAINTAINER = "Florian Boor " +DESCRIPTION = "Common X11 scripts and support files" +LICENSE = "GPL" +SECTION = "x11" +DEPENDS = "xmodmap xrandr xdpyinfo xtscal" +RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal" +PR = "r0" + + +# we are using a gpe-style Makefile +inherit gpe -- cgit v1.2.3 From 6feb55507eccb4f2ce25a52bd1fef38b59477a24 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 3 Feb 2006 23:58:12 +0000 Subject: gpe-login: remove 0.76, add 0.86 --- packages/gpe-login/gpe-login_0.76.bb | 14 -------------- packages/gpe-login/gpe-login_0.86.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 packages/gpe-login/gpe-login_0.76.bb create mode 100644 packages/gpe-login/gpe-login_0.86.bb (limited to 'packages') diff --git a/packages/gpe-login/gpe-login_0.76.bb b/packages/gpe-login/gpe-login_0.76.bb deleted file mode 100644 index c25ddabb00..0000000000 --- a/packages/gpe-login/gpe-login_0.76.bb +++ /dev/null @@ -1,14 +0,0 @@ -LICENSE = "GPL" -inherit gpe - -DESCRIPTION = "GPE user login screen" -SECTION = "gpe" -PRIORITY = "optional" -MAINTAINER = "Philip Blundell " -DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" -RDEPENDS = "xkbd" -RPROVIDES = "gpe-session-starter" -PR = "r1" - -SRC_URI += "file://pre-session.patch;patch=1 \ - file://user-own-collie-devs.patch;patch=1" diff --git a/packages/gpe-login/gpe-login_0.86.bb b/packages/gpe-login/gpe-login_0.86.bb new file mode 100644 index 0000000000..093c291134 --- /dev/null +++ b/packages/gpe-login/gpe-login_0.86.bb @@ -0,0 +1,19 @@ +LICENSE = "GPL" +inherit gpe + +DESCRIPTION = "GPE user login screen" +SECTION = "gpe" +PRIORITY = "optional" +DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" +RDEPENDS = "xkbd" +RPROVIDES = "gpe-session-starter" +PR = "r0" + +#apply a patch to set the fontsize for bigdpi (200+) devices to 5 +SRC_URI_append_ipaq-pxa270 = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_spitz = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_akita = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_borzoi = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_c7x0 = " file://highdpifontfix.patch;patch=1" +SRC_URI_append_nokia770 = " file://highdpifontfix.patch;patch=1" + -- cgit v1.2.3