From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sascha Kilian To: development@lists.ipfire.org Subject: [PATCH] lcdproc: Update to 0.5.7 Date: Wed, 13 Apr 2016 14:50:19 +0000 Message-ID: <1460559019-17303-1-git-send-email-sascha@sakisoft.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3636500596400418378==" List-Id: --===============3636500596400418378== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Sascha Kilian sascha(a)sakisoft.de --- lfs/lcdproc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lfs/lcdproc b/lfs/lcdproc index 9e88622..da1abc8 100644 --- a/lfs/lcdproc +++ b/lfs/lcdproc @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.5.6 +VER =3D 0.5.7 =20 THISAPP =3D lcdproc-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D df4f5c2c7285eaf6979b9c7768b4877f +$(DL_FILE)_MD5 =3D 2f8e064233ef1d03e98c0b426595750d =20 install : $(TARGET) =20 @@ -77,7 +77,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/lcdproc-0.5.6-menuitem= .patch cd $(DIR_APP) && \ ./configure \ --prefix=3D/usr \ --=20 1.7.9.5 --===============3636500596400418378==--