gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1192: clean up oleo but build fails


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1192: clean up oleo but build fails
Date: Sun, 18 Nov 2012 14:38:24 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1192
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-18 14:38:24 +0100
message:
  clean up oleo but build fails
added:
  gnu/oleo/config.mk
modified:
  TODO
  gnu/oleo/Makefile
  gnu/oleo/sha256sums
=== modified file 'TODO'
--- a/TODO      2012-11-17 18:24:07 +0000
+++ b/TODO      2012-11-18 13:38:24 +0000
@@ -134,3 +134,5 @@
 ** maverik: very inflexible Makefile should be replaced
 ** metahtml: build mysteriously fails
 ** gnash: dependency hell (gstreamer)
+** oleo: hangs during configure
+

=== modified file 'gnu/oleo/Makefile'
--- a/gnu/oleo/Makefile 2010-06-10 20:16:29 +0000
+++ b/gnu/oleo/Makefile 2012-11-18 13:38:24 +0000
@@ -1,16 +1,19 @@
 GARNAME = oleo
 GARVERSION = 1.99.16
+HOME_URL = http://www.gnu.org/software/oleo/
+DESCRIPTION = A spreadsheet program
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = oleo/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/oleo/
-DESCRIPTION = oleo
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/oleo/config.mk'
--- a/gnu/oleo/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/oleo/config.mk        2012-11-18 13:38:24 +0000
@@ -0,0 +1,4 @@
+## Configuration options for oleo ##
+
+CONFIGURE_OPTS ?= --with-x --without-motif
+BUILD_OPTS ?=

=== modified file 'gnu/oleo/sha256sums'
--- a/gnu/oleo/sha256sums       2010-06-11 09:39:08 +0000
+++ b/gnu/oleo/sha256sums       2012-11-18 13:38:24 +0000
@@ -1,1 +1,2 @@
 6598df85d06ff2534ec08ed0657508f17dbbc58dd02d419160989de7c487bc86  
download/oleo-1.99.16.tar.gz
+a09a2be73f86e8ffb7fbb54f40fe4994e29b67450adc5f7a5f896a9499141077  
download/oleo-1.99.16-fix-autotools.diff


reply via email to

[Prev in Thread] Current Thread [Next in Thread]