diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-09 02:19:31 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-09 02:19:31 +0800 |
commit | eb5e3bb38b3be8f4cedce65b445badf20a57c067 (patch) | |
tree | 75cdf1dce18a70b3423d262ac5265f332dbb204c /graphics/evince | |
parent | 4ca913591805724a59c4834a43c3897e67796057 (diff) | |
download | marcuscom-ports-eb5e3bb38b3be8f4cedce65b445badf20a57c067.tar marcuscom-ports-eb5e3bb38b3be8f4cedce65b445badf20a57c067.tar.gz marcuscom-ports-eb5e3bb38b3be8f4cedce65b445badf20a57c067.tar.bz2 marcuscom-ports-eb5e3bb38b3be8f4cedce65b445badf20a57c067.tar.lz marcuscom-ports-eb5e3bb38b3be8f4cedce65b445badf20a57c067.tar.xz marcuscom-ports-eb5e3bb38b3be8f4cedce65b445badf20a57c067.tar.zst marcuscom-ports-eb5e3bb38b3be8f4cedce65b445badf20a57c067.zip |
Update to 0.1.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3897 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince')
-rw-r--r-- | graphics/evince/Makefile | 4 | ||||
-rw-r--r-- | graphics/evince/distinfo | 4 | ||||
-rw-r--r-- | graphics/evince/files/patch-ps_ps-document.c | 33 | ||||
-rw-r--r-- | graphics/evince/pkg-plist | 2 |
4 files changed, 6 insertions, 37 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index ff6b827b9..55be2fcdc 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evince -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 @@ -26,7 +26,7 @@ USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= evince.schemas +GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas post-install: @-update-desktop-database diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo index 70f799842..70ed0fe0b 100644 --- a/graphics/evince/distinfo +++ b/graphics/evince/distinfo @@ -1,2 +1,2 @@ -MD5 (evince-0.1.6.tar.bz2) = 69056586d0db702c5476712a86627f57 -SIZE (evince-0.1.6.tar.bz2) = 463989 +MD5 (evince-0.1.7.tar.bz2) = 8b87e0150b7ade3f6e707d75e1303f26 +SIZE (evince-0.1.7.tar.bz2) = 438711 diff --git a/graphics/evince/files/patch-ps_ps-document.c b/graphics/evince/files/patch-ps_ps-document.c deleted file mode 100644 index 168b5976b..000000000 --- a/graphics/evince/files/patch-ps_ps-document.c +++ /dev/null @@ -1,33 +0,0 @@ ---- ps/ps-document.c.orig Mon Feb 28 16:53:42 2005 -+++ ps/ps-document.c Thu Mar 3 04:09:09 2005 -@@ -548,11 +548,10 @@ - GdkColormap *colormap; - gboolean size_changed; - -- LOG ("Setup the page"); -- - #ifdef HAVE_LOCALE_H - char *savelocale; - #endif -+ LOG ("Setup the page"); - - size_changed = compute_size (gs); - -@@ -783,8 +782,6 @@ - int std_out[2]; /* pipe from interp stdout */ - int std_err[2]; /* pipe from interp stderr */ - -- LOG ("Start the interpreter"); -- - #define NUM_ARGS 100 - #define NUM_GS_ARGS (NUM_ARGS - 20) - #define NUM_ALPHA_ARGS 10 -@@ -792,6 +789,8 @@ - char *argv[NUM_ARGS], *dir, *gv_env; - char **gs_args, **alpha_args = NULL; - int argc = 0, i; -+ -+ LOG ("Start the interpreter"); - - if(!gs->gs_filename) - return 0; diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist index 1ff6e10e2..e3fc22a8c 100644 --- a/graphics/evince/pkg-plist +++ b/graphics/evince/pkg-plist @@ -1,8 +1,10 @@ bin/evince +bin/evince-thumbnailer share/gnome/applications/evince.desktop @exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/evince/evince-password.glade share/gnome/evince/evince-ui.xml +share/gnome/evince/pdf-icon.png share/locale/bg/LC_MESSAGES/evince.mo share/locale/ca/LC_MESSAGES/evince.mo share/locale/cs/LC_MESSAGES/evince.mo |