mrxvt: update to 0.5.2 - close #1964
authorCyril Romain <cyril.romain@gmail.com>
Sun, 11 Mar 2007 13:21:29 +0000 (13:21 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 11 Mar 2007 13:21:29 +0000 (13:21 +0000)
packages/mrxvt/files/fix-compile.patch
packages/mrxvt/mrxvt_0.5.2.bb [moved from packages/mrxvt/mrxvt_0.4.1.bb with 61% similarity]

index 25794dc..c849ffd 100644 (file)
@@ -1,19 +1,16 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- mrxvt-0.4.1/src/rxvt.h~fix-compile
-+++ mrxvt-0.4.1/src/rxvt.h
-@@ -387,15 +387,8 @@
- ** which in turn is unsafe without checking.
- ** Untainted defines the type of data that is safe.
- */
+Index: mrxvt-0.5.2/src/rxvt.h
+===================================================================
+--- mrxvt-0.5.2.orig/src/rxvt.h
++++ mrxvt-0.5.2/src/rxvt.h
+@@ -488,15 +488,8 @@ typedef char*         XPointer;
+  * turn is unsafe without checking. Untainted defines the type of data that is
+  * safe.
+  */
 -#ifdef __GNUC__
 -# define $tainted
 -# define $untainted
--# define TAINTED      $tainted
--# define UNTAINTED    $untainted
+-# define TAINTED    $tainted
+-# define UNTAINTED  $untainted
 -#else
 -# define TAINTED
 -# define UNTAINTED
similarity index 61%
rename from packages/mrxvt/mrxvt_0.4.1.bb
rename to packages/mrxvt/mrxvt_0.5.2.bb
index 8991295..4a5b71f 100644 (file)
@@ -3,7 +3,8 @@ HOMEPAGE = "http://materm.sourceforge.net"
 AUTHOR = "Jimmy Zhou <jimmyzhou@users.sf.net>"
 LICENSE = "GPL"
 SECTION = "x11/applications"
-DEPENDS = "virtual/libx11 libxext libxpm jpeg libpng"
+RDEPENDS = "freetype fontconfig libxft"
+DEPENDS = "freetype fontconfig libxft virtual/libx11"
 PR = "r0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/materm/mrxvt-${PV}.tar.gz \
@@ -11,4 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/materm/mrxvt-${PV}.tar.gz \
 
 inherit autotools
 
-EXTRA_OECONF = "--enable-everything --disable-debug"
+EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
+               --x-libraries=${STAGING_LIBDIR} \
+               --enable-everything \
+               --disable-debug"