[arch-commits] Commit in w3m/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sun May 9 18:42:15 UTC 2021


    Date: Sunday, May 9, 2021 @ 18:42:14
  Author: lfleischer
Revision: 414878

archrelease: copy trunk to extra-x86_64

Added:
  w3m/repos/extra-x86_64/PKGBUILD
    (from rev 414877, w3m/trunk/PKGBUILD)
Deleted:
  w3m/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 18:42:08 UTC (rev 414877)
+++ PKGBUILD	2021-05-09 18:42:14 UTC (rev 414878)
@@ -1,41 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=w3m
-_gitcommit=aa078ed98ab58e961761c077472c1219dcbc738e
-pkgver=0.5.3.git20200507
-pkgrel=2
-pkgdesc='Text-based Web browser as well as pager'
-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+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 \
-		--prefix=/usr \
-		--libexecdir=/usr/lib \
-		--enable-image=x11,fb \
-		--with-imagelib=imlib2 \
-		--with-termlib=ncurses \
-		--disable-w3mmailer \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}"
-	make DESTDIR="${pkgdir}" install
-
-	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"
-}

Copied: w3m/repos/extra-x86_64/PKGBUILD (from rev 414877, w3m/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-09 18:42:14 UTC (rev 414878)
@@ -0,0 +1,42 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=w3m
+_gitcommit=6376b90cdf93c367f39d1f74e3689367a4ca141b
+_pkgver=0.5.3.git20210102-6
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Text-based Web browser as well as pager'
+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+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 \
+		--prefix=/usr \
+		--libexecdir=/usr/lib \
+		--enable-image=x11,fb \
+		--with-imagelib=imlib2 \
+		--with-termlib=ncurses \
+		--disable-w3mmailer \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}"
+	make DESTDIR="${pkgdir}" install
+
+	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"
+}



More information about the arch-commits mailing list