diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 14:35:55 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 14:35:55 +0800 |
commit | 268e9135b5b6578bfc86c70b0f4ddfe1eeb5fb40 (patch) | |
tree | 1cddee1f4ce0c39a2dbfe4bd1a2508fa5cd0057d /x11 | |
parent | 70e8871f3e9714dea3f265cc52acd3f4b17baad2 (diff) | |
download | marcuscom-ports-268e9135b5b6578bfc86c70b0f4ddfe1eeb5fb40.tar marcuscom-ports-268e9135b5b6578bfc86c70b0f4ddfe1eeb5fb40.tar.gz marcuscom-ports-268e9135b5b6578bfc86c70b0f4ddfe1eeb5fb40.tar.bz2 marcuscom-ports-268e9135b5b6578bfc86c70b0f4ddfe1eeb5fb40.tar.lz marcuscom-ports-268e9135b5b6578bfc86c70b0f4ddfe1eeb5fb40.tar.xz marcuscom-ports-268e9135b5b6578bfc86c70b0f4ddfe1eeb5fb40.tar.zst marcuscom-ports-268e9135b5b6578bfc86c70b0f4ddfe1eeb5fb40.zip |
- Fix build with e-d-s
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7413 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-launch-box/Makefile | 40 | ||||
-rw-r--r-- | x11/gnome-launch-box/distinfo | 3 | ||||
-rw-r--r-- | x11/gnome-launch-box/files/patch-configure.ac | 10 | ||||
-rw-r--r-- | x11/gnome-launch-box/files/patch-src_lb-module-evolution.c | 13 | ||||
-rw-r--r-- | x11/gnome-launch-box/pkg-descr | 15 | ||||
-rw-r--r-- | x11/gnome-launch-box/pkg-plist | 10 |
6 files changed, 91 insertions, 0 deletions
diff --git a/x11/gnome-launch-box/Makefile b/x11/gnome-launch-box/Makefile new file mode 100644 index 000000000..33799cb89 --- /dev/null +++ b/x11/gnome-launch-box/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: gnome-launch-box +# Date created: 12 Jan 2006 +# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnome-launch-box +PORTVERSION= 20060112 +PORTREVISION= 1 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jylefort + +MAINTAINER= jylefort@FreeBSD.org +COMMENT= An application launcher for the GNOME desktop + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= libgnomeui evolutiondataserver gnomemenus gnomedesktop + +USE_AUTOTOOLS= autoconf:259 autoheader:259 automake:19 aclocal:19 libtool:15 +ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= -a +LIBTOOLFILES= +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + +PORTDOCS= AUTHORS README TODO + +pre-configure: + @${LN} -sf ${AUTOMAKE_DIR}/mkinstalldirs ${CONFIGURE_WRKSRC} + @cd ${CONFIGURE_WRKSRC} && \ + ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} && \ + ${LOCALBASE}/bin/intltoolize + +post-install: + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + +.include <bsd.port.mk> diff --git a/x11/gnome-launch-box/distinfo b/x11/gnome-launch-box/distinfo new file mode 100644 index 000000000..4686f8e79 --- /dev/null +++ b/x11/gnome-launch-box/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome-launch-box-20060112.tar.bz2) = ecf3b50000a4ab4ec0e42ded6d0dbdbc +SHA256 (gnome-launch-box-20060112.tar.bz2) = 64d4fe921ade6575d6758fb603db8cf11ea04ef08d997907ae22c5285e80530c +SIZE (gnome-launch-box-20060112.tar.bz2) = 52892 diff --git a/x11/gnome-launch-box/files/patch-configure.ac b/x11/gnome-launch-box/files/patch-configure.ac new file mode 100644 index 000000000..8ac699d5c --- /dev/null +++ b/x11/gnome-launch-box/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig Sat Aug 12 19:17:07 2006 ++++ configure.ac Sat Aug 12 19:17:19 2006 +@@ -30,6 +30,7 @@ + ALL_LINGUAS="fr sv" + + AM_GLIB_GNU_GETTEXT ++AC_PROG_INTLTOOL + + dnl ----------------------------------------------------------- + diff --git a/x11/gnome-launch-box/files/patch-src_lb-module-evolution.c b/x11/gnome-launch-box/files/patch-src_lb-module-evolution.c new file mode 100644 index 000000000..b0643f9b7 --- /dev/null +++ b/x11/gnome-launch-box/files/patch-src_lb-module-evolution.c @@ -0,0 +1,13 @@ +--- src/lb-module-evolution.c.orig Sat Sep 30 02:32:56 2006 ++++ src/lb-module-evolution.c Sat Sep 30 02:33:58 2006 +@@ -258,8 +258,8 @@ + + g_print ("Loading image\n"); + loader = gdk_pixbuf_loader_new (); +- gdk_pixbuf_loader_write (loader, photo->data, +- photo->length, NULL); ++ gdk_pixbuf_loader_write (loader, photo->data.inlined.data, ++ photo->data.inlined.length, NULL); + pixbuf = gdk_pixbuf_loader_get_pixbuf (loader); + if (pixbuf) { + g_object_set (item, diff --git a/x11/gnome-launch-box/pkg-descr b/x11/gnome-launch-box/pkg-descr new file mode 100644 index 000000000..45a59dfd5 --- /dev/null +++ b/x11/gnome-launch-box/pkg-descr @@ -0,0 +1,15 @@ +GNOME Launch Box is generally an application launcher. It's very influenced by +Quicksilver (http://quicksilver.blacktree.com/) for Mac OS X. + +Currently supported modules are: + + * Application starting and launch + * Evolution contacts lookup and mail to + * Recent files lookup and open + * Files in your desktop and open + * Firefox bookmarks lookup and opening + +WWW: http://developer.imendio.com/wiki/GNOME_Launch_Box + +- Jean-Yves Lefort +jylefort@FreeBSD.org diff --git a/x11/gnome-launch-box/pkg-plist b/x11/gnome-launch-box/pkg-plist new file mode 100644 index 000000000..ba80cfc10 --- /dev/null +++ b/x11/gnome-launch-box/pkg-plist @@ -0,0 +1,10 @@ +bin/gnome-launch-box +share/lb/images/lb-bottom-left.png +share/lb/images/lb-bottom-right.png +share/lb/images/lb-middle.png +share/lb/images/lb-top-left.png +share/lb/images/lb-top-right.png +share/locale/fr/LC_MESSAGES/gnome-launch-box.mo +share/locale/sv/LC_MESSAGES/gnome-launch-box.mo +@dirrm share/lb/images +@dirrm share/lb |