Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv6996

Added Files:
        notecase.info notecase.patch 
Log Message:
New package.  Builds and runs, but needs help with help


--- NEW FILE: notecase.info ---
Package: notecase
Version: 1.9.3
Revision: 1
Description: Hierarchical note manager
DescDetail:  <<
NoteCase is a hierarchical note manager (aka. outliner). It helps you organize
your everyday text notes into a single document, with individual notes placed 
in the tree-like structure (each note can have its sub-notes, ...).
To ensure your privacy, encrypted document format is supported, along with 
standard unencrypted format. 
<<
License: BSD
Homepage: http://notecase.sourceforge.net/
Maintainer: Alexander Hansen <[EMAIL PROTECTED]>
#
Source: mirror:sourceforge:%n/%n-%v_src.tar.gz
Source-MD5: 5205d8e3bef7b7fa5462e39243bce421
SourceDirectory: %n-%v
#
PatchFile: %n.patch
PatchFile-MD5: 2a62df7142406b93c7c5981a9e963174
PatchScript: sed -e 's,@FINKPREFIX@,%p,' %{PatchFile} | patch -p1 
#
Depends: atk1-shlibs, cairo-shlibs, gconf2-shlibs, glib2-shlibs, 
gnome-vfs2-unified-shlibs, gtk+2-shlibs, libgettext3-shlibs, libiconv, 
orbit2-shlibs, pango1-xft2-ft219-shlibs, x11, x11-shlibs
BuildDepends: pkgconfig, x11-dev, fink (>= 0.24.12), atk1, cairo, gconf2-dev, 
glib2-dev, gnome-vfs2-unified-dev, gtk+2-dev, libgettext3-dev, libiconv-dev, 
orbit2-dev, pango1-xft2-ft219-dev, glitz
# 
CompileScript: <<
#!/bin/sh -ev
export PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/pkgconfig
make
<<
InstallScript: <<
#!/bin/sh -ev
export PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig
make install DESTDIR=%d
<<
DescPort: <<
Upstream deactivated gnome-vfs2 support for OS X, but it isn't obvious why, so 
patch that out.
Try to patch in the proper path to the help file (but it's currently not 
working).
Don't put a ".x11app" suffix on the executable, because that's annoying.
<<
DescUsage:  << 
The help file isn't accessible just yet via the GUI controls, but you can open
it manually.  It's in
%p/share/doc/%n/help.ncd
<<
--- NEW FILE: notecase.patch ---
--- notecase-1.9.3/Makefile     2008-06-20 03:21:10.000000000 -0400
+++ notecase-1.9.3.patched/Makefile     2008-08-24 12:31:53.000000000 -0400
@@ -10,7 +10,7 @@
 VERSION=1.9.3
 
 # define install target dirs
-prefix=/usr
[EMAIL PROTECTED]@
 bindir=$(prefix)/bin
 datadir=$(prefix)/share
 
@@ -130,9 +130,9 @@
 
 CFLAGS += $(BYTE_ORDER)
 
-ifdef OSX_BUILD
- EXE=.x11app
-endif 
+#ifdef OSX_BUILD
+# EXE=.x11app
+#endif 
 
 FLAGS=$(CFLAGS)
 BIN=./bin
@@ -242,10 +242,10 @@
  # undef VFS on windows
  HAVE_GNOME_VFS=
 endif
-ifdef OSX_BUILD
+#ifdef OSX_BUILD
  # undef VFS on OSX -> TOFIX?
- HAVE_GNOME_VFS=
-endif
+ #HAVE_GNOME_VFS=
+#endif
 
 LIBS=gtk+-2.0 glib-2.0 gthread-2.0
 
--- notecase-1.9.3/src/config.h 2008-06-23 04:19:36.000000000 -0400
+++ notecase-1.9.3.patched/src/config.h 2008-08-24 17:23:13.000000000 -0400
@@ -22,7 +22,7 @@
 //#define _OSX_BUILD
 //#define _NOKIA_MAEMO
 
-#define INSTALL_PREFIX "/usr"
+#define INSTALL_PREFIX "@FINKPREFIX@"
 #define HAVE_GNOME_VFS
 #endif
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to