diff --git a/srcpkgs/w3m/patches/https.patch b/srcpkgs/w3m/patches/https.patch deleted file mode 100644 index fd40944267..0000000000 --- a/srcpkgs/w3m/patches/https.patch +++ /dev/null @@ -1,19 +0,0 @@ -Fedora patch; see https://bugzilla.redhat.com/show_bug.cgi?id=707994 - ---- url.c 2011-01-04 14:52:24.000000000 +0530 -+++ url.c 2011-09-02 18:25:43.305652690 +0530 -@@ -82,11 +82,11 @@ - {"ftp", SCM_FTP}, - {"local", SCM_LOCAL}, - {"file", SCM_LOCAL}, -- /* {"exec", SCM_EXEC}, */ -+ {"exec", SCM_EXEC}, - {"nntp", SCM_NNTP}, -- /* {"nntp", SCM_NNTP_GROUP}, */ -+ {"nntp", SCM_NNTP_GROUP}, - {"news", SCM_NEWS}, -- /* {"news", SCM_NEWS_GROUP}, */ -+ {"news", SCM_NEWS_GROUP}, - {"data", SCM_DATA}, - #ifndef USE_W3MMAILER - {"mailto", SCM_MAILTO}, diff --git a/srcpkgs/w3m/template b/srcpkgs/w3m/template index 9dbcb4dea3..a78322fd96 100644 --- a/srcpkgs/w3m/template +++ b/srcpkgs/w3m/template @@ -1,22 +1,21 @@ # Template file for 'w3m' pkgname=w3m -version=0.5.3.git20170102 -revision=6 +version=0.5.3.git20180125 +revision=1 wrksrc="${pkgname}-${version/.git/-git}" build_style=gnu-configure configure_args=" --libexecdir=/usr/lib --enable-image=x11,fb --with-imagelib=imlib2 - --with-termlib=ncurses --disable-w3mmailer --disable-mouse" + --with-termlib=ncurses --disable-w3mmailer" hostmakedepends="pkg-config gc-devel perl" makedepends="zlib-devel ncurses-devel gc-devel libressl-devel imlib2-devel libX11-devel" short_desc="Text-based Web browser and pager (with Debian patches)" maintainer="Juan RP " license="MIT" homepage="http://w3m.sourceforge.net" +changelog="https://raw.githubusercontent.com/tats/w3m/master/NEWS" distfiles="https://github.com/tats/w3m/archive/v${version/.git/+git}.tar.gz" -checksum=7eb8cadfa39daa6e8ecf8244847991f614fdc5319e601f58fc02956bc05b5ab1 - -disable_parallel_build=yes +checksum=c75068ef06963c9e3fd387e8695a203c6edda2f467b5f2f754835afb75eb36f3 LDFLAGS="-lX11"