diff options
author | 2017-11-25 19:56:51 +0700 | |
---|---|---|
committer | 2017-11-25 19:56:51 +0700 | |
commit | 4a97d1d737dfc1b04b3991addcce97ba503ee3f7 (patch) | |
tree | a9346fa1a44923cf6768c0b4cdffd5f1c323231b /x11-wm/lumina/files | |
parent | app-emulation/vmware-vix: Drop package that was accidentally not removed afte... (diff) | |
download | gentoo-4a97d1d737dfc1b04b3991addcce97ba503ee3f7.tar.gz gentoo-4a97d1d737dfc1b04b3991addcce97ba503ee3f7.tar.bz2 gentoo-4a97d1d737dfc1b04b3991addcce97ba503ee3f7.zip |
x11-wm/lumina: fix building with USE=desktop-utils
Closes: https://bugs.gentoo.org/638756
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'x11-wm/lumina/files')
-rw-r--r-- | x11-wm/lumina/files/1.4.0-poppler.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/lumina/files/1.4.0-poppler.patch b/x11-wm/lumina/files/1.4.0-poppler.patch new file mode 100644 index 000000000000..8b9399aed9c6 --- /dev/null +++ b/x11-wm/lumina/files/1.4.0-poppler.patch @@ -0,0 +1,10 @@ +diff -r -U2 lumina-1.4.0.orig/src-qt5/desktop-utils/lumina-pdf/lumina-pdf.pro lumina-1.4.0/src-qt5/desktop-utils/lumina-pdf/lumina-pdf.pro +--- lumina-1.4.0.orig/src-qt5/desktop-utils/lumina-pdf/lumina-pdf.pro 2017-11-21 23:21:47.000000000 +0700 ++++ lumina-1.4.0/src-qt5/desktop-utils/lumina-pdf/lumina-pdf.pro 2017-11-25 19:17:01.771778161 +0700 +@@ -26,5 +26,5 @@ + + LIBS += -lpoppler-qt5 +-INCLUDEPATH+= $${L_INCLUDEDIR}/poppler/qt5 ++INCLUDEPATH+= /usr/include/poppler/qt5 + + TRANSLATIONS = i18n/l-pdf_af.ts \ |