Skip to content

Commit

Permalink
graphics/yacreader: backport POPPLER for -qt6 flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Nov 20, 2022
1 parent 7913d1a commit 1a7bfe0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 5 additions & 2 deletions graphics/yacreader/Makefile
@@ -1,10 +1,14 @@
PORTNAME= yacreader
DISTVERSION= 9.10.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= a35cb979e4d3.patch:-p1 # https://github.com/YACReader/yacreader/pull/350
PATCHFILES+= be85954b0c42.patch:-p1 # https://github.com/YACReader/yacreader/pull/356
PATCHFILES+= 0574f2d345c2.patch:-p1 # https://github.com/YACReader/yacreader/pull/356
PATCHFILES+= d4f12ff066f1.patch:-p1 # https://github.com/YACReader/yacreader/pull/356
PATCHFILES+= 06d744e88bf7.patch:-p1 # https://github.com/YACReader/yacreader/pull/356

MAINTAINER= jbeich@FreeBSD.org
COMMENT= Yet another comic reader
Expand All @@ -27,7 +31,6 @@ USE_QT= qmake:build buildtools:build core concurrent:build declarative \
PKGNAMESUFFIX= -${FLAVOR}
USES:= ${USES:S/qt:5/qt:6/}
USE_QT= 5compat base declarative multimedia svg tools:build
OPTIONS_EXCLUDE=POPPLER # https://github.com/YACReader/yacreader/issues/352
CONFLICTS_INSTALL= ${PORTNAME}
.else
CONFLICTS_INSTALL= ${PORTNAME}-qt6
Expand Down
8 changes: 8 additions & 0 deletions graphics/yacreader/distinfo
Expand Up @@ -3,3 +3,11 @@ SHA256 (yacreader-yacreader-9.10.0_GH0.tar.gz) = 60ebfa2c3f0269608f7f45d745bbb20
SIZE (yacreader-yacreader-9.10.0_GH0.tar.gz) = 1642945
SHA256 (a35cb979e4d3.patch) = da8124c2d38c79ed9bdaf65167f74ceb782b068bba1e9ca64a2bddfa1285344b
SIZE (a35cb979e4d3.patch) = 5102
SHA256 (be85954b0c42.patch) = 75624835cd5e08925b8dd9ee04e936fb7acb3696417522df43d76554b42f4af1
SIZE (be85954b0c42.patch) = 5779
SHA256 (0574f2d345c2.patch) = 428d707e381c17e9eb0ebb871c7fa6abf1e797a895c78c6437524370063f99f9
SIZE (0574f2d345c2.patch) = 5581
SHA256 (d4f12ff066f1.patch) = 5e8bd3bbec1342bc2adcc811150c303cb91f1255c429016b899826adf9352317
SIZE (d4f12ff066f1.patch) = 1192
SHA256 (06d744e88bf7.patch) = 0cd90f4bcde5e08490277b0a59e125475e2f520a4f259cc72dba4633000614cd
SIZE (06d744e88bf7.patch) = 949

0 comments on commit 1a7bfe0

Please sign in to comment.