FreeBSD Bugzilla – Attachment 132053 Details for
Bug 176244
[update]: print/qpdfview up to 0.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.35 KB, created by
Veniamin
on 2013-02-18 15:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Veniamin
Created:
2013-02-18 15:30:00 UTC
Size:
3.35 KB
patch
obsolete
>diff -ruN qpdfview.orig/Makefile qpdfview/Makefile >--- qpdfview.orig/Makefile 2013-02-18 19:26:24.043301334 +0400 >+++ qpdfview/Makefile 2013-02-18 19:20:37.527103711 +0400 >@@ -2,10 +2,9 @@ > # $FreeBSD: ports/print/qpdfview/Makefile,v 1.4 2012/12/14 21:39:38 svnexp Exp $ > > PORTNAME= qpdfview >-PORTVERSION= 0.3.7 >+PORTVERSION= 0.4 > CATEGORIES= print >-MASTER_SITES= https://launchpadlibrarian.net/125207295/ >-DISTNAME= ${PORTNAME}-${PORTVERSION}beta1 >+MASTER_SITES= https://launchpadlibrarian.net/131409309/ > > MAINTAINER= g.veniamin@googlemail.com > COMMENT= Tabbed PDF viewer using the poppler library >@@ -15,15 +14,49 @@ > LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ > cups:${PORTSDIR}/print/cups-client > >-USE_QT4= corelib dbus gui moc_build qmake_build rcc sql svg xml >+USE_QT4= corelib dbus gui moc_build qmake_build rcc_build sql sql-sqlite3_run \ >+ svg xml >+ >+DATADIR= ${PREFIX}/share/${PORTNAME} > > MAN1= ${PORTNAME}.1 > >+OPTIONS_DEFINE= DJVU PDF PS >+DJVU_DESC= Enable djvu support >+PS_DESC= Enable post script support >+OPTIONS_DEFAULT= PDF >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MDJVU} >+PLIST_SUB+= DJVU="" >+LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre >+.else >+QMAKEFLAGS+= "CONFIG+=without_djvu" >+PLIST_SUB+= DJVU="@comment " >+.endif >+ >+.if ${PORT_OPTIONS:MPDF} >+PLIST_SUB+= PDF="" >+.else >+QMAKEFLAGS+= "CONFIG+=without_pdf" >+PLIST_SUB+= PDF="@comment " >+.endif >+ >+.if ${PORT_OPTIONS:MPS} >+PLIST_SUB+= PS="" >+LIB_DEPENDS+= spectre:${PORTSDIR}/print/libspectre >+.else >+QMAKEFLAGS+= "CONFIG+=without_ps" >+PLIST_SUB+= PS="@comment " >+.endif >+ > .include <bsd.port.pre.mk> > pre-configure: > ${REINPLACE_CMD} -e 's#/usr#${PREFIX}#g;s#${PREFIX}/share/man#${PREFIX}/man#g' \ > ${WRKSRC}/${PORTNAME}.pri > > do-configure: >- cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} >+ cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} ${PORTNAME}.pro >+ > .include <bsd.port.post.mk> >diff -ruN qpdfview.orig/distinfo qpdfview/distinfo >--- qpdfview.orig/distinfo 2013-02-18 19:26:24.043301334 +0400 >+++ qpdfview/distinfo 2013-02-18 14:42:49.817106761 +0400 >@@ -1,2 +1,2 @@ >-SHA256 (qpdfview-0.3.7beta1.tar.gz) = 4541ea36c985bb1442329f7726fc430a93db2e364b6c303d975fc8b2d974cdce >-SIZE (qpdfview-0.3.7beta1.tar.gz) = 359083 >+SHA256 (qpdfview-0.4.tar.gz) = 6191e6ae15f228bce9ac0c58dd5032122fa2986d50f7585859cd64a7fd2b5499 >+SIZE (qpdfview-0.4.tar.gz) = 396479 >diff -ruN qpdfview.orig/pkg-plist qpdfview/pkg-plist >--- qpdfview.orig/pkg-plist 2013-02-18 19:26:24.043301334 +0400 >+++ qpdfview/pkg-plist 2013-02-18 19:21:18.631407011 +0400 >@@ -1,4 +1,7 @@ > bin/qpdfview >+%%DJVU%%lib/qpdfview/libqpdfview_djvu.so >+%%PDF%%lib/qpdfview/libqpdfview_pdf.so >+%%PS%%lib/qpdfview/libqpdfview_ps.so > share/applications/qpdfview.desktop > %%DATADIR%%/help.html > %%DATADIR%%/qpdfview.svg >@@ -11,11 +14,15 @@ > %%DATADIR%%/qpdfview_el.qm > %%DATADIR%%/qpdfview_en_GB.qm > %%DATADIR%%/qpdfview_es.qm >+%%DATADIR%%/qpdfview_eu.qm > %%DATADIR%%/qpdfview_fi.qm > %%DATADIR%%/qpdfview_fr.qm > %%DATADIR%%/qpdfview_he.qm > %%DATADIR%%/qpdfview_hr.qm >+%%DATADIR%%/qpdfview_id.qm > %%DATADIR%%/qpdfview_it.qm >+%%DATADIR%%/qpdfview_ky.qm >+%%DATADIR%%/qpdfview_ms.qm > %%DATADIR%%/qpdfview_my.qm > %%DATADIR%%/qpdfview_pl.qm > %%DATADIR%%/qpdfview_pt_BR.qm >@@ -26,5 +33,6 @@ > %%DATADIR%%/qpdfview_ug.qm > %%DATADIR%%/qpdfview_uk.qm > %%DATADIR%%/qpdfview_zh_CN.qm >-@dirrmtry share/applications > @dirrm %%DATADIR%% >+@dirrmtry share/applications >+@dirrmtry lib/qpdfview
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 176244
: 132053