Update of /cvsroot/fink/experimental/dmacks/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29095

Added Files:
        granule.info granule.patch 
Log Message:
Compiles and seems to run, dumps core on exit (appears to be bug in libassa)
Should distribute sample card deck with pkg?


--- NEW FILE: granule.info ---
Package: granule
Version: 1.2.3
Revision: 1
Maintainer: Daniel Macks <[EMAIL PROTECTED]>

GCC: 3.3
BuildDepends: <<
        atk1,
        gettext-bin,
        gettext-tools,
        glib2-dev,
        glibmm2.4-dev (>= 2.10.5-1),
        gtk+2-dev,
        gtkmm2.4-dev (>= 2.6.14-1),
        intltool,
        libassa3.4.0-dev (>= 3.4.2-1),
        libgettext3-dev,
        libiconv-dev,
        libsigc++2 (>= 2.0.17-1),
        libxml2,
        pango1-xft2-dev,
        pkgconfig,
        x11-dev
<<
Depends: <<
        atk1-shlibs,
        glib2-shlibs,
        glibmm2.4-shlibs (>= 2.10.5-1),
        gtk+2-shlibs,
        gtkmm2.4-shlibs (>= 2.6.14-1),
        libassa3.4.0-shlibs (>= 3.4.2-1),
        libgettext3-shlibs,
        libiconv,
        libsigc++2-shlibs (>= 2.0.17-1),
        libxml2-shlibs,
        pango1-xft2-shlibs,
        x11-shlibs
<<
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: e9353796e83fad65d44a36e2637cd92c

Patch: %n.patch
PatchScript: <<
        perl -pi -e 's/-g //' src/Makefile.in
        perl -pi -e 's,/usr/share/dbus-1,%p/share/dbus-1,' configure
<<
SetCXXFLAGS: -Wall -g -Os
ConfigureParams: --disable-dependency-tracking --disable-hildon
InstallScript: <<
        make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README

Description: Flashcard word-learning game
DescDetail: <<
GRANULE is a flashcard program that implements Leitner cardfile methodology 
for learning new words. It features both short-term and long-term memory 
training capabilities with scheduling.

Features:

    * Short-term memory training with Decks of cards.
    * Long-term memory training with CardBoxes of Decks.
    * Automatic scheduling.
    * Optional pronounciation (if a sound dictionary such as StarDict is 
      installed.
    * Multi-lingual support (UTF-8).
<<
DescPackaging: <<
        Disable Hildon (nokia 770 tablet) support

        Fix hard-coded dbus services-dir path. More formally should do
          pkg-config dbus-1 --variable=session_bus_services_dir
        but we're not actually using dbus at all so just hard-code.

        Doesn't actually install its gettext catalogs, dunno why.
<<
DescPort: <<
        Remove inappropriate passing of compiler -g flag

        Add missing #include
<<
License: GPL
Homepage: http://granule.sourceforge.net

--- NEW FILE: granule.patch ---
diff -Nurd -x'*~' granule-1.2.3.orig/src/Granule-main.cpp 
granule-1.2.3/src/Granule-main.cpp
--- granule-1.2.3.orig/src/Granule-main.cpp     2006-09-30 16:42:27.000000000 
-0400
+++ granule-1.2.3/src/Granule-main.cpp  2007-01-03 01:01:44.000000000 -0500
@@ -68,6 +68,7 @@
 "                                                                           
\n";
 
//------------------------------------------------------------------------------
 
+#include "libintl.h"
 #include "Granule-main.h"
 #include "Granule.h"
 #include "Intern.h"


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to