diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-22 23:25:26 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-22 23:25:26 +0800 |
commit | afe77d62fd065d79ba2bbe01b0077d1e1333fd59 (patch) | |
tree | 8c79716656186b4f67517ebd5fbc83fb99680e34 /graphics | |
parent | fc31e6fc9e56c2157d44c7f016cc5684e88a0527 (diff) | |
download | marcuscom-ports-afe77d62fd065d79ba2bbe01b0077d1e1333fd59.tar marcuscom-ports-afe77d62fd065d79ba2bbe01b0077d1e1333fd59.tar.gz marcuscom-ports-afe77d62fd065d79ba2bbe01b0077d1e1333fd59.tar.bz2 marcuscom-ports-afe77d62fd065d79ba2bbe01b0077d1e1333fd59.tar.lz marcuscom-ports-afe77d62fd065d79ba2bbe01b0077d1e1333fd59.tar.xz marcuscom-ports-afe77d62fd065d79ba2bbe01b0077d1e1333fd59.tar.zst marcuscom-ports-afe77d62fd065d79ba2bbe01b0077d1e1333fd59.zip |
- Update to 2.15.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6308 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog/Makefile | 47 | ||||
-rw-r--r-- | graphics/eog/distinfo | 3 | ||||
-rw-r--r-- | graphics/eog/files/patch-libeog_eog-image-list.c | 17 | ||||
-rw-r--r-- | graphics/eog/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/eog/pkg-plist | 118 |
5 files changed, 190 insertions, 0 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile new file mode 100644 index 000000000..042981a1a --- /dev/null +++ b/graphics/eog/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: eog2 +# Date created: 21 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/graphics/eog/Makefile,v 1.29 2006/04/13 07:52:35 bland Exp $ +# + +PORTNAME= eog +PORTVERSION= 2.15.2 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The Eye Of Gnome image viewer + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui \ + librsvg2 desktopfileutils gnomedesktop +USE_GETTEXT= yes +USE_X_PREFIX= yes +INSTALLS_OMF= yes +GNU_CONFIGURE= yes +GNOME_DESKTOP_VERSION=2 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +GCONF_SCHEMAS= eog.schemas + +.include <bsd.port.pre.mk> + +.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) +WITH_EXIF= yes +.endif + +.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ + defined(WITH_EXIF)) +LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif +.endif + +post-install: + @-update-desktop-database > /dev/null + +.include <bsd.port.post.mk> diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo new file mode 100644 index 000000000..3a1e630f0 --- /dev/null +++ b/graphics/eog/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/eog-2.15.2.tar.bz2) = b6a42a76e096ee2bde92d503fe1c9438 +SHA256 (gnome2/eog-2.15.2.tar.bz2) = f8e07f096e01f51a806377d954320776863699fd39b08cf8ed3c7f2aa5b3a981 +SIZE (gnome2/eog-2.15.2.tar.bz2) = 625170 diff --git a/graphics/eog/files/patch-libeog_eog-image-list.c b/graphics/eog/files/patch-libeog_eog-image-list.c new file mode 100644 index 000000000..609cd0469 --- /dev/null +++ b/graphics/eog/files/patch-libeog_eog-image-list.c @@ -0,0 +1,17 @@ +--- libeog/eog-image-list.c.orig Thu Aug 25 14:57:02 2005 ++++ libeog/eog-image-list.c Thu Aug 25 14:57:46 2005 +@@ -450,12 +450,13 @@ + case GNOME_VFS_MONITOR_EVENT_CREATED: + + if (list && list->priv) { ++ gchar *str; + node = list->priv->store; + + while (node != NULL && !found) { + + uri = eog_image_get_uri(node->data); +- gchar *str = gnome_vfs_uri_to_string ++ str = gnome_vfs_uri_to_string + (uri, GNOME_VFS_URI_HIDE_NONE); + found = (strcmp (str, info_uri)==0)?TRUE:FALSE; + g_free (str); diff --git a/graphics/eog/pkg-descr b/graphics/eog/pkg-descr new file mode 100644 index 000000000..920f1863a --- /dev/null +++ b/graphics/eog/pkg-descr @@ -0,0 +1,5 @@ +This is the Eye of Gnome, a GNOME 2 image viewer and cataloging +application. It provides inline image viewing support for +nautilus. + +WWW: http://www.gnome.org/gnome-office/eog.shtml diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist new file mode 100644 index 000000000..33de48280 --- /dev/null +++ b/graphics/eog/pkg-plist @@ -0,0 +1,118 @@ +bin/eog +share/gnome/applications/eog.desktop +share/gnome/eog/eog-gtk-ui.xml +share/gnome/eog/glade/eog.glade +share/gnome/help/eog/C/eog.xml +share/gnome/help/eog/C/figures/eog_save_as_window.png +share/gnome/help/eog/C/figures/eog_start_window.png +share/gnome/help/eog/C/legal.xml +share/gnome/omf/eog/eog-C.omf +share/gnome/pixmaps/eog/down-right.png +share/gnome/pixmaps/eog/loading.png +share/gnome/pixmaps/eog/orient-horizontal.png +share/gnome/pixmaps/eog/orient-vertical.png +share/gnome/pixmaps/eog/right-down.png +share/gnome/pixmaps/eog/stock-flip-horizontal-16.png +share/gnome/pixmaps/eog/stock-flip-vertical-16.png +share/gnome/pixmaps/eog/stock-rotate-180-16.png +share/gnome/pixmaps/eog/stock-rotate-270-16.png +share/gnome/pixmaps/eog/stock-rotate-90-16.png +share/gnome/pixmaps/gnome-eog.png +share/locale/af/LC_MESSAGES/eog.mo +share/locale/am/LC_MESSAGES/eog.mo +share/locale/ar/LC_MESSAGES/eog.mo +share/locale/az/LC_MESSAGES/eog.mo +share/locale/be/LC_MESSAGES/eog.mo +share/locale/bg/LC_MESSAGES/eog.mo +share/locale/bn/LC_MESSAGES/eog.mo +share/locale/bs/LC_MESSAGES/eog.mo +share/locale/ca/LC_MESSAGES/eog.mo +share/locale/cs/LC_MESSAGES/eog.mo +share/locale/cy/LC_MESSAGES/eog.mo +share/locale/da/LC_MESSAGES/eog.mo +share/locale/de/LC_MESSAGES/eog.mo +share/locale/dz/LC_MESSAGES/eog.mo +share/locale/el/LC_MESSAGES/eog.mo +share/locale/en_CA/LC_MESSAGES/eog.mo +share/locale/en_GB/LC_MESSAGES/eog.mo +share/locale/es/LC_MESSAGES/eog.mo +share/locale/et/LC_MESSAGES/eog.mo +share/locale/eu/LC_MESSAGES/eog.mo +share/locale/fa/LC_MESSAGES/eog.mo +share/locale/fi/LC_MESSAGES/eog.mo +share/locale/fr/LC_MESSAGES/eog.mo +share/locale/ga/LC_MESSAGES/eog.mo +share/locale/gl/LC_MESSAGES/eog.mo +share/locale/gu/LC_MESSAGES/eog.mo +share/locale/he/LC_MESSAGES/eog.mo +share/locale/hi/LC_MESSAGES/eog.mo +share/locale/hr/LC_MESSAGES/eog.mo +share/locale/hu/LC_MESSAGES/eog.mo +share/locale/id/LC_MESSAGES/eog.mo +share/locale/is/LC_MESSAGES/eog.mo +share/locale/it/LC_MESSAGES/eog.mo +share/locale/ja/LC_MESSAGES/eog.mo +share/locale/kn/LC_MESSAGES/eog.mo +share/locale/ko/LC_MESSAGES/eog.mo +share/locale/ku/LC_MESSAGES/eog.mo +share/locale/lt/LC_MESSAGES/eog.mo +share/locale/lv/LC_MESSAGES/eog.mo +share/locale/mk/LC_MESSAGES/eog.mo +share/locale/ml/LC_MESSAGES/eog.mo +share/locale/mn/LC_MESSAGES/eog.mo +share/locale/ms/LC_MESSAGES/eog.mo +share/locale/nb/LC_MESSAGES/eog.mo +share/locale/ne/LC_MESSAGES/eog.mo +share/locale/nl/LC_MESSAGES/eog.mo +share/locale/nn/LC_MESSAGES/eog.mo +share/locale/nso/LC_MESSAGES/eog.mo +share/locale/or/LC_MESSAGES/eog.mo +share/locale/pa/LC_MESSAGES/eog.mo +share/locale/pl/LC_MESSAGES/eog.mo +share/locale/pt/LC_MESSAGES/eog.mo +share/locale/pt_BR/LC_MESSAGES/eog.mo +share/locale/ro/LC_MESSAGES/eog.mo +share/locale/ru/LC_MESSAGES/eog.mo +share/locale/rw/LC_MESSAGES/eog.mo +share/locale/sk/LC_MESSAGES/eog.mo +share/locale/sl/LC_MESSAGES/eog.mo +share/locale/sq/LC_MESSAGES/eog.mo +share/locale/sr/LC_MESSAGES/eog.mo +share/locale/sr@Latn/LC_MESSAGES/eog.mo +share/locale/sv/LC_MESSAGES/eog.mo +share/locale/ta/LC_MESSAGES/eog.mo +share/locale/th/LC_MESSAGES/eog.mo +share/locale/tk/LC_MESSAGES/eog.mo +share/locale/tr/LC_MESSAGES/eog.mo +share/locale/ug/LC_MESSAGES/eog.mo +share/locale/uk/LC_MESSAGES/eog.mo +share/locale/vi/LC_MESSAGES/eog.mo +share/locale/wa/LC_MESSAGES/eog.mo +share/locale/xh/LC_MESSAGES/eog.mo +share/locale/zh_CN/LC_MESSAGES/eog.mo +share/locale/zh_HK/LC_MESSAGES/eog.mo +share/locale/zh_TW/LC_MESSAGES/eog.mo +share/locale/zu/LC_MESSAGES/eog.mo +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrm share/gnome/pixmaps/eog +@dirrm share/gnome/omf/eog +@dirrm share/gnome/help/eog/C/figures +@dirrm share/gnome/help/eog/C +@dirrm share/gnome/help/eog +@dirrm share/gnome/eog/glade +@dirrm share/gnome/eog +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || true |