- fix freetype detection for X.Org
- make update patches - bump pkgname - add WANTLIB ok and suggestions naddy@, sturm@. Maintainer timeout.
This commit is contained in:
parent
15dd452b53
commit
6e86eea71d
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2004/02/25 02:35:18 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2004/12/06 23:11:34 matthieu Exp $
|
||||
|
||||
COMMENT= "Virtual desktop manager for X11"
|
||||
|
||||
VERSION= 0.4.0
|
||||
DISTNAME= waimea-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://www.waimea.org
|
||||
@ -19,8 +20,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=waimea/}
|
||||
|
||||
USE_X11= Yes
|
||||
WANTLIB= SM ICE X11 Xext Xinerama Xrender Xrandr Xft stdc++ m c
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS= --disable-pixmap
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
13
x11/waimea/patches/patch-configure.in
Normal file
13
x11/waimea/patches/patch-configure.in
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-configure.in,v 1.1 2004/12/06 23:11:34 matthieu Exp $
|
||||
--- configure.in.orig Wed Nov 6 12:55:10 2002
|
||||
+++ configure.in Mon Dec 6 23:34:38 2004
|
||||
@@ -256,7 +256,8 @@ if test x$enableval = "xyes"; then
|
||||
fi
|
||||
AC_MSG_CHECKING([for freetype/freetype.h])
|
||||
AC_TRY_COMPILE(
|
||||
-#include <freetype/freetype.h>
|
||||
+#include <ft2build.h>
|
||||
+#include FT_FREETYPE_H
|
||||
,,
|
||||
AC_MSG_RESULT([yes])
|
||||
dnl Checks for Xft
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-data_actions_Makefile_in,v 1.2 2002/10/18 02:05:19 mark Exp $
|
||||
--- data/actions/Makefile.in.orig Sun Oct 13 20:54:39 2002
|
||||
+++ data/actions/Makefile.in Thu Oct 17 18:57:13 2002
|
||||
@@ -226,11 +226,11 @@ uninstall-am: uninstall-actionsDATA unin
|
||||
$OpenBSD: patch-data_actions_Makefile_in,v 1.3 2004/12/06 23:11:35 matthieu Exp $
|
||||
--- data/actions/Makefile.in.orig Wed Nov 6 12:55:10 2002
|
||||
+++ data/actions/Makefile.in Mon Dec 6 23:37:29 2004
|
||||
@@ -228,11 +228,11 @@ uninstall-am: uninstall-actionsDATA unin
|
||||
|
||||
|
||||
install-data-local:
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-data_styles_Default_style_in,v 1.1 2002/10/18 02:05:19 mark Exp $
|
||||
--- data/styles/Default.style.in.orig Sun Oct 13 20:53:43 2002
|
||||
+++ data/styles/Default.style.in Thu Oct 17 18:57:13 2002
|
||||
@@ -112,4 +112,4 @@ handleWidth: 3
|
||||
$OpenBSD: patch-data_styles_Default_style_in,v 1.2 2004/12/06 23:11:35 matthieu Exp $
|
||||
--- data/styles/Default.style.in.orig Mon Dec 6 23:50:23 2004
|
||||
+++ data/styles/Default.style.in Mon Dec 6 23:50:18 2004
|
||||
@@ -118,4 +118,4 @@ handleWidth: 3
|
||||
|
||||
! *.font: arial:pixelsize=12 [xft]
|
||||
! *.font: arial:pixelsize=12 [xft]
|
||||
|
||||
-rootCommand: Esetroot -s @pkgdatadir@/backgrounds/waimea.png
|
||||
+!rootCommand: Esetroot -s @pkgdatadir@/backgrounds/waimea.png
|
||||
+! rootCommand: Esetroot -s @pkgdatadir@/backgrounds/waimea.png
|
||||
|
Loading…
Reference in New Issue
Block a user