summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-31 12:27:17 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-31 12:28:24 +0100
commit6e10f3b42465cdb46cad46aaa9e8c0a285cbbaaf (patch)
tree4e05ab07cb58f7fe1b22941969bdbce4b93ea2d8 /app-text
parentprofiles: Mask app-i18n/scim-wijesekera for removal (diff)
downloadgentoo-6e10f3b42465cdb46cad46aaa9e8c0a285cbbaaf.tar.gz
gentoo-6e10f3b42465cdb46cad46aaa9e8c0a285cbbaaf.tar.bz2
gentoo-6e10f3b42465cdb46cad46aaa9e8c0a285cbbaaf.zip
app-text/pdf2htmlEX: Version that builds *and* runs. Yay! \o/
We achieve this by copying internal fontforge headers. That's the reason for the precise fontforge dependency. Similarly also internal poppler headers are used. :( Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pdf2htmlEX/Manifest2
-rw-r--r--app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild (renamed from app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/pdf2htmlEX/Manifest b/app-text/pdf2htmlEX/Manifest
index 676b928cb335..01ce24d175f6 100644
--- a/app-text/pdf2htmlEX/Manifest
+++ b/app-text/pdf2htmlEX/Manifest
@@ -1,2 +1,2 @@
-DIST pdf2htmlEX-0.14.6.1.tgz 9043573 BLAKE2B 600a19716a38086722a07c4df816051697cf9959e24559ba1cb0e17a5a6de6551e416c532f4d769b1fc6d4111bc72244df672e0647e73a1a412e995ffe16ddb7 SHA512 9609d13a1cdcba1aa265b481749f5003d931e65fef9a7235d484196b977843bf5588ffb4a4de942561d028bb8a5f704924706d447ff93586a15046a299c61862
+DIST pdf2htmlEX-0.14.6.2.tgz 9066685 BLAKE2B b139f72c806e432facce5472e55a23567e74204829956d06bd9ead0426cbadad4ce36c581fb1d39c96eeef27fb416b2c6387dff7b0ca08b10479de24b8ffdc9b SHA512 03d04437386b2eb83530551ff15ce9d21b7990127fa659d204a269405f0d49912c622687eb6920cc4e88be8e94ab41024b378663effb61d1eda905eeb98093d3
DIST pdf2htmlEX-0.14.6.tgz 8955179 BLAKE2B 68a474a0afce7e505af0331c7a05e745d0c18057c0e9dab0f57f8455b36489c399985d2f69cbebc2c3df3264ee1eef43346df49ff9ac3fae7edd3bbff884c6d2 SHA512 0bef898653755da3d731a99f2850d11a686a1db589c615216c84dcac76f3a3c41f561732fe37be262cfec3f65970b2704819c3bd4d94d87cd63d26f062dacf50
diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild
index 78308c249c22..384d67d85f05 100644
--- a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild
+++ b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.2.ebuild
@@ -8,9 +8,9 @@ inherit cmake-utils toolchain-funcs flag-o-matic
DESCRIPTION="A precise PDF to HTML converter"
HOMEPAGE="http://coolwanglu.github.io/pdf2htmlEX/"
SRC_URI="
- https://github.com/coolwanglu/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz
https://dev.gentoo.org/~dilfridge/distfiles/${P}.tgz
"
+# https://github.com/coolwanglu/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz
LICENSE="GPL-3+"
SLOT="0"
@@ -21,7 +21,7 @@ IUSE=""
CDEPEND="
>=app-text/poppler-0.61.1:=[jpeg,png]
app-text/poppler-data
- media-gfx/fontforge
+ ~media-gfx/fontforge-20170731
media-libs/freetype
x11-libs/cairo[svg]
"