aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-10 12:10:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-10 12:10:07 +0000
commita21212ed3e1c566f603d8e9b4df6da5b963d736f (patch)
tree5482300653de4aa170ae35a94c77bb31d76398b9 /finance
parenta1399b4943e3c84418efd66fe47ff8bdcd6e3a6d (diff)
downloadports-a21212ed3e1c566f603d8e9b4df6da5b963d736f.tar.gz
ports-a21212ed3e1c566f603d8e9b4df6da5b963d736f.zip
Update to 1.6.5.
Notes
Notes: svn path=/head/; revision=52861
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash-devel/Makefile4
-rw-r--r--finance/gnucash-devel/distinfo2
-rw-r--r--finance/gnucash-devel/files/patch-configure22
-rw-r--r--finance/gnucash-devel/files/patch-ltmain.sh28
-rw-r--r--finance/gnucash-devel/pkg-plist130
-rw-r--r--finance/gnucash/Makefile4
-rw-r--r--finance/gnucash/distinfo2
-rw-r--r--finance/gnucash/files/patch-configure22
-rw-r--r--finance/gnucash/files/patch-ltmain.sh28
-rw-r--r--finance/gnucash/pkg-plist130
10 files changed, 248 insertions, 124 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile
index cdac267d891c..73293c54b971 100644
--- a/finance/gnucash-devel/Makefile
+++ b/finance/gnucash-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnucash
-PORTVERSION= 1.6.4
+PORTVERSION= 1.6.5
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \
ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
@@ -35,7 +35,7 @@ USE_GMAKE= yes
USE_XPM= yes
USE_PERL5= yes
USE_GNOME= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-glib-config=${GLIB_CONFIG}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
diff --git a/finance/gnucash-devel/distinfo b/finance/gnucash-devel/distinfo
index e431513d0e9e..779d1639643c 100644
--- a/finance/gnucash-devel/distinfo
+++ b/finance/gnucash-devel/distinfo
@@ -1 +1 @@
-MD5 (gnucash-1.6.4.tar.gz) = 7972990e0b6056d3cce7c95a17153dac
+MD5 (gnucash-1.6.5.tar.gz) = 1d711b754fa533b9ee2c4865a2ef9fac
diff --git a/finance/gnucash-devel/files/patch-configure b/finance/gnucash-devel/files/patch-configure
index 6504cb4ed066..90a3d3088429 100644
--- a/finance/gnucash-devel/files/patch-configure
+++ b/finance/gnucash-devel/files/patch-configure
@@ -1,10 +1,10 @@
$FreeBSD$
---- configure.orig Fri Jul 27 18:29:30 2001
-+++ configure Fri Jul 27 18:58:09 2001
-@@ -5001,7 +5001,7 @@
- #line 5002 "configure"
+--- configure.orig Thu Jan 10 12:57:53 2002
++++ configure Thu Jan 10 12:59:14 2002
+@@ -8560,7 +8560,7 @@
+ #line 8561 "configure"
#include "confdefs.h"
#include <stdlib.h>
-#include <iconv.h>
@@ -12,14 +12,14 @@ $FreeBSD$
int main() {
iconv_t cd = iconv_open("","");
iconv(cd,NULL,NULL,NULL,NULL);
-@@ -5018,12 +5018,12 @@
+@@ -8577,12 +8577,12 @@
rm -f conftest*
if test "$am_cv_func_iconv" != yes; then
am_save_LIBS="$LIBS"
- LIBS="$LIBS -liconv"
+ LIBS="$LIBS -lgiconv"
cat > conftest.$ac_ext <<EOF
- #line 5024 "configure"
+ #line 8583 "configure"
#include "confdefs.h"
#include <stdlib.h>
-#include <iconv.h>
@@ -27,7 +27,7 @@ $FreeBSD$
int main() {
iconv_t cd = iconv_open("","");
iconv(cd,NULL,NULL,NULL,NULL);
-@@ -5061,7 +5061,7 @@
+@@ -8620,7 +8620,7 @@
#include "confdefs.h"
#include <stdlib.h>
@@ -36,7 +36,7 @@ $FreeBSD$
extern
#ifdef __cplusplus
"C"
-@@ -5099,7 +5099,7 @@
+@@ -8658,7 +8658,7 @@
fi
LIBICONV=
if test "$am_cv_lib_iconv" = yes; then
@@ -45,7 +45,7 @@ $FreeBSD$
fi
-@@ -6023,7 +6023,7 @@
+@@ -9608,7 +9608,7 @@
withval="$with_help_prefix"
GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash"
else
@@ -54,7 +54,7 @@ $FreeBSD$
fi
-@@ -6461,7 +6461,7 @@
+@@ -10128,7 +10128,7 @@
if test "$prefer_db1" = "yes"; then
@@ -63,7 +63,7 @@ $FreeBSD$
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -6501,7 +6501,7 @@
+@@ -10168,7 +10168,7 @@
fi
done
diff --git a/finance/gnucash-devel/files/patch-ltmain.sh b/finance/gnucash-devel/files/patch-ltmain.sh
new file mode 100644
index 000000000000..022bcf04f826
--- /dev/null
+++ b/finance/gnucash-devel/files/patch-ltmain.sh
@@ -0,0 +1,28 @@
+
+$FreeBSD$
+
+--- ltmain.sh.orig Mon Nov 12 01:53:44 2001
++++ ltmain.sh Thu Jan 10 13:04:25 2002
+@@ -2408,6 +2408,9 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ # Add libc to deplibs on all other systems if necessary.
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4175,10 +4178,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/finance/gnucash-devel/pkg-plist b/finance/gnucash-devel/pkg-plist
index a9a23199477b..5a54c1029093 100644
--- a/finance/gnucash-devel/pkg-plist
+++ b/finance/gnucash-devel/pkg-plist
@@ -72,6 +72,21 @@ share/gnome/gnucash/accounts/pt_PT/acctchrt_renter.gnucash-xea
share/gnome/gnucash/accounts/pt_PT/acctchrt_retiremt.gnucash-xea
share/gnome/gnucash/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea
share/gnome/gnucash/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_brokerage.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_carloan.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_childcare.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_common.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_currency.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_eduloan.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_fixedassets.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_homeloan.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_homeown.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_otherloan.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_renter.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_retiremt.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_spouseinc.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_spouseretire.gnucash-xea
share/gnome/gnucash/doc/AUTHORS
share/gnome/gnucash/doc/COPYING
share/gnome/gnucash/doc/ChangeLog
@@ -328,33 +343,45 @@ share/gnome/help/gnucash/C/index.html
share/gnome/help/gnucash/C/intro.html
share/gnome/help/gnucash/C/sec002.html
share/gnome/help/gnucash/C/sec003.html
+share/gnome/help/gnucash/C/stylesheet-images/caution.gif
+share/gnome/help/gnucash/C/stylesheet-images/home.gif
+share/gnome/help/gnucash/C/stylesheet-images/important.gif
+share/gnome/help/gnucash/C/stylesheet-images/next.gif
+share/gnome/help/gnucash/C/stylesheet-images/note.gif
+share/gnome/help/gnucash/C/stylesheet-images/prev.gif
+share/gnome/help/gnucash/C/stylesheet-images/tip.gif
+share/gnome/help/gnucash/C/stylesheet-images/toc-blank.gif
+share/gnome/help/gnucash/C/stylesheet-images/toc-minus.gif
+share/gnome/help/gnucash/C/stylesheet-images/toc-plus.gif
+share/gnome/help/gnucash/C/stylesheet-images/up.gif
+share/gnome/help/gnucash/C/stylesheet-images/warning.gif
share/gnome/help/gnucash/C/topic.dat
-share/gnome/help/gnucash/C/x2442.html
-share/gnome/help/gnucash/C/x2511.html
-share/gnome/help/gnucash/C/x2582.html
-share/gnome/help/gnucash/C/x2711.html
-share/gnome/help/gnucash/C/x3003.html
-share/gnome/help/gnucash/C/x3019.html
-share/gnome/help/gnucash/C/x3076.html
-share/gnome/help/gnucash/C/x3605.html
-share/gnome/help/gnucash/C/x3649.html
-share/gnome/help/gnucash/C/x3653.html
-share/gnome/help/gnucash/C/x3827.html
-share/gnome/help/gnucash/C/x3836.html
-share/gnome/help/gnucash/C/x3842.html
-share/gnome/help/gnucash/C/x3847.html
-share/gnome/help/gnucash/C/x3852.html
-share/gnome/help/gnucash/C/x3943.html
-share/gnome/help/gnucash/C/x3960.html
-share/gnome/help/gnucash/C/x3983.html
-share/gnome/help/gnucash/C/x3988.html
-share/gnome/help/gnucash/C/x4002.html
-share/gnome/help/gnucash/C/x4147.html
-share/gnome/help/gnucash/C/x4525.html
-share/gnome/help/gnucash/C/x971.html
-share/gnome/help/gnucash/C/x978.html
-share/gnome/help/gnucash/C/x987.html
-share/gnome/help/gnucash/C/x995.html
+share/gnome/help/gnucash/C/x1001.html
+share/gnome/help/gnucash/C/x1008.html
+share/gnome/help/gnucash/C/x1017.html
+share/gnome/help/gnucash/C/x1025.html
+share/gnome/help/gnucash/C/x2472.html
+share/gnome/help/gnucash/C/x2541.html
+share/gnome/help/gnucash/C/x2612.html
+share/gnome/help/gnucash/C/x2741.html
+share/gnome/help/gnucash/C/x3033.html
+share/gnome/help/gnucash/C/x3049.html
+share/gnome/help/gnucash/C/x3106.html
+share/gnome/help/gnucash/C/x3635.html
+share/gnome/help/gnucash/C/x3679.html
+share/gnome/help/gnucash/C/x3683.html
+share/gnome/help/gnucash/C/x3857.html
+share/gnome/help/gnucash/C/x3866.html
+share/gnome/help/gnucash/C/x3872.html
+share/gnome/help/gnucash/C/x3877.html
+share/gnome/help/gnucash/C/x3882.html
+share/gnome/help/gnucash/C/x3973.html
+share/gnome/help/gnucash/C/x3990.html
+share/gnome/help/gnucash/C/x4013.html
+share/gnome/help/gnucash/C/x4018.html
+share/gnome/help/gnucash/C/x4032.html
+share/gnome/help/gnucash/C/x4177.html
+share/gnome/help/gnucash/C/x4555.html
share/gnome/help/gnucash/C/xacc-about.html
share/gnome/help/gnucash/C/xacc-account-hierarchy-creator.html
share/gnome/help/gnucash/C/xacc-accountedit.html
@@ -460,27 +487,27 @@ share/gnome/help/gnucash/de_DE/sec003.html
share/gnome/help/gnucash/de_DE/topic.dat
share/gnome/help/gnucash/de_DE/x1005.html
share/gnome/help/gnucash/de_DE/x1013.html
-share/gnome/help/gnucash/de_DE/x2438.html
-share/gnome/help/gnucash/de_DE/x2507.html
-share/gnome/help/gnucash/de_DE/x2578.html
-share/gnome/help/gnucash/de_DE/x2631.html
-share/gnome/help/gnucash/de_DE/x2875.html
-share/gnome/help/gnucash/de_DE/x2891.html
-share/gnome/help/gnucash/de_DE/x2948.html
-share/gnome/help/gnucash/de_DE/x3475.html
-share/gnome/help/gnucash/de_DE/x3517.html
-share/gnome/help/gnucash/de_DE/x3521.html
-share/gnome/help/gnucash/de_DE/x3716.html
-share/gnome/help/gnucash/de_DE/x3725.html
-share/gnome/help/gnucash/de_DE/x3731.html
-share/gnome/help/gnucash/de_DE/x3736.html
-share/gnome/help/gnucash/de_DE/x3741.html
-share/gnome/help/gnucash/de_DE/x3832.html
-share/gnome/help/gnucash/de_DE/x3849.html
-share/gnome/help/gnucash/de_DE/x3872.html
-share/gnome/help/gnucash/de_DE/x3877.html
-share/gnome/help/gnucash/de_DE/x3891.html
-share/gnome/help/gnucash/de_DE/x4367.html
+share/gnome/help/gnucash/de_DE/x2460.html
+share/gnome/help/gnucash/de_DE/x2529.html
+share/gnome/help/gnucash/de_DE/x2600.html
+share/gnome/help/gnucash/de_DE/x2653.html
+share/gnome/help/gnucash/de_DE/x2945.html
+share/gnome/help/gnucash/de_DE/x2961.html
+share/gnome/help/gnucash/de_DE/x3018.html
+share/gnome/help/gnucash/de_DE/x3547.html
+share/gnome/help/gnucash/de_DE/x3591.html
+share/gnome/help/gnucash/de_DE/x3595.html
+share/gnome/help/gnucash/de_DE/x3769.html
+share/gnome/help/gnucash/de_DE/x3778.html
+share/gnome/help/gnucash/de_DE/x3784.html
+share/gnome/help/gnucash/de_DE/x3789.html
+share/gnome/help/gnucash/de_DE/x3794.html
+share/gnome/help/gnucash/de_DE/x3885.html
+share/gnome/help/gnucash/de_DE/x3902.html
+share/gnome/help/gnucash/de_DE/x3925.html
+share/gnome/help/gnucash/de_DE/x3930.html
+share/gnome/help/gnucash/de_DE/x3944.html
+share/gnome/help/gnucash/de_DE/x4424.html
share/gnome/help/gnucash/de_DE/x722.html
share/gnome/help/gnucash/de_DE/x989.html
share/gnome/help/gnucash/de_DE/x996.html
@@ -791,20 +818,26 @@ share/gnome/help/gnucash/pt_PT/xacc-whats-new.html
share/gnome/help/gnucash/pt_PT/xacc-y2k.html
share/gnome/mime-info/gnucash.keys
share/gnome/mime-info/gnucash.mime
+share/gnome/pixmaps/gnucash/euro-notes.png
share/gnome/pixmaps/gnucash/gnucash_splash.png
+share/gnome/pixmaps/gnucash/one-euro.png
share/gnome/pixmaps/gnucash/stock_split_title.png
share/gnome/pixmaps/gnucash/stock_split_watermark.png
share/locale/da/LC_MESSAGES/gnucash.mo
share/locale/de/LC_MESSAGES/gnucash.mo
share/locale/en_GB/LC_MESSAGES/gnucash.mo
share/locale/es/LC_MESSAGES/gnucash.mo
+share/locale/es_NI/LC_MESSAGES/gnucash.mo
share/locale/fr/LC_MESSAGES/gnucash.mo
+share/locale/hu/LC_MESSAGES/gnucash.mo
share/locale/it/LC_MESSAGES/gnucash.mo
share/locale/ja/LC_MESSAGES/gnucash.mo
share/locale/no/LC_MESSAGES/gnucash.mo
share/locale/pl/LC_MESSAGES/gnucash.mo
-share/locale/pt_PT/LC_MESSAGES/gnucash.mo
+share/locale/pt/LC_MESSAGES/gnucash.mo
+share/locale/pt_BR/LC_MESSAGES/gnucash.mo
share/locale/ru/LC_MESSAGES/gnucash.mo
+share/locale/sk/LC_MESSAGES/gnucash.mo
share/locale/sv/LC_MESSAGES/gnucash.mo
@dirrm share/gnome/pixmaps/gnucash
@dirrm share/gnome/help/gnucash/pt_PT/stylesheet-images
@@ -835,6 +868,7 @@ share/locale/sv/LC_MESSAGES/gnucash.mo
@dirrm share/gnome/gnucash/guile-modules
@dirrm share/gnome/gnucash/doc/examples
@dirrm share/gnome/gnucash/doc
+@dirrm share/gnome/gnucash/accounts/sk
@dirrm share/gnome/gnucash/accounts/pt_PT
@dirrm share/gnome/gnucash/accounts/es_ES
@dirrm share/gnome/gnucash/accounts/de_DE
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index cdac267d891c..73293c54b971 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnucash
-PORTVERSION= 1.6.4
+PORTVERSION= 1.6.5
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \
ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
@@ -35,7 +35,7 @@ USE_GMAKE= yes
USE_XPM= yes
USE_PERL5= yes
USE_GNOME= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-glib-config=${GLIB_CONFIG}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo
index e431513d0e9e..779d1639643c 100644
--- a/finance/gnucash/distinfo
+++ b/finance/gnucash/distinfo
@@ -1 +1 @@
-MD5 (gnucash-1.6.4.tar.gz) = 7972990e0b6056d3cce7c95a17153dac
+MD5 (gnucash-1.6.5.tar.gz) = 1d711b754fa533b9ee2c4865a2ef9fac
diff --git a/finance/gnucash/files/patch-configure b/finance/gnucash/files/patch-configure
index 6504cb4ed066..90a3d3088429 100644
--- a/finance/gnucash/files/patch-configure
+++ b/finance/gnucash/files/patch-configure
@@ -1,10 +1,10 @@
$FreeBSD$
---- configure.orig Fri Jul 27 18:29:30 2001
-+++ configure Fri Jul 27 18:58:09 2001
-@@ -5001,7 +5001,7 @@
- #line 5002 "configure"
+--- configure.orig Thu Jan 10 12:57:53 2002
++++ configure Thu Jan 10 12:59:14 2002
+@@ -8560,7 +8560,7 @@
+ #line 8561 "configure"
#include "confdefs.h"
#include <stdlib.h>
-#include <iconv.h>
@@ -12,14 +12,14 @@ $FreeBSD$
int main() {
iconv_t cd = iconv_open("","");
iconv(cd,NULL,NULL,NULL,NULL);
-@@ -5018,12 +5018,12 @@
+@@ -8577,12 +8577,12 @@
rm -f conftest*
if test "$am_cv_func_iconv" != yes; then
am_save_LIBS="$LIBS"
- LIBS="$LIBS -liconv"
+ LIBS="$LIBS -lgiconv"
cat > conftest.$ac_ext <<EOF
- #line 5024 "configure"
+ #line 8583 "configure"
#include "confdefs.h"
#include <stdlib.h>
-#include <iconv.h>
@@ -27,7 +27,7 @@ $FreeBSD$
int main() {
iconv_t cd = iconv_open("","");
iconv(cd,NULL,NULL,NULL,NULL);
-@@ -5061,7 +5061,7 @@
+@@ -8620,7 +8620,7 @@
#include "confdefs.h"
#include <stdlib.h>
@@ -36,7 +36,7 @@ $FreeBSD$
extern
#ifdef __cplusplus
"C"
-@@ -5099,7 +5099,7 @@
+@@ -8658,7 +8658,7 @@
fi
LIBICONV=
if test "$am_cv_lib_iconv" = yes; then
@@ -45,7 +45,7 @@ $FreeBSD$
fi
-@@ -6023,7 +6023,7 @@
+@@ -9608,7 +9608,7 @@
withval="$with_help_prefix"
GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash"
else
@@ -54,7 +54,7 @@ $FreeBSD$
fi
-@@ -6461,7 +6461,7 @@
+@@ -10128,7 +10128,7 @@
if test "$prefer_db1" = "yes"; then
@@ -63,7 +63,7 @@ $FreeBSD$
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -6501,7 +6501,7 @@
+@@ -10168,7 +10168,7 @@
fi
done
diff --git a/finance/gnucash/files/patch-ltmain.sh b/finance/gnucash/files/patch-ltmain.sh
new file mode 100644
index 000000000000..022bcf04f826
--- /dev/null
+++ b/finance/gnucash/files/patch-ltmain.sh
@@ -0,0 +1,28 @@
+
+$FreeBSD$
+
+--- ltmain.sh.orig Mon Nov 12 01:53:44 2001
++++ ltmain.sh Thu Jan 10 13:04:25 2002
+@@ -2408,6 +2408,9 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ # Add libc to deplibs on all other systems if necessary.
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4175,10 +4178,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/finance/gnucash/pkg-plist b/finance/gnucash/pkg-plist
index a9a23199477b..5a54c1029093 100644
--- a/finance/gnucash/pkg-plist
+++ b/finance/gnucash/pkg-plist
@@ -72,6 +72,21 @@ share/gnome/gnucash/accounts/pt_PT/acctchrt_renter.gnucash-xea
share/gnome/gnucash/accounts/pt_PT/acctchrt_retiremt.gnucash-xea
share/gnome/gnucash/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea
share/gnome/gnucash/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_brokerage.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_carloan.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_childcare.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_common.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_currency.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_eduloan.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_fixedassets.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_homeloan.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_homeown.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_otherloan.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_renter.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_retiremt.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_spouseinc.gnucash-xea
+share/gnome/gnucash/accounts/sk/acctchrt_spouseretire.gnucash-xea
share/gnome/gnucash/doc/AUTHORS
share/gnome/gnucash/doc/COPYING
share/gnome/gnucash/doc/ChangeLog
@@ -328,33 +343,45 @@ share/gnome/help/gnucash/C/index.html
share/gnome/help/gnucash/C/intro.html
share/gnome/help/gnucash/C/sec002.html
share/gnome/help/gnucash/C/sec003.html
+share/gnome/help/gnucash/C/stylesheet-images/caution.gif
+share/gnome/help/gnucash/C/stylesheet-images/home.gif
+share/gnome/help/gnucash/C/stylesheet-images/important.gif
+share/gnome/help/gnucash/C/stylesheet-images/next.gif
+share/gnome/help/gnucash/C/stylesheet-images/note.gif
+share/gnome/help/gnucash/C/stylesheet-images/prev.gif
+share/gnome/help/gnucash/C/stylesheet-images/tip.gif
+share/gnome/help/gnucash/C/stylesheet-images/toc-blank.gif
+share/gnome/help/gnucash/C/stylesheet-images/toc-minus.gif
+share/gnome/help/gnucash/C/stylesheet-images/toc-plus.gif
+share/gnome/help/gnucash/C/stylesheet-images/up.gif
+share/gnome/help/gnucash/C/stylesheet-images/warning.gif
share/gnome/help/gnucash/C/topic.dat
-share/gnome/help/gnucash/C/x2442.html
-share/gnome/help/gnucash/C/x2511.html
-share/gnome/help/gnucash/C/x2582.html
-share/gnome/help/gnucash/C/x2711.html
-share/gnome/help/gnucash/C/x3003.html
-share/gnome/help/gnucash/C/x3019.html
-share/gnome/help/gnucash/C/x3076.html
-share/gnome/help/gnucash/C/x3605.html
-share/gnome/help/gnucash/C/x3649.html
-share/gnome/help/gnucash/C/x3653.html
-share/gnome/help/gnucash/C/x3827.html
-share/gnome/help/gnucash/C/x3836.html
-share/gnome/help/gnucash/C/x3842.html
-share/gnome/help/gnucash/C/x3847.html
-share/gnome/help/gnucash/C/x3852.html
-share/gnome/help/gnucash/C/x3943.html
-share/gnome/help/gnucash/C/x3960.html
-share/gnome/help/gnucash/C/x3983.html
-share/gnome/help/gnucash/C/x3988.html
-share/gnome/help/gnucash/C/x4002.html
-share/gnome/help/gnucash/C/x4147.html
-share/gnome/help/gnucash/C/x4525.html
-share/gnome/help/gnucash/C/x971.html
-share/gnome/help/gnucash/C/x978.html
-share/gnome/help/gnucash/C/x987.html
-share/gnome/help/gnucash/C/x995.html
+share/gnome/help/gnucash/C/x1001.html
+share/gnome/help/gnucash/C/x1008.html
+share/gnome/help/gnucash/C/x1017.html
+share/gnome/help/gnucash/C/x1025.html
+share/gnome/help/gnucash/C/x2472.html
+share/gnome/help/gnucash/C/x2541.html
+share/gnome/help/gnucash/C/x2612.html
+share/gnome/help/gnucash/C/x2741.html
+share/gnome/help/gnucash/C/x3033.html
+share/gnome/help/gnucash/C/x3049.html
+share/gnome/help/gnucash/C/x3106.html
+share/gnome/help/gnucash/C/x3635.html
+share/gnome/help/gnucash/C/x3679.html
+share/gnome/help/gnucash/C/x3683.html
+share/gnome/help/gnucash/C/x3857.html
+share/gnome/help/gnucash/C/x3866.html
+share/gnome/help/gnucash/C/x3872.html
+share/gnome/help/gnucash/C/x3877.html
+share/gnome/help/gnucash/C/x3882.html
+share/gnome/help/gnucash/C/x3973.html
+share/gnome/help/gnucash/C/x3990.html
+share/gnome/help/gnucash/C/x4013.html
+share/gnome/help/gnucash/C/x4018.html
+share/gnome/help/gnucash/C/x4032.html
+share/gnome/help/gnucash/C/x4177.html
+share/gnome/help/gnucash/C/x4555.html
share/gnome/help/gnucash/C/xacc-about.html
share/gnome/help/gnucash/C/xacc-account-hierarchy-creator.html
share/gnome/help/gnucash/C/xacc-accountedit.html
@@ -460,27 +487,27 @@ share/gnome/help/gnucash/de_DE/sec003.html
share/gnome/help/gnucash/de_DE/topic.dat
share/gnome/help/gnucash/de_DE/x1005.html
share/gnome/help/gnucash/de_DE/x1013.html
-share/gnome/help/gnucash/de_DE/x2438.html
-share/gnome/help/gnucash/de_DE/x2507.html
-share/gnome/help/gnucash/de_DE/x2578.html
-share/gnome/help/gnucash/de_DE/x2631.html
-share/gnome/help/gnucash/de_DE/x2875.html
-share/gnome/help/gnucash/de_DE/x2891.html
-share/gnome/help/gnucash/de_DE/x2948.html
-share/gnome/help/gnucash/de_DE/x3475.html
-share/gnome/help/gnucash/de_DE/x3517.html
-share/gnome/help/gnucash/de_DE/x3521.html
-share/gnome/help/gnucash/de_DE/x3716.html
-share/gnome/help/gnucash/de_DE/x3725.html
-share/gnome/help/gnucash/de_DE/x3731.html
-share/gnome/help/gnucash/de_DE/x3736.html
-share/gnome/help/gnucash/de_DE/x3741.html
-share/gnome/help/gnucash/de_DE/x3832.html
-share/gnome/help/gnucash/de_DE/x3849.html
-share/gnome/help/gnucash/de_DE/x3872.html
-share/gnome/help/gnucash/de_DE/x3877.html
-share/gnome/help/gnucash/de_DE/x3891.html
-share/gnome/help/gnucash/de_DE/x4367.html
+share/gnome/help/gnucash/de_DE/x2460.html
+share/gnome/help/gnucash/de_DE/x2529.html
+share/gnome/help/gnucash/de_DE/x2600.html
+share/gnome/help/gnucash/de_DE/x2653.html
+share/gnome/help/gnucash/de_DE/x2945.html
+share/gnome/help/gnucash/de_DE/x2961.html
+share/gnome/help/gnucash/de_DE/x3018.html
+share/gnome/help/gnucash/de_DE/x3547.html
+share/gnome/help/gnucash/de_DE/x3591.html
+share/gnome/help/gnucash/de_DE/x3595.html
+share/gnome/help/gnucash/de_DE/x3769.html
+share/gnome/help/gnucash/de_DE/x3778.html
+share/gnome/help/gnucash/de_DE/x3784.html
+share/gnome/help/gnucash/de_DE/x3789.html
+share/gnome/help/gnucash/de_DE/x3794.html
+share/gnome/help/gnucash/de_DE/x3885.html
+share/gnome/help/gnucash/de_DE/x3902.html
+share/gnome/help/gnucash/de_DE/x3925.html
+share/gnome/help/gnucash/de_DE/x3930.html
+share/gnome/help/gnucash/de_DE/x3944.html
+share/gnome/help/gnucash/de_DE/x4424.html
share/gnome/help/gnucash/de_DE/x722.html
share/gnome/help/gnucash/de_DE/x989.html
share/gnome/help/gnucash/de_DE/x996.html
@@ -791,20 +818,26 @@ share/gnome/help/gnucash/pt_PT/xacc-whats-new.html
share/gnome/help/gnucash/pt_PT/xacc-y2k.html
share/gnome/mime-info/gnucash.keys
share/gnome/mime-info/gnucash.mime
+share/gnome/pixmaps/gnucash/euro-notes.png
share/gnome/pixmaps/gnucash/gnucash_splash.png
+share/gnome/pixmaps/gnucash/one-euro.png
share/gnome/pixmaps/gnucash/stock_split_title.png
share/gnome/pixmaps/gnucash/stock_split_watermark.png
share/locale/da/LC_MESSAGES/gnucash.mo
share/locale/de/LC_MESSAGES/gnucash.mo
share/locale/en_GB/LC_MESSAGES/gnucash.mo
share/locale/es/LC_MESSAGES/gnucash.mo
+share/locale/es_NI/LC_MESSAGES/gnucash.mo
share/locale/fr/LC_MESSAGES/gnucash.mo
+share/locale/hu/LC_MESSAGES/gnucash.mo
share/locale/it/LC_MESSAGES/gnucash.mo
share/locale/ja/LC_MESSAGES/gnucash.mo
share/locale/no/LC_MESSAGES/gnucash.mo
share/locale/pl/LC_MESSAGES/gnucash.mo
-share/locale/pt_PT/LC_MESSAGES/gnucash.mo
+share/locale/pt/LC_MESSAGES/gnucash.mo
+share/locale/pt_BR/LC_MESSAGES/gnucash.mo
share/locale/ru/LC_MESSAGES/gnucash.mo
+share/locale/sk/LC_MESSAGES/gnucash.mo
share/locale/sv/LC_MESSAGES/gnucash.mo
@dirrm share/gnome/pixmaps/gnucash
@dirrm share/gnome/help/gnucash/pt_PT/stylesheet-images
@@ -835,6 +868,7 @@ share/locale/sv/LC_MESSAGES/gnucash.mo
@dirrm share/gnome/gnucash/guile-modules
@dirrm share/gnome/gnucash/doc/examples
@dirrm share/gnome/gnucash/doc
+@dirrm share/gnome/gnucash/accounts/sk
@dirrm share/gnome/gnucash/accounts/pt_PT
@dirrm share/gnome/gnucash/accounts/es_ES
@dirrm share/gnome/gnucash/accounts/de_DE