mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.4.4
This commit is contained in:
parent
45b36a60f7
commit
c72f3ef536
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243507
5 changed files with 16 additions and 16 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= qcomicbook
|
PORTNAME= qcomicbook
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.4.4
|
||||||
PORTREVISION= 6
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://linux.bydg.org/~yogin/qcomicbook/
|
MASTER_SITES= http://linux.bydg.org/~yogin/qcomicbook/
|
||||||
|
|
||||||
|
@ -28,7 +27,7 @@ MAKE_JOBS_SAFE= yes
|
||||||
MAN1= qcomicbook.1
|
MAN1= qcomicbook.1
|
||||||
|
|
||||||
DESKTOP_ENTRIES="QComicBook" "Comic Book Viewer" \
|
DESKTOP_ENTRIES="QComicBook" "Comic Book Viewer" \
|
||||||
"${DATADIR}/${PORTNAME}.png" \
|
"${PREFIX}/share/pixmaps/${PORTNAME}.png" \
|
||||||
"qcomicbook" "" false
|
"qcomicbook" "" false
|
||||||
|
|
||||||
OPTIONS= 7ZIP "Enable support for 7-Zip (.cb7) comic book archives" on \
|
OPTIONS= 7ZIP "Enable support for 7-Zip (.cb7) comic book archives" on \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (qcomicbook-0.4.0.tar.gz) = a0ef74e5478d66e3538a362ec691999d
|
MD5 (qcomicbook-0.4.4.tar.gz) = 461ffcda36df1d4d32abb0ee074510cb
|
||||||
SHA256 (qcomicbook-0.4.0.tar.gz) = d6f07803f543d8597378df8c3f6e3ff186d7b7c022178dbdd6185d77ad07eb3b
|
SHA256 (qcomicbook-0.4.4.tar.gz) = dd420691a74697b4be9ce66daa12ad542b099e37c148225bc8aa15434e4c9f8a
|
||||||
SIZE (qcomicbook-0.4.0.tar.gz) = 363715
|
SIZE (qcomicbook-0.4.4.tar.gz) = 373675
|
||||||
|
|
10
graphics/qcomicbook/files/patch-src__ImgArchiveSink.cpp
Normal file
10
graphics/qcomicbook/files/patch-src__ImgArchiveSink.cpp
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- ./src/ImgArchiveSink.cpp.orig 2009-09-16 17:06:54.000000000 -0300
|
||||||
|
+++ ./src/ImgArchiveSink.cpp 2009-09-17 21:07:22.000000000 -0300
|
||||||
|
@@ -485,6 +485,7 @@
|
||||||
|
inf.type = SEVENZIP_ARCHIVE;
|
||||||
|
inf.name = "7z";
|
||||||
|
inf.extensions.append(".7z");
|
||||||
|
+ inf.extensions.append(".cb7");
|
||||||
|
inf.reading = inf.writing = false;
|
||||||
|
if (which("7z") != QString::null)
|
||||||
|
{
|
|
@ -1,10 +0,0 @@
|
||||||
--- ./src/imgarchivesink.cpp.orig 2009-01-06 01:05:14.000000000 -0200
|
|
||||||
+++ ./src/imgarchivesink.cpp 2009-01-06 01:06:26.000000000 -0200
|
|
||||||
@@ -471,6 +471,7 @@
|
|
||||||
inf.type = SEVENZIP_ARCHIVE;
|
|
||||||
inf.name = "7z";
|
|
||||||
inf.extensions.append(".7z");
|
|
||||||
+ inf.extensions.append(".cb7");
|
|
||||||
if (which("7z") != QString::null)
|
|
||||||
{
|
|
||||||
inf.extractopts.append("7z");
|
|
|
@ -22,4 +22,5 @@ bin/qcomicbook
|
||||||
%%DATADIR%%/thumbnails.png
|
%%DATADIR%%/thumbnails.png
|
||||||
%%DATADIR%%/twopages.png
|
%%DATADIR%%/twopages.png
|
||||||
%%DATADIR%%/wholepage.png
|
%%DATADIR%%/wholepage.png
|
||||||
|
share/pixmaps/qcomicbook.png
|
||||||
@dirrm %%DATADIR%%
|
@dirrm %%DATADIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue