gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1033: clean up ggradebook. does not b


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1033: clean up ggradebook. does not build due to old gtk reqs
Date: Fri, 02 Nov 2012 16:04:05 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1033
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-02 16:04:05 +0100
message:
  clean up ggradebook. does not build due to old gtk reqs
added:
  gnu/ggradebook/config.mk
modified:
  gnu/ggradebook/Makefile
=== modified file 'gnu/ggradebook/Makefile'
--- a/gnu/ggradebook/Makefile   2010-06-10 20:16:29 +0000
+++ b/gnu/ggradebook/Makefile   2012-11-02 15:04:05 +0000
@@ -1,16 +1,26 @@
 GARNAME = ggradebook
 GARVERSION = 0.91
+HOME_URL = http://www.gnu.org/software/ggradebook/
+DESCRIPTION = A tool for tracking the grades of students
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = ggradebook/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/ggradebook/
-DESCRIPTION = GNU gradebook
+SIGFILES = 
+WORKSRC = $(WORKDIR)/Ggradebook-$(GARVERSION)/
+
+BUILDDEPS = 
+LIBDEPS = gtk 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+CONFIGURE_ARGS += --with-gtk-prefix=$(prefix) \
+                 --with-gtk-exec-prefix=$(prefix) \
+
+BUILD_ARGS += GTK_CFLAGS="-I$(prefix)/include/" GTK_LIBS="-L$(prefix)/lib/"
+

=== added file 'gnu/ggradebook/config.mk'
--- a/gnu/ggradebook/config.mk  1970-01-01 00:00:00 +0000
+++ b/gnu/ggradebook/config.mk  2012-11-02 15:04:05 +0000
@@ -0,0 +1,4 @@
+## Configuration options for ggradebook ##
+
+CONFIGURE_OPTS ?= --disable-gtktest --disable-gnome
+BUILD_OPTS ?=


reply via email to

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