diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-02-24 16:07:50 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-02-24 16:07:50 +0000 |
commit | 8720da483c91ab04e2d5df1fedc24394f9935ece (patch) | |
tree | 35e1c42f8535d6e8464c0077815e2c6cf1176d22 /misc/tellico | |
parent | 95d93851e690298b11fc931fc75da760d8979999 (diff) | |
download | ports-8720da483c91ab04e2d5df1fedc24394f9935ece.tar.gz ports-8720da483c91ab04e2d5df1fedc24394f9935ece.zip |
Notes
Diffstat (limited to 'misc/tellico')
-rw-r--r-- | misc/tellico/Makefile | 9 | ||||
-rw-r--r-- | misc/tellico/distinfo | 4 | ||||
-rw-r--r-- | misc/tellico/files/patch-filehandler.h | 17 | ||||
-rw-r--r-- | misc/tellico/pkg-plist | 3 |
4 files changed, 14 insertions, 19 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index f16c4cb3ef1e..1a85121913a4 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bookcase -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/bookcase/download/ @@ -19,13 +19,6 @@ USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|strings.h|bc_strings.h|g' \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/filehandler.cpp \ - ${WRKSRC}/src/translators/bibtexmlimporter.cpp \ - ${WRKSRC}/src/translators/bookcaseimporter.cpp - @${MV} ${WRKSRC}/src/strings.h ${WRKSRC}/src/bc_strings.h - @${TOUCH} ${WRKSRC}/config.h.in .include <bsd.port.pre.mk> diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo index e902edf67368..577080272d63 100644 --- a/misc/tellico/distinfo +++ b/misc/tellico/distinfo @@ -1,2 +1,2 @@ -MD5 (bookcase-0.8.3.tar.gz) = 0fbae2e650baf72b283c774aee027b78 -SIZE (bookcase-0.8.3.tar.gz) = 1354517 +MD5 (bookcase-0.8.4.tar.gz) = 301d1c7c046dd02300bbd98bd6b724b0 +SIZE (bookcase-0.8.4.tar.gz) = 1409869 diff --git a/misc/tellico/files/patch-filehandler.h b/misc/tellico/files/patch-filehandler.h index a451e8d19185..7fa9e472c8a7 100644 --- a/misc/tellico/files/patch-filehandler.h +++ b/misc/tellico/files/patch-filehandler.h @@ -1,11 +1,10 @@ ---- src/filehandler.h.orig Tue Feb 17 21:05:58 2004 -+++ src/filehandler.h Tue Feb 17 21:05:06 2004 -@@ -131,6 +131,8 @@ - static bool writeDataFile(KSaveFile& file, const QByteArray& data); +--- src/filehandler.h.orig Tue Feb 24 01:11:58 2004 ++++ src/filehandler.h Tue Feb 24 01:08:37 2004 +@@ -39,6 +39,7 @@ - static MainWindow* s_mainWindow; -+ -+ friend class FileRef; - }; + friend class MainWindow; + friend const Data::Image& addImage(const KURL& url); ++class FileRef; + friend class FileRef; - } // end namespace + public: diff --git a/misc/tellico/pkg-plist b/misc/tellico/pkg-plist index ee5aed63775e..26cb4a8bc668 100644 --- a/misc/tellico/pkg-plist +++ b/misc/tellico/pkg-plist @@ -34,6 +34,7 @@ share/doc/HTML/en/bookcase/index.docbook share/icons/hicolor/16x16/apps/bookcase.png share/icons/hicolor/32x32/apps/bookcase.png share/locale/bg/LC_MESSAGES/bookcase.mo +share/locale/cs/LC_MESSAGES/bookcase.mo share/locale/de/LC_MESSAGES/bookcase.mo share/locale/ee/LC_MESSAGES/bookcase.mo share/locale/es/LC_MESSAGES/bookcase.mo @@ -73,6 +74,8 @@ share/mimelnk/application/x-bookcase.desktop @unexec rmdir %D/share/locale/ee 2>/dev/null || true @unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/de 2>/dev/null || true +@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/cs 2>/dev/null || true @unexec rmdir %D/share/locale/bg/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/bg 2>/dev/null || true @unexec rmdir %D/share/locale 2>/dev/null || true |