[arch-commits] Commit in links/repos/testing-x86_64 (4 files)

Christian Hesse eworm at gemini.archlinux.org
Tue Sep 14 14:14:16 UTC 2021


    Date: Tuesday, September 14, 2021 @ 14:14:16
  Author: eworm
Revision: 424012

archrelease: copy trunk to testing-x86_64

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

---------------+
 PKGBUILD      |  131 ++++++++++++++++++++++++++++----------------------------
 links.desktop |   16 +++---
 2 files changed, 74 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-14 14:14:08 UTC (rev 424011)
+++ PKGBUILD	2021-09-14 14:14:16 UTC (rev 424012)
@@ -1,65 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=links
-pkgver=2.24
-pkgrel=1
-pkgdesc='A text WWW browser, similar to Lynx'
-arch=('x86_64')
-url='http://links.twibright.com/'
-license=('GPL')
-depends=('bzip2' 'gpm' 'libevent' 'pcre' 'xz')
-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')
-sha256sums=('9b12f5ba2d068306d7ff7385b520cdcafdc0e55c87eec877abb0e78288525430'
-            'f96bf2638e9c309bfdb857bd62a732b980231b3a683cd585ec872b249c2c1b19')
-
-configure_options=(
-  --prefix=/usr
-  --mandir=/usr/share/man
-  --disable-javascript
-)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  (cd intl; ./gen-intl; ./synclang)
-  ./configure \
-    "${configure_options[@]}" \
-    --enable-graphics \
-    --with-x \
-    --with-fb
-  make
-  mv links xlinks
-
-  ./configure \
-    "${configure_options[@]}" \
-    --disable-graphics \
-    --without-x \
-    --without-fb
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m0755 xlinks "${pkgdir}/usr/bin/xlinks"
-  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
-
-  install -D -m0644 "${srcdir}/links.desktop" "${pkgdir}/usr/share/applications/links.desktop"
-  install -d "${pkgdir}/usr/share/pixmaps"
-  install -m0644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm links-48x48.xpm "${pkgdir}/usr/share/pixmaps/"
-
-  install -d "${pkgdir}/usr/share/doc/links/calibration"
-  install -m0644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
-}

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 424011, links/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-14 14:14:16 UTC (rev 424012)
@@ -0,0 +1,66 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=links
+pkgver=2.24
+pkgrel=2
+pkgdesc='A text WWW browser, similar to Lynx'
+arch=('x86_64')
+url='http://links.twibright.com/'
+license=('GPL')
+depends=('brotli' 'libbrotlidec.so' 'bzip2' 'libbz2.so' 'gpm' 'libgpm.so'
+         'libevent' 'openssl' 'pcre' 'xz' 'zstd' 'libzstd.so')
+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')
+sha256sums=('9b12f5ba2d068306d7ff7385b520cdcafdc0e55c87eec877abb0e78288525430'
+            'f96bf2638e9c309bfdb857bd62a732b980231b3a683cd585ec872b249c2c1b19')
+
+configure_options=(
+  --prefix=/usr
+  --mandir=/usr/share/man
+  --disable-javascript
+)
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure \
+    "${configure_options[@]}" \
+    --enable-graphics \
+    --with-x \
+    --with-fb
+  make
+  mv links xlinks
+
+  ./configure \
+    "${configure_options[@]}" \
+    --disable-graphics \
+    --without-x \
+    --without-fb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m0755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m0644 "${srcdir}/links.desktop" "${pkgdir}/usr/share/applications/links.desktop"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  install -m0644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm links-48x48.xpm "${pkgdir}/usr/share/pixmaps/"
+
+  install -d "${pkgdir}/usr/share/doc/links/calibration"
+  install -m0644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
+}

Deleted: links.desktop
===================================================================
--- links.desktop	2021-09-14 14:14:08 UTC (rev 424011)
+++ links.desktop	2021-09-14 14:14:16 UTC (rev 424012)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Links
-Comment=Minimal web browser in graphical mode
-Exec=xlinks -g
-Icon=links-48x48.xpm
-Type=Application
-Terminal=false
-Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/links.desktop (from rev 424011, links/trunk/links.desktop)
===================================================================
--- links.desktop	                        (rev 0)
+++ links.desktop	2021-09-14 14:14:16 UTC (rev 424012)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Links
+Comment=Minimal web browser in graphical mode
+Exec=xlinks -g
+Icon=links-48x48.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;



More information about the arch-commits mailing list