Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14872] GTK+2 has unfulfilled dependency on Pango

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14872] GTK+2 has unfulfilled dependency on Pango
  • Date: 3 Mar 2009 09:54:28 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14872


Arwed v. Merkatz <v.merkatz AT gmx.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |v.merkatz AT gmx.net




--- Comment #10 from Arwed v. Merkatz <v.merkatz AT gmx.net> 2009-03-03
03:54:27 ---
With the below changes, at least a simple 'cast gtk+2' runs through without
errors in a bare chroot (sorcery timeout 0, so everything uses default
answers), and gtk-demo works.

diff --git a/graphics-libs/poppler/DEPENDS b/graphics-libs/poppler/DEPENDS
index db20592..fb3da13 100755
--- a/graphics-libs/poppler/DEPENDS
+++ b/graphics-libs/poppler/DEPENDS
@@ -31,10 +31,12 @@ optional_depends qt-x11 \
"--disable-poppler-qt" \
"for QT3 wrapper" &&

+if spell_ok cairo; then
optional_depends cairo \
"--enable-cairo-output" \
"--disable-cairo-output" \
- "for cairo output" &&
+ "for cairo output"
+fi &&

optional_depends abiword \
"--enable-abiword-output" \
diff --git a/graphics-libs/poppler/TRIGGERS b/graphics-libs/poppler/TRIGGERS
new file mode 100755
index 0000000..08eca98
--- /dev/null
+++ b/graphics-libs/poppler/TRIGGERS
@@ -0,0 +1,3 @@
+if ! spell_ok cairo; then
+ on_cast cairo cast_self
+fi

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page