[oe-commits] org.oe.dev sms: Update patch

florian commit openembedded-commits at lists.openembedded.org
Tue Mar 6 13:25:46 UTC 2007


sms: Update patch

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 195349e45808ef372f79fd4ac6edd04f4c558162
ViewMTN: http://monotone.openembedded.org/revision.psp?id=195349e45808ef372f79fd4ac6edd04f4c558162
Files:
1
packages/gpephone/sms-1.0/somefixes.patch
Diffs:

#
# mt diff -r46e96b5b2afaa09e07e4db62edd6064164839473 -r195349e45808ef372f79fd4ac6edd04f4c558162
#
# 
# 
# patch "packages/gpephone/sms-1.0/somefixes.patch"
#  from [e0ac4162b1686b4f127e09cc6e50ba2c2a66dde7]
#    to [6686d550b09c2c2640ad5287f958b1e9d1697757]
# 
============================================================
--- packages/gpephone/sms-1.0/somefixes.patch	e0ac4162b1686b4f127e09cc6e50ba2c2a66dde7
+++ packages/gpephone/sms-1.0/somefixes.patch	6686d550b09c2c2640ad5287f958b1e9d1697757
@@ -27,16 +27,6 @@ Index: configure.ac
 ===================================================================
 --- configure.ac	(Revision 487)
 +++ configure.ac	(Arbeitskopie)
-@@ -2,7 +2,8 @@
- # Process this file with autoconf to produce a configure script.
- 
- AC_PREREQ(2.59)
--AC_INIT(sms, 0.1, gpe at handhelds.org)
-+
-+AC_INIT(sms, 1.0, gpephone-devel at linuxtogo.org)
- AC_CONFIG_SRCDIR([src/shared.h])
- AM_INIT_AUTOMAKE(foreign dist-bzip2)
- AC_CONFIG_HEADER([config.h])
 @@ -48,7 +49,7 @@
  [  --with-gpe-dir=PATH     specify location of gpephone directory ])
  
@@ -65,52 +55,3 @@ Index: Makefile.am
               $(pixmaps_DATA) \
               intltool-extract.in \
               intltool-merge.in \
-Index: autogen.sh
-===================================================================
---- autogen.sh	(Revision 487)
-+++ autogen.sh	(Arbeitskopie)
-@@ -1,40 +1,4 @@
--# gettext
--PKG_NAME="libpimenabler"
--GETTEXTIZE="glib-gettextize"
-+intltoolize --copy --automake --force
- 
--$GETTEXTIZE --version < /dev/null > /dev/null 2>&1
--if test $? -ne 0; then
--  echo
--  echo "**Error**: You must have \`$GETTEXTIZE' installed" \
--       "to compile $PKG_NAME."
--  DIE=1
--fi
-+autoreconf -f -i -s
- 
--intltoolize --version < /dev/null > /dev/null 2>&1 || {
--  echo
--  echo "**Error**: You must have \`intltoolize' installed" \
--     "to compile $PKG_NAME."
--  DIE=1
--}
--
--if test "$GETTEXTIZE"; then
-- echo "Creating $dr/aclocal.m4 ..."
-- test -r aclocal.m4 || touch aclocal.m4
-- echo "Running $GETTEXTIZE...  Ignore non-fatal messages."
-- echo "no" | $GETTEXTIZE --copy
-- echo "Making aclocal.m4 writable ..."
-- test -r aclocal.m4 && chmod u+w aclocal.m4
--fi
--echo "Running intltoolize..."
--intltoolize --copy --automake
--
--libtoolize --copy --force
--
--autoheader
--aclocal $ACLOCAL_FLAGS
--
--automake -a $am_opt
--autoconf
--
--#echo "Fixing libtool..."
--#patch -p0 < libtool-cross.patch
-Index: po/sms.pot
-===================================================================






More information about the Openembedded-commits mailing list