]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- updated for 0.4.4
authordeejay1 <deejay1@pld-linux.org>
Thu, 29 May 2008 07:46:14 +0000 (07:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f-spot-dir.patch -> 1.2
    f-spot-exec.patch -> 1.4

f-spot-dir.patch
f-spot-exec.patch

index bf5f7373c44cfa782b0d5b51808af410625bd46e..c74f82a9635d723c1f06fec3c7aad7ddf9dd92c7 100644 (file)
@@ -1,9 +1,10 @@
---- configure.in~      2006-03-13 15:51:10.000000000 +0100
-+++ configure.in       2006-03-28 21:38:27.195995000 +0200
-@@ -125,7 +125,7 @@
- fi
- if test -d $gnome_screensaver_prefix/lib/gnome-screensaver; then
+diff -Nru f-spot-0.4.4/configure.in f-spot-0.4.4-dir/configure.in
+--- f-spot-0.4.4/configure.in  2008-05-27 23:08:19.000000000 +0200
++++ f-spot-0.4.4-dir/configure.in      2008-05-29 09:29:47.000000000 +0200
+@@ -275,7 +275,7 @@
+ if test "$have_gs_pkgconfig" = "yes" && test "x$gs_pc_prefix" = "x$gnome_screensaver_prefix"; then
+       GNOME_SCREENSAVER_SAVERDIR=$gs_pc_saverdir
+ elif test -d $gnome_screensaver_prefix/lib/gnome-screensaver; then
 -      GNOME_SCREENSAVER_SAVERDIR=$gnome_screensaver_prefix/lib/gnome-screensaver/gnome-screensaver
 +      GNOME_SCREENSAVER_SAVERDIR=$gnome_screensaver_prefix/lib/gnome-screensaver
  else 
index 82dd7edb245d47d84b9a6c5929667e4fe78bb307..351090ed2cce1ae444362973ccd8b14013b4bdb3 100644 (file)
@@ -1,9 +1,10 @@
---- f-spot-0.4.1/src/f-spot.in.orig    2007-12-12 06:39:10.401468565 +0100
-+++ f-spot-0.4.1/src/f-spot.in 2007-12-12 06:40:11.392164051 +0100
-@@ -54,5 +54,5 @@
- if $run_mdb; then
-       mdb $EXE_TO_RUN -args "$@"
+diff -Nru f-spot-0.4.4/src/f-spot.in f-spot-0.4.4-exec/src/f-spot.in
+--- f-spot-0.4.4/src/f-spot.in 2008-05-16 20:52:42.000000000 +0200
++++ f-spot-0.4.4-exec/src/f-spot.in    2008-05-29 09:26:36.000000000 +0200
+@@ -67,5 +67,5 @@
+ elif $run_gdb; then
+       gdb --eval-command=run --args mono $MONO_OPTIONS $EXE_TO_RUN "$@"
  else
--      exec -a @PACKAGE@ mono $MONO_OPTIONS $EXE_TO_RUN "$@"
-+      exec mono $MONO_OPTIONS $EXE_TO_RUN "$@"
+-      exec -a @PACKAGE@ $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
++      exec $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
  fi
This page took 0.09378 seconds and 4 git commands to generate.