openbsd-ports/x11/gnome/f-spot/patches/patch-src_f-spot_in
jasper cabbd7ed82 import f-spot 0.5.0.2
The main F-Spot user interface in Browse mode is shown. F-Spot supports
16 common files types, including JPEG, GIF, TIFF, RAW, and others.
Import your photos from your hard drive, camera (including PTP type), or
iPod.
Photos can be tagged for searching and grouping, and the timeline gives
quick sense of temporal location, and quanity of photos taken. F-Spot
can view and export EXIF and XMP metadata in your images.
Other features include fullscreen and slideshow modes.

it needs some more tweaking, hence it's not hooked to the builds yet.
2008-10-17 10:39:17 +00:00

17 lines
508 B
Plaintext

$OpenBSD: patch-src_f-spot_in,v 1.1.1.1 2008/10/17 10:39:17 jasper Exp $
--- src/f-spot.in.orig Fri Oct 17 11:15:47 2008
+++ src/f-spot.in Fri Oct 17 11:20:28 2008
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -67,5 +67,5 @@ if $run_mdb; then
elif $run_gdb; then
gdb --eval-command=run --args mono $MONO_OPTIONS $EXE_TO_RUN "$@"
else
- exec -a @PACKAGE@ $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
+ exec $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
fi