[arch-commits] Commit in links/repos (6 files)

2017-06-09 Thread Christian Hesse
Date: Friday, June 9, 2017 @ 11:33:16
  Author: eworm
Revision: 298481

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  links/repos/staging-i686/
  links/repos/staging-i686/PKGBUILD
(from rev 298480, links/trunk/PKGBUILD)
  links/repos/staging-i686/links.desktop
(from rev 298480, links/trunk/links.desktop)
  links/repos/staging-x86_64/
  links/repos/staging-x86_64/PKGBUILD
(from rev 298480, links/trunk/PKGBUILD)
  links/repos/staging-x86_64/links.desktop
(from rev 298480, links/trunk/links.desktop)

--+
 staging-i686/PKGBUILD|   53 +
 staging-i686/links.desktop   |7 +
 staging-x86_64/PKGBUILD  |   53 +
 staging-x86_64/links.desktop |7 +
 4 files changed, 120 insertions(+)

Copied: links/repos/staging-i686/PKGBUILD (from rev 298480, 
links/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-06-09 11:33:16 UTC (rev 298481)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Eric Bélanger 
+
+pkgname=links
+pkgver=2.14
+pkgrel=3
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('0594a7401670e40d71906f1e35eec9aeb82e45f5'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 "${srcdir}/links.desktop" 
"${pkgdir}/usr/share/applications/links.desktop"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
"${pkgdir}/usr/share/pixmaps/"
+
+  install -d "${pkgdir}/usr/share/doc/links/calibration"
+  install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
+}

Copied: links/repos/staging-i686/links.desktop (from rev 298480, 
links/trunk/links.desktop)
===
--- staging-i686/links.desktop  (rev 0)
+++ staging-i686/links.desktop  2017-06-09 11:33:16 UTC (rev 298481)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/staging-x86_64/PKGBUILD (from rev 298480, 
links/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-06-09 11:33:16 UTC (rev 298481)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Eric Bélanger 
+
+pkgname=links
+pkgver=2.14
+pkgrel=3
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('0594a7401670e40d71906f1e35eec9aeb82e45f5'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s 

[arch-commits] Commit in links/repos (6 files)

2017-02-18 Thread Antonio Rojas
Date: Saturday, February 18, 2017 @ 11:56:22
  Author: arojas
Revision: 289158

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  links/repos/staging-i686/
  links/repos/staging-i686/PKGBUILD
(from rev 289157, links/trunk/PKGBUILD)
  links/repos/staging-i686/links.desktop
(from rev 289157, links/trunk/links.desktop)
  links/repos/staging-x86_64/
  links/repos/staging-x86_64/PKGBUILD
(from rev 289157, links/trunk/PKGBUILD)
  links/repos/staging-x86_64/links.desktop
(from rev 289157, links/trunk/links.desktop)

--+
 staging-i686/PKGBUILD|   52 +
 staging-i686/links.desktop   |7 +
 staging-x86_64/PKGBUILD  |   52 +
 staging-x86_64/links.desktop |7 +
 4 files changed, 118 insertions(+)

Copied: links/repos/staging-i686/PKGBUILD (from rev 289157, 
links/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-18 11:56:22 UTC (rev 289158)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.14
+pkgrel=2
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('0594a7401670e40d71906f1e35eec9aeb82e45f5'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 "${srcdir}/links.desktop" 
"${pkgdir}/usr/share/applications/links.desktop"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
"${pkgdir}/usr/share/pixmaps/"
+
+  install -d "${pkgdir}/usr/share/doc/links/calibration"
+  install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
+}

Copied: links/repos/staging-i686/links.desktop (from rev 289157, 
links/trunk/links.desktop)
===
--- staging-i686/links.desktop  (rev 0)
+++ staging-i686/links.desktop  2017-02-18 11:56:22 UTC (rev 289158)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/staging-x86_64/PKGBUILD (from rev 289157, 
links/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-02-18 11:56:22 UTC (rev 289158)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.14
+pkgrel=2
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('0594a7401670e40d71906f1e35eec9aeb82e45f5'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 

[arch-commits] Commit in links/repos (6 files)

2016-12-03 Thread Antonio Rojas
Date: Saturday, December 3, 2016 @ 18:32:49
  Author: arojas
Revision: 282799

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 282798, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 282798, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 282798, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 282798, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   52 +
 testing-i686/links.desktop   |7 +
 testing-x86_64/PKGBUILD  |   52 +
 testing-x86_64/links.desktop |7 +
 4 files changed, 118 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 282798, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-03 18:32:49 UTC (rev 282799)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.14
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('0594a7401670e40d71906f1e35eec9aeb82e45f5'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 "${srcdir}/links.desktop" 
"${pkgdir}/usr/share/applications/links.desktop"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
"${pkgdir}/usr/share/pixmaps/"
+
+  install -d "${pkgdir}/usr/share/doc/links/calibration"
+  install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
+}

Copied: links/repos/testing-i686/links.desktop (from rev 282798, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2016-12-03 18:32:49 UTC (rev 282799)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 282798, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-03 18:32:49 UTC (rev 282799)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.14
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('0594a7401670e40d71906f1e35eec9aeb82e45f5'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 

[arch-commits] Commit in links/repos (6 files)

2016-08-05 Thread Christian Hesse
Date: Friday, August 5, 2016 @ 10:51:11
  Author: eworm
Revision: 273100

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 273099, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 273099, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 273099, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 273099, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   52 +
 testing-i686/links.desktop   |7 +
 testing-x86_64/PKGBUILD  |   52 +
 testing-x86_64/links.desktop |7 +
 4 files changed, 118 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 273099, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-05 10:51:11 UTC (rev 273100)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.13
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('ee5ef004723664d3928e29a603cb150db013603f'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 "${srcdir}/links.desktop" 
"${pkgdir}/usr/share/applications/links.desktop"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
"${pkgdir}/usr/share/pixmaps/"
+
+  install -d "${pkgdir}/usr/share/doc/links/calibration"
+  install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
+}

Copied: links/repos/testing-i686/links.desktop (from rev 273099, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2016-08-05 10:51:11 UTC (rev 273100)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 273099, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-05 10:51:11 UTC (rev 273100)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.13
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('ee5ef004723664d3928e29a603cb150db013603f'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 

[arch-commits] Commit in links/repos (6 files)

2016-03-03 Thread Bartłomiej Piotrowski
Date: Thursday, March 3, 2016 @ 10:31:18
  Author: bpiotrowski
Revision: 260589

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  links/repos/staging-i686/
  links/repos/staging-i686/PKGBUILD
(from rev 260588, links/trunk/PKGBUILD)
  links/repos/staging-i686/links.desktop
(from rev 260588, links/trunk/links.desktop)
  links/repos/staging-x86_64/
  links/repos/staging-x86_64/PKGBUILD
(from rev 260588, links/trunk/PKGBUILD)
  links/repos/staging-x86_64/links.desktop
(from rev 260588, links/trunk/links.desktop)

--+
 staging-i686/PKGBUILD|   52 +
 staging-i686/links.desktop   |7 +
 staging-x86_64/PKGBUILD  |   52 +
 staging-x86_64/links.desktop |7 +
 4 files changed, 118 insertions(+)

Copied: links/repos/staging-i686/PKGBUILD (from rev 260588, 
links/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 09:31:18 UTC (rev 260589)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.12
+pkgrel=2
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('952dfecded9496ff1a73184ce538d08dbbb5152b'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 "${srcdir}/links.desktop" 
"${pkgdir}/usr/share/applications/links.desktop"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
"${pkgdir}/usr/share/pixmaps/"
+
+  install -d "${pkgdir}/usr/share/doc/links/calibration"
+  install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
+}

Copied: links/repos/staging-i686/links.desktop (from rev 260588, 
links/trunk/links.desktop)
===
--- staging-i686/links.desktop  (rev 0)
+++ staging-i686/links.desktop  2016-03-03 09:31:18 UTC (rev 260589)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/staging-x86_64/PKGBUILD (from rev 260588, 
links/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 09:31:18 UTC (rev 260589)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.12
+pkgrel=2
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('952dfecded9496ff1a73184ce538d08dbbb5152b'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 

[arch-commits] Commit in links/repos (6 files)

2015-10-23 Thread Eric Bélanger
Date: Saturday, October 24, 2015 @ 04:26:21
  Author: eric
Revision: 249724

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 249723, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 249723, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 249723, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 249723, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   52 +
 testing-i686/links.desktop   |7 +
 testing-x86_64/PKGBUILD  |   52 +
 testing-x86_64/links.desktop |7 +
 4 files changed, 118 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 249723, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-24 02:26:21 UTC (rev 249724)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.12
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('952dfecded9496ff1a73184ce538d08dbbb5152b'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 "${srcdir}/links.desktop" 
"${pkgdir}/usr/share/applications/links.desktop"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
"${pkgdir}/usr/share/pixmaps/"
+
+  install -d "${pkgdir}/usr/share/doc/links/calibration"
+  install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
+}

Copied: links/repos/testing-i686/links.desktop (from rev 249723, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2015-10-24 02:26:21 UTC (rev 249724)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 249723, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-24 02:26:21 UTC (rev 249724)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.12
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('952dfecded9496ff1a73184ce538d08dbbb5152b'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 

[arch-commits] Commit in links/repos (6 files)

2015-07-14 Thread Eric Bélanger
Date: Wednesday, July 15, 2015 @ 03:25:31
  Author: eric
Revision: 242238

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 242237, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 242237, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 242237, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 242237, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   52 +
 testing-i686/links.desktop   |7 +
 testing-x86_64/PKGBUILD  |   52 +
 testing-x86_64/links.desktop |7 +
 4 files changed, 118 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 242237, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-15 01:25:31 UTC (rev 242238)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.10
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('bffd48917a9d038f4277443bf6ea2cf8c9372c3c'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d ${pkgdir}/usr/share/doc/links/calibration
+  install -m644 doc/links_cal/* ${pkgdir}/usr/share/doc/links/calibration/
+}

Copied: links/repos/testing-i686/links.desktop (from rev 242237, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2015-07-15 01:25:31 UTC (rev 242238)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 242237, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-15 01:25:31 UTC (rev 242238)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.10
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks'
+   'librsvg: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('bffd48917a9d038f4277443bf6ea2cf8c9372c3c'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 

[arch-commits] Commit in links/repos (6 files)

2014-12-31 Thread Eric Bélanger
Date: Wednesday, December 31, 2014 @ 18:06:19
  Author: eric
Revision: 228242

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 228241, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 228241, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 228241, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 228241, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   51 +
 testing-i686/links.desktop   |7 +
 testing-x86_64/PKGBUILD  |   51 +
 testing-x86_64/links.desktop |7 +
 4 files changed, 116 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 228241, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-31 17:06:19 UTC (rev 228242)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.9
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('1202f1ade1075fa4f62e343702e5a0a22cdc2b13'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d ${pkgdir}/usr/share/doc/links/calibration
+  install -m644 doc/links_cal/* ${pkgdir}/usr/share/doc/links/calibration/
+}

Copied: links/repos/testing-i686/links.desktop (from rev 228241, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2014-12-31 17:06:19 UTC (rev 228242)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 228241, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-31 17:06:19 UTC (rev 228242)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.9
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks'
+   'libtiff: for using xlinks'
+   'libpng: for using xlinks')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('1202f1ade1075fa4f62e343702e5a0a22cdc2b13'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm 

[arch-commits] Commit in links/repos (6 files)

2013-09-22 Thread Eric Bélanger
Date: Sunday, September 22, 2013 @ 16:09:11
  Author: eric
Revision: 194695

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 194694, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 194694, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 194694, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 194694, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   52 +
 testing-i686/links.desktop   |7 +
 testing-x86_64/PKGBUILD  |   52 +
 testing-x86_64/links.desktop |7 +
 4 files changed, 118 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 194694, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-22 14:09:11 UTC (rev 194695)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.8
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('a808d80d910b7d3ad86f4c5089e64f35113b69f2'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d ${pkgdir}/usr/share/doc/links/calibration
+  install -m644 doc/links_cal/* ${pkgdir}/usr/share/doc/links/calibration/
+}

Copied: links/repos/testing-i686/links.desktop (from rev 194694, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2013-09-22 14:09:11 UTC (rev 194695)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 194694, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-22 14:09:11 UTC (rev 194695)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.8
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('a808d80d910b7d3ad86f4c5089e64f35113b69f2'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  

[arch-commits] Commit in links/repos (6 files)

2013-05-04 Thread Eric Bélanger
Date: Sunday, May 5, 2013 @ 02:34:44
  Author: eric
Revision: 184253

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 184252, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 184252, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 184252, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 184252, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   53 +
 testing-i686/links.desktop   |7 +
 testing-x86_64/PKGBUILD  |   53 +
 testing-x86_64/links.desktop |7 +
 4 files changed, 120 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 184252, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-05 00:34:44 UTC (rev 184253)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.7
+pkgrel=2
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt' 'optipng')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ configure
+  optipng graphics/font/century_school-medium-roman-serif-vari/045e.png
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d ${pkgdir}/usr/share/doc/links/calibration
+  install -m644 doc/links_cal/* ${pkgdir}/usr/share/doc/links/calibration/
+}

Copied: links/repos/testing-i686/links.desktop (from rev 184252, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2013-05-05 00:34:44 UTC (rev 184253)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 184252, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-05 00:34:44 UTC (rev 184253)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.7
+pkgrel=2
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt' 'optipng')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ configure
+  optipng graphics/font/century_school-medium-roman-serif-vari/045e.png
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks 

[arch-commits] Commit in links/repos (6 files)

2012-06-26 Thread Eric Bélanger
Date: Tuesday, June 26, 2012 @ 02:36:44
  Author: eric
Revision: 162375

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 162374, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 162374, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 162374, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 162374, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   47 +
 testing-i686/links.desktop   |7 ++
 testing-x86_64/PKGBUILD  |   47 +
 testing-x86_64/links.desktop |7 ++
 4 files changed, 108 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 162374, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-26 06:36:44 UTC (rev 162375)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.7
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d ${pkgdir}/usr/share/doc/links/calibration
+  install -m644 doc/links_cal/* ${pkgdir}/usr/share/doc/links/calibration/
+}

Copied: links/repos/testing-i686/links.desktop (from rev 162374, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2012-06-26 06:36:44 UTC (rev 162375)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 162374, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-26 06:36:44 UTC (rev 162375)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.7
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d 

[arch-commits] Commit in links/repos (6 files)

2012-04-16 Thread Eric Bélanger
Date: Tuesday, April 17, 2012 @ 00:51:35
  Author: eric
Revision: 156326

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 156325, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 156325, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 156325, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 156325, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   47 +
 testing-i686/links.desktop   |7 ++
 testing-x86_64/PKGBUILD  |   47 +
 testing-x86_64/links.desktop |7 ++
 4 files changed, 108 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 156325, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-17 04:51:35 UTC (rev 156326)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.6
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('228bd726c176ea44d35fa12cafd97aa83214d9dc'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d ${pkgdir}/usr/share/doc/links/calibration
+  install -m644 doc/links_cal/* ${pkgdir}/usr/share/doc/links/calibration/
+}

Copied: links/repos/testing-i686/links.desktop (from rev 156325, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2012-04-17 04:51:35 UTC (rev 156326)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 156325, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-17 04:51:35 UTC (rev 156326)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.6
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('228bd726c176ea44d35fa12cafd97aa83214d9dc'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install 

[arch-commits] Commit in links/repos (6 files)

2012-01-18 Thread Eric Bélanger
Date: Wednesday, January 18, 2012 @ 15:01:18
  Author: eric
Revision: 146834

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  links/repos/staging-i686/
  links/repos/staging-i686/PKGBUILD
(from rev 146833, links/trunk/PKGBUILD)
  links/repos/staging-i686/links.desktop
(from rev 146833, links/trunk/links.desktop)
  links/repos/staging-x86_64/
  links/repos/staging-x86_64/PKGBUILD
(from rev 146833, links/trunk/PKGBUILD)
  links/repos/staging-x86_64/links.desktop
(from rev 146833, links/trunk/links.desktop)

--+
 staging-i686/PKGBUILD|   47 +
 staging-i686/links.desktop   |7 ++
 staging-x86_64/PKGBUILD  |   47 +
 staging-x86_64/links.desktop |7 ++
 4 files changed, 108 insertions(+)

Copied: links/repos/staging-i686/PKGBUILD (from rev 146833, 
links/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-18 20:01:18 UTC (rev 146834)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.5
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('fe4bc37be8aebd9196c35ffef724435cea94349c'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d ${pkgdir}/usr/share/doc/links/calibration
+  install -m644 doc/links_cal/* ${pkgdir}/usr/share/doc/links/calibration/
+}

Copied: links/repos/staging-i686/links.desktop (from rev 146833, 
links/trunk/links.desktop)
===
--- staging-i686/links.desktop  (rev 0)
+++ staging-i686/links.desktop  2012-01-18 20:01:18 UTC (rev 146834)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/staging-x86_64/PKGBUILD (from rev 146833, 
links/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-18 20:01:18 UTC (rev 146834)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.5
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('fe4bc37be8aebd9196c35ffef724435cea94349c'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  

[arch-commits] Commit in links/repos (6 files)

2011-11-24 Thread Eric Bélanger
Date: Thursday, November 24, 2011 @ 11:44:18
  Author: eric
Revision: 143456

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 143455, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 143455, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 143455, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 143455, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   47 +
 testing-i686/links.desktop   |7 ++
 testing-x86_64/PKGBUILD  |   47 +
 testing-x86_64/links.desktop |7 ++
 4 files changed, 108 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 143455, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-24 16:44:18 UTC (rev 143456)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.4
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('c09fcb03874b1d0586f582f73833bb2f4c9ed7ac'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d ${pkgdir}/usr/share/doc/links/calibration
+  install -m644 doc/links_cal/* ${pkgdir}/usr/share/doc/links/calibration/
+}

Copied: links/repos/testing-i686/links.desktop (from rev 143455, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2011-11-24 16:44:18 UTC (rev 143456)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 143455, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-24 16:44:18 UTC (rev 143456)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=links
+pkgver=2.4
+pkgrel=1
+pkgdesc=A text WWW browser, similar to Lynx
+arch=('i686' 'x86_64')
+url=http://links.twibright.com/;
+license=('GPL')
+depends=('bzip2' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('c09fcb03874b1d0586f582f73833bb2f4c9ed7ac'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 xlinks ${pkgdir}/usr/bin/xlinks
+  ln -s links.1.gz ${pkgdir}/usr/share/man/man1/xlinks.1.gz
+
+  install -D -m644 ${srcdir}/links.desktop 
${pkgdir}/usr/share/applications/links.desktop
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
${pkgdir}/usr/share/pixmaps/
+
+  install -d