From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: Re: [PATCH] lcdproc: Update to 0.5.7 Date: Wed, 13 Apr 2016 16:17:41 +0200 Message-ID: In-Reply-To: <006b01d1958a$6b04d7c0$410e8740$@sakisoft.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5428555853558840104==" List-Id: --===============5428555853558840104== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Sascha, replace=20 "https://sourceforge.net/projects/lcdproc/files/lcdproc/0.5.7/lcd" with=20 "$(THISAPP).tar.gz" This must remain as original and remove the patch with "git rm=20 patchname" if not more needed. Then sumbit new... Best, Marcel Am 2016-04-13 15:43, schrieb Sascha Kilian: > lcdproc update to 0.5.7 >=20 > Signed-off-by: Sascha Kilian sascha(a)sakisoft.de >=20 > diff --git a/lfs/lcdproc b/lfs/lcdproc >=20 > index 9e88622..15a5e2b 100644 >=20 > --- a/lfs/lcdproc >=20 > +++ b/lfs/lcdproc >=20 > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 0.5.6 >=20 > +VER =3D 0.5.7 >=20 > THISAPP =3D lcdproc-$(VER) >=20 > DL_FILE =3D $(THISAPP).tar.gz >=20 > @@ -42,9 +42,10 @@ DEPS =3D >=20 > objects =3D $(DL_FILE) >=20 > -$(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > +#$(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > +$(DL_FILE) =3D > https://sourceforge.net/projects/lcdproc/files/lcdproc/0.5.7/lcdproc-0.5.7.= tar.gz/download >=20 > -$(DL_FILE)_MD5 =3D df4f5c2c7285eaf6979b9c7768b4877f >=20 > +$(DL_FILE)_MD5 =3D 2f8e064233ef1d03e98c0b426595750d >=20 > install : $(TARGET) >=20 > @@ -77,7 +78,6 @@ $(subst %,%_MD5,$(objects)) : >=20 > $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) >=20 > @$(PREBUILD) >=20 > @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf > $(DIR_DL)/$(DL_FILE) >=20 > - cd $(DIR_APP) && patch -Np0 < > $(DIR_SRC)/src/patches/lcdproc-0.5.6-menuitem.patch >=20 > cd $(DIR_APP) && \ >=20 > ./configure \ >=20 > --prefix=3D/usr \ --===============5428555853558840104==--