Update to 0.3.12
This commit is contained in:
parent
3927cd3615
commit
1e22de0940
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31284
5 changed files with 23 additions and 26 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= electriceyes
|
||||
PORTVERSION= 0.3.11
|
||||
PORTVERSION= 0.3.12
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/ee
|
||||
|
@ -27,6 +27,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-extract:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
post-install:
|
||||
${MV} ${PREFIX}/bin/ee ${PREFIX}/bin/ElectricEyes
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ee-0.3.11.tar.gz) = 35185e00bcea9d18b7c2e5fdc511b255
|
||||
MD5 (ee-0.3.12.tar.gz) = d7e92c1cc560ce76e439353462b8aa7e
|
||||
|
|
|
@ -1,23 +1,5 @@
|
|||
--- configure.orig Fri Feb 12 23:04:17 1999
|
||||
+++ configure Sat May 22 21:45:25 1999
|
||||
@@ -2658,7 +2658,7 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- PTHREAD_LIB="-lc_r"
|
||||
+ PTHREAD_LIB=""
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
||||
echo $ac_n "checking for pthread_create""... $ac_c" 1>&6
|
||||
@@ -4378,7 +4378,7 @@
|
||||
cat conftest.$ac_ext >&5
|
||||
rm -rf conftest*
|
||||
CATOBJEXT=.mo
|
||||
- DATADIRNAME=lib
|
||||
+ DATADIRNAME=share
|
||||
fi
|
||||
rm -f conftest*
|
||||
INSTOBJEXT=.mo
|
||||
@@ -4766,15 +4766,15 @@
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- ee.desktop.orig Tue Sep 28 09:32:53 1999
|
||||
+++ ee.desktop Mon Oct 4 17:02:16 1999
|
||||
@@ -21,7 +21,7 @@
|
||||
--- 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[pl]=Przegl±darka graficzna
|
||||
-Exec=ee
|
||||
+Exec=ElectricEyes
|
||||
Comment[wa]=Programe po voer des imådjes
|
||||
-Exec=ee %f
|
||||
+Exec=ElectricEyes %f
|
||||
Icon=gnome-ee.png
|
||||
Terminal=0
|
||||
Type=Application
|
||||
|
|
|
@ -3,17 +3,22 @@ share/gnome/apps/Graphics/ee.desktop
|
|||
share/gnome/help/ee/C/ee.jpg
|
||||
share/gnome/help/ee/C/index.html
|
||||
share/gnome/mime-info/ee.keys
|
||||
share/gnome/pixmaps/gnome-ee.png
|
||||
share/locale/ca/LC_MESSAGES/ee.mo
|
||||
share/locale/da/LC_MESSAGES/ee.mo
|
||||
share/locale/de/LC_MESSAGES/ee.mo
|
||||
share/locale/el/LC_MESSAGES/ee.mo
|
||||
share/locale/en_GB/LC_MESSAGES/ee.mo
|
||||
share/locale/es/LC_MESSAGES/ee.mo
|
||||
share/locale/fi/LC_MESSAGES/ee.mo
|
||||
share/locale/fr/LC_MESSAGES/ee.mo
|
||||
share/locale/ga/LC_MESSAGES/ee.mo
|
||||
share/locale/gl/LC_MESSAGES/ee.mo
|
||||
share/locale/hu/LC_MESSAGES/ee.mo
|
||||
share/locale/it/LC_MESSAGES/ee.mo
|
||||
share/locale/ja/LC_MESSAGES/ee.mo
|
||||
share/locale/ko/LC_MESSAGES/ee.mo
|
||||
share/locale/lt/LC_MESSAGES/ee.mo
|
||||
share/locale/nl/LC_MESSAGES/ee.mo
|
||||
share/locale/no/LC_MESSAGES/ee.mo
|
||||
share/locale/pl/LC_MESSAGES/ee.mo
|
||||
|
@ -22,6 +27,9 @@ share/locale/pt_BR/LC_MESSAGES/ee.mo
|
|||
share/locale/ro/LC_MESSAGES/ee.mo
|
||||
share/locale/ru/LC_MESSAGES/ee.mo
|
||||
share/locale/sv/LC_MESSAGES/ee.mo
|
||||
share/locale/tr/LC_MESSAGES/ee.mo
|
||||
share/locale/uk/LC_MESSAGES/ee.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/ee.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/ee.mo
|
||||
@dirrm share/gnome/help/ee/C
|
||||
@dirrm share/gnome/help/ee
|
||||
|
|
Loading…
Reference in a new issue