building garnome-2.11.5.1
- From: "Joseph E. Sacco, PhD" <joseph_sacco comcast net>
- To: garnome-list <garnome-list gnome org>
- Subject: building garnome-2.11.5.1
- Date: Fri, 22 Jul 2005 18:54:12 -0400
Everything builds except coaster.
bootstrap
---------
* Add directories for openh323 & pwlib
[dependencies for gnomemeeting]
waiting clarification of openh323 licensing issues before these are
formally added to the GARNOME release
desktop
-------
* evolution
move # to add freedesktop/dbus to LIBDEPS.
The configuration file is written to search for dbus and will find older
version on system.
* evolution-data-server
Add bootstrap/firefox to LIBDEPS.
fifth-toe
---------
* gimp
- bump version to 2.3.2
edit Makefile
run "make makesums" to fix checksums
- remove configuration arg, --disable-print
printing works. Why would anyone want a version of gimp you couldn't
print from???
freedesktop
-----------
dbus & hal
Modify configuration args to support redhat style init scripts
[discussed previously].
geektoys
---------
* gnomemeeting
modify dependencies to the app will actually build:
LIBDEPS = platform/libgnomeui bootstrap/pwlib bootstrap/openh323 bootstrap/howl
* gnome-screen-saver
checksums file missing an entry for the patch.
run "make makesums" to correct.
* monkey-bubble
Patched to fix a coding error in eggcellrendererkeys.c.
- Author notified
- Makefile and patch file attached.
hacker-tools
------------
* memprof
Modify memprof so it will build on a PPC.
[discussed earlier].
mono
-----
* beagle
tweaked the Makefile to use "test" rather than [] for consistency with
other GARNOME Makefiles
--- Makefile- 2005-07-20 20:44:14.000000000 -0400
+++ Makefile 2005-07-20 20:44:30.000000000 -0400
@@ -21,7 +21,7 @@
pre-configure:
@echo -n " ==> Does gmime need to be rebuilt with mono
extensions? "
- @if [ ! -e $(libdir)/pkgconfig/gmime-sharp.pc ]; then \
+ @if test ! -e $(libdir)/pkgconfig/gmime-sharp.pc; then \
echo "Yes." ; \
$(MAKE) -C ../../geektoys/gmime cookieclean ; \
$(MAKE) -C ../../geektoys/gmime install ; \
* gtksourceview-sharp1.0
Patched the Makefile to correct the name of a dependency
--- Makefile- 2005-07-22 10:19:00.000000000 -0400
+++ Makefile 2005-07-22 10:19:09.000000000 -0400
@@ -3,7 +3,7 @@
CATEGORIES = mono
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-LIBDEPS = mono/gtk-sharp desktop/gtksourceview
+LIBDEPS = mono/gtk-sharp1.0 desktop/gtksourceview
DESCRIPTION = gtksourceview-sharp
MAINTAINER = Joseph Sacco <joseph_sacco comcast net>
* monodevelop
checksum is incorrect.
run "make makesums" to correct
* monodoc
checksum is incorrect.
run "make makesums" to correct
platform
---------
libxml2 & libxslt
deal with issues arising from python being in a non-standard place.
[discussed earlier].
-Joseph
--
joseph_sacco [at] comcast [dot] net
--- ./src/ui/eggcellrendererkeys.c- 2005-07-22 11:33:25.000000000 -0400
+++ ./src/ui/eggcellrendererkeys.c 2005-07-22 11:34:27.000000000 -0400
@@ -588,7 +588,7 @@
void
egg_cell_renderer_keys_set_accelerator (EggCellRendererKeys *keys,
guint keyval,
- GdkModifierType mask)
+ EggVirtualModifierType mask)
{
char *text;
gboolean changed;
@@ -630,7 +630,7 @@
void
egg_cell_renderer_keys_get_accelerator (EggCellRendererKeys *keys,
guint *keyval,
- GdkModifierType *mask)
+ EggVirtualModifierType *mask)
{
g_return_if_fail (EGG_IS_CELL_RENDERER_KEYS (keys));
GARNAME = monkey-bubble
GARVERSION = 0.3.2
CATEGORIES = geektoys
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PATCHFILES = gar-base.diff
MASTER_SITES = http://home.gna.org/monkeybubble/downloads/
LIBDEPS = platform/gtk+
DESCRIPTION = monkey-bubble
define BLURB
#FIXME: blurb goes here
endef
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_ARGS = $(DIRPATHS)
include ../category.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]