[arch-commits] Commit in w3m/trunk (PKGBUILD)

2020-08-30 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 30, 2020 @ 10:22:28
  Author: foutrelis
Revision: 394953

upgpkg: w3m 0.5.3.git20200507-2: rebuild bisson's pkgs

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 10:22:27 UTC (rev 394952)
+++ PKGBUILD2020-08-30 10:22:28 UTC (rev 394953)
@@ -4,7 +4,7 @@
 pkgname=w3m
 _gitcommit=aa078ed98ab58e961761c077472c1219dcbc738e
 pkgver=0.5.3.git20200507
-pkgrel=1
+pkgrel=2
 pkgdesc='Text-based Web browser as well as pager'
 url='https://salsa.debian.org/debian/w3m'
 license=('custom')


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2020-05-13 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 13, 2020 @ 20:52:47
  Author: bisson
Revision: 383338

upstream update

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-13 19:43:57 UTC (rev 383337)
+++ PKGBUILD2020-05-13 20:52:47 UTC (rev 383338)
@@ -2,8 +2,8 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-_gitcommit=8e7ee747af00f1a009da42e9633203ea1f7c705e
-pkgver=0.5.3.git20190105
+_gitcommit=aa078ed98ab58e961761c077472c1219dcbc738e
+pkgver=0.5.3.git20200507
 pkgrel=1
 pkgdesc='Text-based Web browser as well as pager'
 url='https://salsa.debian.org/debian/w3m'
@@ -18,13 +18,6 @@
 # There's also the maintainer's github repo, usually in sync with Debian's:
 # https://github.com/tats/w3m
 
-prepare() {
-   cd "${srcdir}/${pkgname}"
-   patch -p1 -i debian/patches/010_upstream.patch
-   patch -p1 -i debian/patches/020_debian.patch
-   rm -fr doc/CVS
-}
-
 build() {
cd "${srcdir}/${pkgname}"
./configure \


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2019-05-09 Thread Gaëtan Bisson via arch-commits
Date: Friday, May 10, 2019 @ 02:27:04
  Author: bisson
Revision: 352800

upstream update

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-09 22:32:05 UTC (rev 352799)
+++ PKGBUILD2019-05-10 02:27:04 UTC (rev 352800)
@@ -2,8 +2,8 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-_gitcommit=a58f37c94f118105b21be6323615673cf96535ac
-pkgver=0.5.3.git20180125
+_gitcommit=8e7ee747af00f1a009da42e9633203ea1f7c705e
+pkgver=0.5.3.git20190105
 pkgrel=1
 pkgdesc='Text-based Web browser as well as pager'
 url='https://salsa.debian.org/debian/w3m'
@@ -18,6 +18,13 @@
 # There's also the maintainer's github repo, usually in sync with Debian's:
 # https://github.com/tats/w3m
 
+prepare() {
+   cd "${srcdir}/${pkgname}"
+   patch -p1 -i debian/patches/010_upstream.patch
+   patch -p1 -i debian/patches/020_debian.patch
+   rm -fr doc/CVS
+}
+
 build() {
cd "${srcdir}/${pkgname}"
./configure \


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2018-01-26 Thread Gaëtan Bisson via arch-commits
Date: Friday, January 26, 2018 @ 17:10:00
  Author: bisson
Revision: 315475

upstream update

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-26 16:43:32 UTC (rev 315474)
+++ PKGBUILD2018-01-26 17:10:00 UTC (rev 315475)
@@ -3,19 +3,22 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-_gitcommit=d69111c10189628f02903e076238d7bd390d6a6a
-pkgver=0.5.3.git20171120
+_gitcommit=a58f37c94f118105b21be6323615673cf96535ac
+pkgver=0.5.3.git20180125
 pkgrel=1
 pkgdesc='Text-based Web browser as well as pager'
-url='https://anonscm.debian.org/git/collab-maint/w3m.git/'
+url='https://salsa.debian.org/debian/w3m'
 license=('custom')
 arch=('x86_64')
 makedepends=('git' 'imlib2')
 optdepends=('imlib2: for graphics support')
 depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=${_gitcommit}")
+source=("git+https://salsa.debian.org/debian/w3m.git#commit=${_gitcommit};)
 sha256sums=('SKIP')
 
+# There's also the maintainer's github repo, usually in sync with Debian's:
+# https://github.com/tats/w3m
+
 build() {
cd "${srcdir}/${pkgname}"
./configure \


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2017-11-20 Thread Gaëtan Bisson
Date: Monday, November 20, 2017 @ 23:12:17
  Author: bisson
Revision: 310490

upstream update

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-20 23:01:01 UTC (rev 310489)
+++ PKGBUILD2017-11-20 23:12:17 UTC (rev 310490)
@@ -3,17 +3,17 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-_gitcommit=1ac245bdcd803f69c7793e090a80b1137d35
-pkgver=0.5.3.git20170102
-pkgrel=2
-pkgdesc='Text-based Web browser, as well as pager'
-url='http://w3m.sourceforge.net/'
+_gitcommit=d69111c10189628f02903e076238d7bd390d6a6a
+pkgver=0.5.3.git20171120
+pkgrel=1
+pkgdesc='Text-based Web browser as well as pager'
+url='https://anonscm.debian.org/git/collab-maint/w3m.git/'
 license=('custom')
 arch=('x86_64')
 makedepends=('git' 'imlib2')
 optdepends=('imlib2: for graphics support')
 depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/collab-maint/w3m.git#commit=${_gitcommit};)
+source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=${_gitcommit}")
 sha256sums=('SKIP')
 
 build() {
@@ -33,7 +33,7 @@
cd "${srcdir}/${pkgname}"
make DESTDIR="${pkgdir}" install
 
-   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
-   find doc/* | grep -v CVS | xargs -i install -m644 "{}" 
"${pkgdir}/usr/share/doc/${pkgname}"
-   ln -s ../../doc/"${pkgname}"/README 
"${pkgdir}/usr/share/licenses/${pkgname}"
+   install -d "${pkgdir}"/usr/share/{doc,licenses}/w3m
+   install -m644 doc/* "${pkgdir}/usr/share/doc/w3m"
+   ln -s ../../doc/w3m/README "${pkgdir}/usr/share/licenses/w3m"
 }


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2017-03-04 Thread Jan de Groot
Date: Saturday, March 4, 2017 @ 22:14:36
  Author: jgc
Revision: 29

upgpkg: w3m 0.5.3.git20170102-2

OpenSSL 1.1 rebuild

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 22:10:47 UTC (rev 28)
+++ PKGBUILD2017-03-04 22:14:36 UTC (rev 29)
@@ -5,7 +5,7 @@
 pkgname=w3m
 _gitcommit=1ac245bdcd803f69c7793e090a80b1137d35
 pkgver=0.5.3.git20170102
-pkgrel=1
+pkgrel=2
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:37:56
  Author: bisson
Revision: 289862

switch to sha256sum

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:37:49 UTC (rev 289861)
+++ PKGBUILD2017-03-02 01:37:56 UTC (rev 289862)
@@ -14,7 +14,7 @@
 optdepends=('imlib2: for graphics support')
 depends=('openssl' 'gc' 'ncurses' 'gpm')
 
source=(${pkgname}::"git+https://anonscm.debian.org/git/collab-maint/w3m.git#commit=${_gitcommit};)
-sha1sums=('SKIP')
+sha256sums=('SKIP')
 
 build() {
cd "${srcdir}/${pkgname}"


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2017-01-06 Thread Gaëtan Bisson
Date: Friday, January 6, 2017 @ 17:25:17
  Author: bisson
Revision: 285488

upstream update

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-06 16:36:39 UTC (rev 285487)
+++ PKGBUILD2017-01-06 17:25:17 UTC (rev 285488)
@@ -3,8 +3,8 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-_gitcommit=6519207d0bec5bea633485ef02783ddaa7fe9ada
-pkgver=0.5.3.git20161120
+_gitcommit=1ac245bdcd803f69c7793e090a80b1137d35
+pkgver=0.5.3.git20170102
 pkgrel=1
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2016-11-21 Thread Gaëtan Bisson
Date: Monday, November 21, 2016 @ 22:37:02
  Author: bisson
Revision: 281789

upstream update

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 20:43:53 UTC (rev 281788)
+++ PKGBUILD2016-11-21 22:37:02 UTC (rev 281789)
@@ -3,8 +3,8 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-_gitcommit=5cf75248f5833db00d53a33c30a525bb40f5512b
-pkgver=0.5.3.git20161031
+_gitcommit=6519207d0bec5bea633485ef02783ddaa7fe9ada
+pkgver=0.5.3.git20161120
 pkgrel=1
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2016-11-18 Thread Levente Polyak
Date: Friday, November 18, 2016 @ 12:17:00
  Author: anthraxx
Revision: 281052

upgpkg: w3m 0.5.3.git20161031-1 (critical security update)

- plus reflect global https switch to this git package

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-18 11:05:05 UTC (rev 281051)
+++ PKGBUILD2016-11-18 12:17:00 UTC (rev 281052)
@@ -3,7 +3,8 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-pkgver=0.5.3.git20160413
+_gitcommit=5cf75248f5833db00d53a33c30a525bb40f5512b
+pkgver=0.5.3.git20161031
 pkgrel=1
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
@@ -10,9 +11,9 @@
 license=('custom')
 arch=('i686' 'x86_64')
 makedepends=('git' 'imlib2')
-optdepends=('imlib2: for graphics support') 
+optdepends=('imlib2: for graphics support')
 depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=9a1b7a25b32e426cebb4ee048133861ca8430d5e")
+source=(${pkgname}::"git+https://anonscm.debian.org/git/collab-maint/w3m.git#commit=${_gitcommit};)
 sha1sums=('SKIP')
 
 build() {


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2016-04-22 Thread Gaetan Bisson
Date: Friday, April 22, 2016 @ 21:54:14
  Author: bisson
Revision: 265841

upstream update

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-22 17:35:31 UTC (rev 265840)
+++ PKGBUILD2016-04-22 19:54:14 UTC (rev 265841)
@@ -3,8 +3,8 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-pkgver=0.5.3.git20151119
-pkgrel=2
+pkgver=0.5.3.git20160413
+pkgrel=1
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')
@@ -12,7 +12,7 @@
 makedepends=('git' 'imlib2')
 optdepends=('imlib2: for graphics support') 
 depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=9cce622287fb58229998137d016208d327ce1141")
+source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=9a1b7a25b32e426cebb4ee048133861ca8430d5e")
 sha1sums=('SKIP')
 
 build() {


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2016-03-04 Thread Bartłomiej Piotrowski
Date: Friday, March 4, 2016 @ 12:02:51
  Author: bpiotrowski
Revision: 260800

OpenSSL 1.0.2g rebuild

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 10:57:42 UTC (rev 260799)
+++ PKGBUILD2016-03-04 11:02:51 UTC (rev 260800)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3.git20151119
-pkgrel=1
+pkgrel=2
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2015-11-20 Thread Gaetan Bisson
Date: Friday, November 20, 2015 @ 21:35:13
  Author: bisson
Revision: 251697

upstream update

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:29:17 UTC (rev 251696)
+++ PKGBUILD2015-11-20 20:35:13 UTC (rev 251697)
@@ -3,7 +3,7 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-pkgver=0.5.3.git20151109
+pkgver=0.5.3.git20151119
 pkgrel=1
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
@@ -12,7 +12,7 @@
 makedepends=('git' 'imlib2')
 optdepends=('imlib2: for graphics support') 
 depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=331e29e32bb5e7e06c7c1ed03c7465e08c744b07")
+source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=9cce622287fb58229998137d016208d327ce1141")
 sha1sums=('SKIP')
 
 build() {


[arch-commits] Commit in w3m/trunk (PKGBUILD color.patch)

2015-10-23 Thread Gaetan Bisson
Date: Friday, October 23, 2015 @ 23:06:44
  Author: bisson
Revision: 249708

fix FS#46836

Added:
  w3m/trunk/color.patch
Modified:
  w3m/trunk/PKGBUILD

-+
 PKGBUILD|4 +++-
 color.patch |   44 
 2 files changed, 47 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-23 20:54:53 UTC (rev 249707)
+++ PKGBUILD2015-10-23 21:06:44 UTC (rev 249708)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=9
+pkgrel=10
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')
@@ -16,6 +16,7 @@
 'form_unknown.patch'
 'file_handle.patch'
 'https.patch'
+'color.patch'
 'perl.patch'
 'gc72.patch')
 sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237'
@@ -22,6 +23,7 @@
   '23d648033ad77f3c67d370c62cf7b7ed86b5c6f2'
   '457de43be7eabc652614461a7ab25e3ba76b2aff'
   '66affb2f695fe0bdde25cf774642bfd6a9404e88'
+  '9c30038c7672508a93e55044248b29ed572cc13e'
   'a8fb1f738688104ad8f0713bd981083e12e878ad'
   '7baa06ca684fd140503a2adc65e2d606970c4662')
 

Added: color.patch
===
--- color.patch (rev 0)
+++ color.patch 2015-10-23 21:06:44 UTC (rev 249708)
@@ -0,0 +1,44 @@
+--- a/w3mimg/x11/x11_w3mimg.c  2004-11-08 12:14:06.0 -0500
 b/w3mimg/x11/x11_w3mimg.c  2015-03-12 23:23:44.964555734 -0400
+@@ -214,9 +214,12 @@
+   Pixmap p;
+   GC gc;
+   XImage *i;
++  XWindowAttributes attr;
++
++  XGetWindowAttributes(xi->display, xi->window, );
+ 
+   p = XCreatePixmap(xi->display, xi->window, 1, 1,
+-DefaultDepth(xi->display, 0));
++attr.depth);
+   gc = XCreateGC(xi->display, xi->window, 0, NULL);
+   if (!p || !gc)
+   exit(1);/* XXX */
+@@ -328,6 +331,7 @@
+ ImlibImage *im;
+ #elif defined(USE_IMLIB2)
+ Imlib_Image im;
++XWindowAttributes attr;
+ #elif defined(USE_GDKPIXBUF)
+ GdkPixbufAnimation *animation;
+ int j, iw, ih, n, frame_num, delay = -1, max_anim;
+@@ -374,15 +378,16 @@
+   w = imlib_image_get_width();
+ if (h <= 0)
+   h = imlib_image_get_height();
++XGetWindowAttributes(xi->display, xi->window, );
+ img->pixmap = (void *)XCreatePixmap(xi->display, xi->parent, w, h,
+-  DefaultDepth(xi->display, 0));
++  attr.depth);
+ if (!img->pixmap)
+   return 0;
+ XSetForeground(xi->display, xi->imageGC, xi->background_pixel);
+ XFillRectangle(xi->display, (Pixmap) img->pixmap, xi->imageGC, 0, 0, w, 
h);
+ imlib_context_set_display(xi->display);
+-imlib_context_set_visual(DefaultVisual(xi->display, 0));
+-imlib_context_set_colormap(DefaultColormap(xi->display, 0));
++imlib_context_set_visual(attr.visual);
++imlib_context_set_colormap(attr.colormap);
+ imlib_context_set_drawable((Drawable) img->pixmap);
+ imlib_render_image_on_drawable_at_size(0, 0, w, h);
+ imlib_free_image();


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:22:49
  Author: foutrelis
Revision: 245420

ncurses 6.0 rebuild.

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:06:50 UTC (rev 245419)
+++ PKGBUILD2015-09-06 22:22:49 UTC (rev 245420)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=8
+pkgrel=9
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')


[arch-commits] Commit in w3m/trunk (PKGBUILD perl.patch)

2015-07-10 Thread Gaetan Bisson
Date: Saturday, July 11, 2015 @ 04:58:49
  Author: bisson
Revision: 242107

fix FS#45608

Added:
  w3m/trunk/perl.patch
Modified:
  w3m/trunk/PKGBUILD

+
 PKGBUILD   |4 +++-
 perl.patch |   12 
 2 files changed, 15 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-10 22:40:47 UTC (rev 242106)
+++ PKGBUILD2015-07-11 02:58:49 UTC (rev 242107)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=7
+pkgrel=8
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')
@@ -16,11 +16,13 @@
 'form_unknown.patch'
 'file_handle.patch'
 'https.patch'
+'perl.patch'
 'gc72.patch')
 sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237'
   '23d648033ad77f3c67d370c62cf7b7ed86b5c6f2'
   '457de43be7eabc652614461a7ab25e3ba76b2aff'
   '66affb2f695fe0bdde25cf774642bfd6a9404e88'
+  'a8fb1f738688104ad8f0713bd981083e12e878ad'
   '7baa06ca684fd140503a2adc65e2d606970c4662')
 
 prepare() {

Added: perl.patch
===
--- perl.patch  (rev 0)
+++ perl.patch  2015-07-11 02:58:49 UTC (rev 242107)
@@ -0,0 +1,12 @@
+diff -Naur old/scripts/w3mhelp.cgi.in new/scripts/w3mhelp.cgi.in
+--- old/scripts/w3mhelp.cgi.in 2011-01-03 23:22:28.0 -1000
 new/scripts/w3mhelp.cgi.in 2015-07-10 16:50:25.520506820 -1000
+@@ -48,7 +48,7 @@
+   }
+   # print tlang=$tlang\n;
+   eval {require w3mhelp-funcdesc.$tlang.pl;};
+-  if (defined(%funcdesc)) {
++  if (%funcdesc) {
+   $lang = $tlang;
+   }
+ }


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2015-04-17 Thread Gaetan Bisson
Date: Saturday, April 18, 2015 @ 06:35:24
  Author: bisson
Revision: 237375

fix FS#44613 again

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-18 03:57:44 UTC (rev 237374)
+++ PKGBUILD2015-04-18 04:35:24 UTC (rev 237375)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=6
+pkgrel=7
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')
@@ -30,10 +30,11 @@
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBS=-lX11
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
-   --enable-image=X11,fb \
+   --enable-image=x11,fb \
--with-imagelib=imlib2 \
--with-termlib=ncurses \
--disable-w3mmailer \


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2015-04-16 Thread Gaetan Bisson
Date: Thursday, April 16, 2015 @ 18:13:21
  Author: bisson
Revision: 237241

fix FS#44613

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-16 15:12:55 UTC (rev 237240)
+++ PKGBUILD2015-04-16 16:13:21 UTC (rev 237241)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=5
+pkgrel=6
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')
@@ -33,7 +33,7 @@
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
-   --enable-image=x11,fb \
+   --enable-image=X11,fb \
--with-imagelib=imlib2 \
--with-termlib=ncurses \
--disable-w3mmailer \


[arch-commits] Commit in w3m/trunk (PKGBUILD)

2014-03-04 Thread Gaetan Bisson
Date: Wednesday, March 5, 2014 @ 07:25:32
  Author: bisson
Revision: 206696

fix FS#39176

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-05 06:13:07 UTC (rev 206695)
+++ PKGBUILD2014-03-05 06:25:32 UTC (rev 206696)
@@ -39,6 +39,7 @@
--disable-w3mmailer \
--disable-mouse \
 
+   sed 's/@my_libs@/-lX11/g' -i Makefile
make
 }
 



[arch-commits] Commit in w3m/trunk (PKGBUILD)

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:58:03
  Author: bisson
Revision: 197504

split prepare() function out

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:57:59 UTC (rev 197503)
+++ PKGBUILD2013-10-26 07:58:03 UTC (rev 197504)
@@ -21,13 +21,16 @@
   '66affb2f695fe0bdde25cf774642bfd6a9404e88'
   '7baa06ca684fd140503a2adc65e2d606970c4662')
 
-build() {
+prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
-
patch -p1 -i ../file_handle.patch
patch -p1 -i ../https.patch
patch -p1 -i ../gc72.patch
+}
 
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \



[arch-commits] Commit in w3m/trunk (PKGBUILD)

2013-01-14 Thread Gaetan Bisson
Date: Monday, January 14, 2013 @ 20:58:14
  Author: bisson
Revision: 175135

release fixes

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-15 01:39:25 UTC (rev 175134)
+++ PKGBUILD2013-01-15 01:58:14 UTC (rev 175135)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')



[arch-commits] Commit in w3m/trunk (PKGBUILD)

2012-03-18 Thread Gaetan Bisson
Date: Monday, March 19, 2012 @ 00:14:24
  Author: bisson
Revision: 153738

fix FS#28994

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-19 04:13:56 UTC (rev 153737)
+++ PKGBUILD2012-03-19 04:14:24 UTC (rev 153738)
@@ -40,6 +40,6 @@
make DESTDIR=${pkgdir} install
 
install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-   find doc/* | grep -v CVS | xargs -i install {} 
${pkgdir}/usr/share/doc/${pkgname}
+   find doc/* | grep -v CVS | xargs -i install -m644 {} 
${pkgdir}/usr/share/doc/${pkgname}
ln -s ../../doc/${pkgname}/README 
${pkgdir}/usr/share/licenses/${pkgname}
 }



[arch-commits] Commit in w3m/trunk (PKGBUILD https-segfault.patch)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 20:25:19
  Author: bisson
Revision: 149345

fix https segfault

Added:
  w3m/trunk/https-segfault.patch
Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 https-segfault.patch |   19 +++
 2 files changed, 25 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 23:02:05 UTC (rev 149344)
+++ PKGBUILD2012-02-07 01:25:19 UTC (rev 149345)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')
@@ -12,13 +12,16 @@
 makedepends=('imlib2')
 optdepends=('imlib2: for graphics support') 
 depends=('openssl' 'gc' 'ncurses')
-source=(http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237')
+source=(http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz;
+'https-segfault.patch')
+sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237'
+  '66affb2f695fe0bdde25cf774642bfd6a9404e88')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
sed 's/file_handle/file_handle_rofl/g' -i istream.*
+   patch -p1 -i ../https-segfault.patch
 
./configure \
--prefix=/usr \

Added: https-segfault.patch
===
--- https-segfault.patch(rev 0)
+++ https-segfault.patch2012-02-07 01:25:19 UTC (rev 149345)
@@ -0,0 +1,19 @@
+Fedora patch; see https://bugzilla.redhat.com/show_bug.cgi?id=707994
+
+--- old/url.c  2011-01-04 14:52:24.0 +0530
 new/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},



[arch-commits] Commit in w3m/trunk (PKGBUILD)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:36:37
  Author: bisson
Revision: 149051

signed rebuild for free

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |   29 +
 1 file changed, 17 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:34:14 UTC (rev 149050)
+++ PKGBUILD2012-02-05 15:36:37 UTC (rev 149051)
@@ -1,21 +1,25 @@
 # $Id$
 # Contributor: dorphell dorph...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Text-based Web browser, as well as pager'
-arch=('i686' 'x86_64')
 url='http://w3m.sourceforge.net/'
 license=('custom')
-depends=('openssl' 'gc' 'ncurses' 'zlib')
+arch=('i686' 'x86_64')
 makedepends=('imlib2')
 optdepends=('imlib2: for graphics support') 
-source=(http://downloads.sourceforge.net/sourceforge/w3m/$pkgname-$pkgver.tar.gz;)
+depends=('openssl' 'gc' 'ncurses')
+source=(http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237')
 
 build() {
-   cd $srcdir/$pkgname-$pkgver
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed 's/file_handle/file_handle_rofl/g' -i istream.*
+
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
@@ -23,15 +27,16 @@
--with-imagelib=imlib2 \
--with-termlib=ncurses \
--disable-w3mmailer \
-   --disable-mouse
+   --disable-mouse \
+
make
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 
-   install -d $pkgdir/usr/share/{doc,licenses}/$pkgname
-   find doc/* | grep -v CVS | xargs -i install {} 
$pkgdir/usr/share/doc/$pkgname/
-   ln -s ../../doc/$pkgname/README $pkgdir/usr/share/licenses/$pkgname/
-}
\ No newline at end of file
+   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+   find doc/* | grep -v CVS | xargs -i install {} 
${pkgdir}/usr/share/doc/${pkgname}
+   ln -s ../../doc/${pkgname}/README 
${pkgdir}/usr/share/licenses/${pkgname}
+}



[arch-commits] Commit in w3m/trunk (PKGBUILD)

2011-01-15 Thread Gaetan Bisson
Date: Saturday, January 15, 2011 @ 06:51:10
  Author: bisson
Revision: 106210

upstream update

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |   41 ++---
 1 file changed, 26 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-15 10:00:51 UTC (rev 106209)
+++ PKGBUILD2011-01-15 11:51:10 UTC (rev 106210)
@@ -2,25 +2,36 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=w3m
-pkgver=0.5.2
-pkgrel=5
-pkgdesc=A pager/text-based WWW browser
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Text-based Web browser, as well as pager'
 arch=('i686' 'x86_64')
-url=http://w3m.sourceforge.net/;
+url='http://w3m.sourceforge.net/'
 license=('custom')
-depends=('openssl' 'gc=7.0' 'ncurses' 'zlib')
+depends=('openssl' 'gc' 'ncurses' 'zlib')
 makedepends=('imlib2')
 optdepends=('imlib2: for graphics support') 
-source=(http://downloads.sourceforge.net/sourceforge/w3m/$pkgname-$pkgver.tar.gz)
-md5sums=('ba06992d3207666ed1bf2dcf7c72bf58')
-sha1sums=('484522547ae6dbb342d3858a2a53a65451e273f9')
+source=(http://downloads.sourceforge.net/sourceforge/w3m/$pkgname-$pkgver.tar.gz;)
+sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-ansi-color \
---disable-mouse --disable-w3mmailer --enable-image=x11,fb \
---with-imagelib=imlib2 --with-termlib=ncurses || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -Dm644 doc/README ${pkgdir}/usr/share/licenses/$pkgname/README
+   cd $srcdir/$pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-image=x11,fb \
+   --with-imagelib=imlib2 \
+   --with-termlib=ncurses \
+   --disable-w3mmailer \
+   --disable-mouse
+   make
 }
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -d $pkgdir/usr/share/{doc,licenses}/$pkgname
+   find doc/* | grep -v CVS | xargs -i install {} 
$pkgdir/usr/share/doc/$pkgname/
+   ln -s ../../doc/$pkgname/README $pkgdir/usr/share/licenses/$pkgname/
+}
\ No newline at end of file



[arch-commits] Commit in w3m/trunk (PKGBUILD)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 18:56:17
  Author: giovanni
Revision: 75605

upgpkg: w3m 0.5.2-5
openssl-1 rebuild

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-01 22:51:39 UTC (rev 75604)
+++ PKGBUILD2010-04-01 22:56:17 UTC (rev 75605)
@@ -1,13 +1,14 @@
 # $Id$
-# Maintainer: dorphell dorph...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
 pkgname=w3m
 pkgver=0.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc=A pager/text-based WWW browser
 arch=('i686' 'x86_64')
 url=http://w3m.sourceforge.net/;
 license=('custom')
-depends=('openssl=0.9.8e' 'gc=7.0' 'ncurses' 'zlib')
+depends=('openssl' 'gc=7.0' 'ncurses' 'zlib')
 makedepends=('imlib2')
 optdepends=('imlib2: for graphics support') 
 
source=(http://downloads.sourceforge.net/sourceforge/w3m/$pkgname-$pkgver.tar.gz)