gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1448: add gnumeric at 1.10.17


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1448: add gnumeric at 1.10.17
Date: Sun, 16 Dec 2012 12:05:29 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1448
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-12-16 12:05:29 +0100
message:
  add gnumeric at 1.10.17
added:
  gnome/gnumeric/
  gnome/gnumeric/Makefile
  gnome/gnumeric/config.mk
  gnome/gnumeric/sha256sums
modified:
  TODO
=== modified file 'TODO'
--- a/TODO      2012-12-16 00:07:41 +0000
+++ b/TODO      2012-12-16 11:05:29 +0000
@@ -1,7 +1,8 @@
 # -*- org -*-
 
-* TODO libc breaks everything when it is installed (bad ABI)
-* DONE Karl: I think the most important thing to support is configure
+* Old tasks, pre-Brandon...to be reconsidered
+** TODO libc breaks everything when it is installed (bad ABI)
+** DONE Karl: I think the most important thing to support is configure
   CLOSED: [2011-03-01 Tue 13:54]
   :LOGBOOK:
   - State "DONE"       from ""           [2011-03-01 Tue 13:54]
@@ -10,30 +11,29 @@
 simply be passed to the subdirs.  So the job of top level
 configure/makefile would be to loop over all supported subdirs and call
 configure/make for each.
-* DONE Karl: Based on my experience with TeX Live, I expect it would also be
+** DONE Karl: Based on my experience with TeX Live, I expect it would also be
 greatly appreciated if it was possible to say
   configure --disable-foobar
 to explicitly disable building of any package foobar for whatever
   reason. (done: see IGNORE_DEPS in gar.conf.mk)
-
-* DONE util/buildit.sh needs to delete old logs/*.FAIL entries
-  CLOSED: [2011-04-13 Wed 11:56]
-  - State "DONE"       [2011-04-13 Wed 11:56]
-* TODO nettle needs --libdir => lib instead of lib64
-* TODO texinfo needs make install-tex TEXMF=/gnu
-* DONE build bazaar tries to build the zlib dependency. But here I get the
-  error Message:
-    cd work/zlib-1.2.5 &&  ./configure '--prefix=/usr/local/gltools/gnu' 
'--exec-prefix=/usr/local/gltools/gnu/arch_a'
-    unknown option: --exec-prefix=/usr/local/gltools/gnu/arch_a
-    (Brandon: seems to work...done)
-* DONE for i.e. make the installation puts its files
-   /usr/local/gltools/gnu/packages/make-3.81/arch_a/ and
-   /usr/local/gltools/gnu/packages/make-3.81/share/, but installing from
-   a second architecture deletes the whole
-   /usr/local/gltools/gnu/packages/make-3.81 tree. (done: GARPROFILE)
-* TODO deletion of the whole packages tree for a project would also delete
-  any customization in the share tree while installing for arch_b (like
-  in share/emacs/23.3/site-lisp/ or share/emacs/site-lisp/). 
+** DONE util/buildit.sh needs to delete old logs/*.FAIL entries
+   CLOSED: [2011-04-13 Wed 11:56]
+   - State "DONE"       [2011-04-13 Wed 11:56]
+** TODO nettle needs --libdir => lib instead of lib64
+** TODO texinfo needs make install-tex TEXMF=/gnu
+** DONE build bazaar tries to build the zlib dependency. But here I get the
+   error Message:
+     cd work/zlib-1.2.5 &&  ./configure '--prefix=/usr/local/gltools/gnu' 
'--exec-prefix=/usr/local/gltools/gnu/arch_a'
+     unknown option: --exec-prefix=/usr/local/gltools/gnu/arch_a
+     (Brandon: seems to work...done)
+** DONE for i.e. make the installation puts its files
+    /usr/local/gltools/gnu/packages/make-3.81/arch_a/ and
+    /usr/local/gltools/gnu/packages/make-3.81/share/, but installing from
+    a second architecture deletes the whole
+    /usr/local/gltools/gnu/packages/make-3.81 tree. (done: GARPROFILE)
+** TODO deletion of the whole packages tree for a project would also delete
+   any customization in the share tree while installing for arch_b (like
+   in share/emacs/23.3/site-lisp/ or share/emacs/site-lisp/). 
 * TODO re-implement tests
 * Unimplemented packages 
 ** aetherspace: no release available
@@ -66,7 +66,6 @@
 ** gnukart
 ** gnulib: dev-only (no install) package; low priority
 ** gnumed
-** gnumeric
 ** gnuproxyknife
 ** gnuskies
 ** gnuspeech

=== added directory 'gnome/gnumeric'
=== added file 'gnome/gnumeric/Makefile'
--- a/gnome/gnumeric/Makefile   1970-01-01 00:00:00 +0000
+++ b/gnome/gnumeric/Makefile   2012-12-16 11:05:29 +0000
@@ -0,0 +1,24 @@
+GARNAME = gnumeric
+GARVERSION = 1.10.17
+HOME_URL = http://www.gnome.org
+DESCRIPTION = A GTK+-based spreadsheet program
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES = 
+
+BUILDDEPS =
+LIBDEPS = gtk intltool
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnome/gnumeric/config.mk'
--- a/gnome/gnumeric/config.mk  1970-01-01 00:00:00 +0000
+++ b/gnome/gnumeric/config.mk  2012-12-16 11:05:29 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gnumeric ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnome/gnumeric/sha256sums'
--- a/gnome/gnumeric/sha256sums 1970-01-01 00:00:00 +0000
+++ b/gnome/gnumeric/sha256sums 2012-12-16 11:05:29 +0000
@@ -0,0 +1,1 @@
+8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963  
download/gnumeric-1.10.17.tar.xz


reply via email to

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