added my own ebuild for evince, which depends on virtual/texbase instead of virtual/tetex

This commit is contained in:
Manuel Friedli 2008-02-10 16:56:36 +00:00
parent e792042f9a
commit d8df06edbc
6 changed files with 143 additions and 0 deletions

View file

@ -0,0 +1,3 @@
MD5 15214f5211d9f98ffa0afd8158b7d021 evince-2.20.2.tar.bz2 1614179
RMD160 25daf214a29a2ead7161574852fd89c5bb6a848b evince-2.20.2.tar.bz2 1614179
SHA256 c6e9f2d8a90f95bc235b21ffb5be0d183ce2bfaaea84a4eafdb2449a2349129c evince-2.20.2.tar.bz2 1614179

View file

@ -0,0 +1,11 @@
diff --exclude-from=/home/dang/.diffrc -u -ruN evince-0.5.3.orig/data/evince.desktop.in.in evince-0.5.3/data/evince.desktop.in.in
--- evince-0.5.3.orig/data/evince.desktop.in.in 2006-05-06 17:52:05.000000000 -0400
+++ evince-0.5.3/data/evince.desktop.in.in 2006-05-16 11:35:54.000000000 -0400
@@ -9,7 +9,6 @@
Terminal=false
Type=Application
Icon=evince.png
-NoDisplay=true
X-GNOME-DocPath=
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=evince

View file

@ -0,0 +1,21 @@
diff --exclude-from=/home/dang/.diffrc -up -ruN evince-0.6.1.orig/configure.ac evince-0.6.1/configure.ac
--- evince-0.6.1.orig/configure.ac 2006-10-09 14:58:09.000000000 -0400
+++ evince-0.6.1/configure.ac 2006-12-17 11:41:10.000000000 -0500
@@ -109,6 +109,9 @@ AM_CONDITIONAL(WITH_GTK_PRINT, test x$en
dnl ========= Check for DBUS
+AC_ARG_ENABLE(dbus,
+ [AC_HELP_STRING([--enable-dbus], [Compile with support for dbus])],enable_dbus="$enableval",enable_dbus=yes)
+if test "x$enable_dbus" != "xno"; then
PKG_CHECK_MODULES([DBUS], [dbus-glib-1 >= $DBUS_GLIB_REQUIRED],
[enable_dbus=yes],[enable_dbus=no])
AC_SUBST([DBUS_CFLAGS])
@@ -130,6 +133,7 @@ if test "x$enable_dbus" = "xyes" ; then
DBUS_VERSION=`$PKG_CONFIG --modversion dbus-glib-1 | sed 's/0\.\([[0-9]]*\)\.\{0,1\}\([[0-9]]*\)/\1/'`
AC_DEFINE_UNQUOTED(DBUS_VERSION, $DBUS_VERSION, [DBUS version.])
fi
+fi
SHELL_CFLAGS="$SHELL_CORE_CFLAGS $DBUS_CFLAGS"
SHELL_LIBS="$SHELL_CORE_LIBS $DBUS_LIBS -lz"

View file

@ -0,0 +1,11 @@
diff --exclude-from=/home/dang/.diffrc -up -ruN evince-0.7.1.orig/data/evince.desktop.in.in evince-0.7.1/data/evince.desktop.in.in
--- evince-0.7.1.orig/data/evince.desktop.in.in 2007-01-10 11:04:20.000000000 -0500
+++ evince-0.7.1/data/evince.desktop.in.in 2007-01-18 17:30:52.000000000 -0500
@@ -9,7 +9,6 @@ StartupNotify=true
Terminal=false
Type=Application
Icon=evince
-NoDisplay=true
X-GNOME-DocPath=
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=evince