[102950] trunk/dports/gnome/evince

jeremyhu at macports.org jeremyhu at macports.org
Sun Feb 10 22:19:21 PST 2013


Revision: 102950
          https://trac.macports.org/changeset/102950
Author:   jeremyhu at macports.org
Date:     2013-02-10 22:19:21 -0800 (Sun, 10 Feb 2013)
Log Message:
-----------
evince: Add missing links for libice and libgmodule-2.0

Modified Paths:
--------------
    trunk/dports/gnome/evince/Portfile

Added Paths:
-----------
    trunk/dports/gnome/evince/files/missing-links.patch

Modified: trunk/dports/gnome/evince/Portfile
===================================================================
--- trunk/dports/gnome/evince/Portfile	2013-02-11 05:54:08 UTC (rev 102949)
+++ trunk/dports/gnome/evince/Portfile	2013-02-11 06:19:21 UTC (rev 102950)
@@ -32,6 +32,7 @@
                 port:t1lib \
                 port:libspectre \
                 port:xorg-libsm \
+                port:xorg-libice \
                 port:nautilus
 
 depends_build   port:gnome-doc-utils \
@@ -40,7 +41,7 @@
 
 depends_run     port:gnome-settings-daemon
 
-patchfiles      patch-poppler-0.16-API-changes.diff
+patchfiles      patch-poppler-0.16-API-changes.diff missing-links.patch
 
 use_autoreconf  yes
 

Added: trunk/dports/gnome/evince/files/missing-links.patch
===================================================================
--- trunk/dports/gnome/evince/files/missing-links.patch	                        (rev 0)
+++ trunk/dports/gnome/evince/files/missing-links.patch	2013-02-11 06:19:21 UTC (rev 102950)
@@ -0,0 +1,29 @@
+--- configure.ac.orig	2013-02-10 22:10:53.000000000 -0800
++++ configure.ac	2013-02-10 22:12:46.000000000 -0800
+@@ -139,7 +139,7 @@ dnl Check dependencies
+ # SHELL_CFLAGS     for shell implementation.
+ # SHELL_LIBS
+ 
+-PKG_CHECK_MODULES(LIBDOCUMENT, gtk+-2.0 >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED)
++PKG_CHECK_MODULES(LIBDOCUMENT, gtk+-2.0 >= $GTK_REQUIRED gmodule-2.0 gio-2.0 >= $GLIB_REQUIRED)
+ PKG_CHECK_MODULES(LIBVIEW, gtk+-2.0 >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED)
+ PKG_CHECK_MODULES(BACKEND, gtk+-2.0 >= $GTK_REQUIRED)
+ PKG_CHECK_MODULES(FRONTEND_CORE, gtk+-2.0 >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED)
+@@ -159,7 +159,7 @@ case "$with_platform" in
+         # require the gnome icon theme instead.
+         SHELL_PLATFORM_PKGS="gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED"
+         # The totem-screensaver and egg_smclient code use x11 directly.
+-        SHELL_PLATFORM_PKGS="$SHELL_PLATFORM_PKGS x11"
++        SHELL_PLATFORM_PKGS="$SHELL_PLATFORM_PKGS x11 ice"
+         ;;
+   *)
+         # On all other platforms we issue a warning about the runtime
+@@ -201,7 +201,7 @@ if test "$with_smclient" != "no"; then
+     *) SMCLIENT_PKGS="" ;;
+   esac
+ 
+-  PKG_CHECK_MODULES([SMCLIENT],[gtk+-2.0 gthread-2.0 $SMCLIENT_PKGS])
++  PKG_CHECK_MODULES([SMCLIENT],[gtk+-2.0 gthread-2.0 gmodule-2.0 $SMCLIENT_PKGS])
+   AC_SUBST([SMCLIENT_CFLAGS])
+   AC_SUBST([SMCLIENT_LIBS])
+ fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130210/d104a638/attachment.html>


More information about the macports-changes mailing list