diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-02-25 06:04:24 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-02-25 06:04:24 +0800 |
commit | 31376944221800a629eeb55a110410e12d6b753d (patch) | |
tree | d788dd95370497727b21901a50d8e2e03b80c517 /graphics/electriceyes/files | |
parent | 9f3a318796025eefad095265a43efb453413a778 (diff) | |
download | freebsd-ports-gnome-31376944221800a629eeb55a110410e12d6b753d.tar.gz freebsd-ports-gnome-31376944221800a629eeb55a110410e12d6b753d.tar.zst freebsd-ports-gnome-31376944221800a629eeb55a110410e12d6b753d.zip |
Upgrade to 0.3.8.
Diffstat (limited to 'graphics/electriceyes/files')
-rw-r--r-- | graphics/electriceyes/files/patch-aa | 39 | ||||
-rw-r--r-- | graphics/electriceyes/files/patch-ab | 16 |
2 files changed, 35 insertions, 20 deletions
diff --git a/graphics/electriceyes/files/patch-aa b/graphics/electriceyes/files/patch-aa index 06c78ecef8f1..06a4aa19d6d1 100644 --- a/graphics/electriceyes/files/patch-aa +++ b/graphics/electriceyes/files/patch-aa @@ -1,14 +1,14 @@ ---- configure.orig Tue Dec 15 02:19:21 1998 -+++ configure Tue Jan 5 12:06:13 1999 -@@ -1076,13 +1076,13 @@ +--- configure.orig Wed Feb 24 05:54:38 1999 ++++ configure Wed Feb 24 05:55:40 1999 +@@ -1113,13 +1113,13 @@ fi if test "$no_gnome_config" = "yes"; then - echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 --echo "configure:1081: checking for gnomeConf.sh file in $gnome_prefix" >&5 +-echo "configure:1118: checking for gnomeConf.sh file in $gnome_prefix" >&5 - if test -f $gnome_prefix/gnomeConf.sh; then + echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6 -+echo "configure:1081: checking for gnomeConf.sh file in $prefix/share/gnome" >&5 ++echo "configure:1118: checking for gnomeConf.sh file in $prefix/share/gnome" >&5 + if test -f $prefix/share/gnome/gnomeConf.sh; then echo "$ac_t""found" 1>&6 echo "loading gnome configuration from" \ @@ -19,14 +19,21 @@ else echo "$ac_t""not found" 1>&6 -@@ -3448,7 +3448,9 @@ - if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -- cat > conftest.$ac_ext <<EOF -+ ac_save_LIBS="$LIBS" -+LIBS="-lintl $LIBS" -+cat > conftest.$ac_ext <<EOF - #line 3453 "configure" - #include "confdefs.h" - +@@ -4378,7 +4378,7 @@ + cat conftest.$ac_ext >&5 + rm -rf conftest* + CATOBJEXT=.mo +- DATADIRNAME=lib ++ DATADIRNAME=share + fi + rm -f conftest* + INSTOBJEXT=.mo +@@ -4640,7 +4640,7 @@ + USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.cat + INSTOBJEXT=.cat +- DATADIRNAME=lib ++ DATADIRNAME=share + INTLDEPS='$(top_builddir)/intl/libintl.a' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` diff --git a/graphics/electriceyes/files/patch-ab b/graphics/electriceyes/files/patch-ab index d286d040af0a..79963b451697 100644 --- a/graphics/electriceyes/files/patch-ab +++ b/graphics/electriceyes/files/patch-ab @@ -1,11 +1,19 @@ ---- ee.desktop.orig Tue Dec 15 00:36:56 1998 -+++ ee.desktop Fri Jan 1 14:56:15 1999 -@@ -11,7 +11,7 @@ - Comment[de]=Bildbetrachter +--- ee.desktop.orig Tue Feb 9 02:14:37 1999 ++++ ee.desktop Wed Feb 24 05:57:03 1999 +@@ -15,7 +15,7 @@ Comment[no]=Program for bildeframvisning Comment[pt]=Programa para visualização de imagens + Comment[ru]=ðÒÏÇÒÁÍÍÁ ÐÒÏÓÍÏÔÒÁ ÉÚÏÂÒÁÖÅÎÉÊ -Exec=ee +Exec=ElectricEyes Icon=gnome-ee.png Terminal=0 Type=Application +--- ee.keys.orig Wed Feb 24 06:32:02 1999 ++++ ee.keys Wed Feb 24 06:32:15 1999 +@@ -1,3 +1,3 @@ + image/*: +- open=ee %f +- view=ee %f ++ open=ElectricEyes %f ++ view=ElectricEyes %f |