forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-text/poppler: Revbump to fix broken pkgconfig files.
Bug: https://bugs.gentoo.org/636708 Package-Manager: Portage-2.3.13, Repoman-2.3.4
- Loading branch information
Lars Wendler
committed
Nov 7, 2017
1 parent
701ba26
commit e54cf75
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
app-text/poppler/files/poppler-0.61.0-qt5_pc_in_typo.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From 950d19a00a454098831ca42ffbe0b61d323f0f89 Mon Sep 17 00:00:00 2001 | ||
From: Lars Wendler <[email protected]> | ||
Date: Tue, 7 Nov 2017 15:41:30 +0100 | ||
Subject: [PATCH] poppler-qt5.pc.cmake: Fixed typo in libdir entry. | ||
|
||
Signed-off-by: Lars Wendler <[email protected]> | ||
--- | ||
poppler-qt5.pc.cmake | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/poppler-qt5.pc.cmake b/poppler-qt5.pc.cmake | ||
index aaa1aa77..7e8c5c8f 100644 | ||
--- a/poppler-qt5.pc.cmake | ||
+++ b/poppler-qt5.pc.cmake | ||
@@ -1,5 +1,5 @@ | ||
prefix=@CMAKE_INSTALL_PREFIX@ | ||
-libdir=CMAKE_INSTALL_LIBDIR@ | ||
+libdir=@CMAKE_INSTALL_LIBDIR@ | ||
includedir=@CMAKE_INSTALL_INCLUDEDIR@ | ||
|
||
Name: poppler-qt5 | ||
-- | ||
2.15.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters