diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 09:53:23 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 09:53:23 +0800 |
commit | cfae54e359786f80d3c85e976a3adeb004b38525 (patch) | |
tree | 6ed668a5f67af6713dc8fb1078917e0598666b60 /graphics/electriceyes/files | |
parent | 2ca29d9a76dd87242131def2d4c4ff3d3f5b4fae (diff) | |
download | marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.gz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.bz2 marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.lz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.xz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.zst marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/electriceyes/files')
-rw-r--r-- | graphics/electriceyes/files/patch-aa | 22 | ||||
-rw-r--r-- | graphics/electriceyes/files/patch-ab | 19 |
2 files changed, 41 insertions, 0 deletions
diff --git a/graphics/electriceyes/files/patch-aa b/graphics/electriceyes/files/patch-aa new file mode 100644 index 000000000..2a5894e59 --- /dev/null +++ b/graphics/electriceyes/files/patch-aa @@ -0,0 +1,22 @@ +--- configure.orig Fri Feb 12 23:04:17 1999 ++++ configure Sat May 22 21:45:25 1999 +@@ -4766,15 +4766,15 @@ + fi + + +- USE_INCLUDED_LIBINTL=yes ++# USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.gmo + INSTOBJEXT=.mo + DATADIRNAME=share +- INTLDEPS='$(top_builddir)/intl/libintl.a' ++ INTLDEPS='-lintl' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` +- nls_cv_header_intl=intl/libintl.h +- nls_cv_header_libgt=intl/libgettext.h ++# nls_cv_header_intl=intl/libintl.h ++# nls_cv_header_libgt=intl/libgettext.h + fi + + if test "$XGETTEXT" != ":"; then diff --git a/graphics/electriceyes/files/patch-ab b/graphics/electriceyes/files/patch-ab new file mode 100644 index 000000000..a6709f3f8 --- /dev/null +++ b/graphics/electriceyes/files/patch-ab @@ -0,0 +1,19 @@ +--- ee.desktop.orig Mon Jul 17 16:38:16 2000 ++++ ee.desktop Wed Aug 2 11:33:00 2000 +@@ -34,7 +34,7 @@ + Comment[pt_BR]=Programa para visualização de imagens + Comment[ru]=ðÒÏÇÒÁÍÍÁ ÐÒÏÓÍÏÔÒÁ ÉÚÏÂÒÁÖÅÎÉÊ + Comment[wa]=Programe po voer des imådjes +-Exec=ee %f ++Exec=ElectricEyes %f + 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 |