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

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 16:28:04 UTC 2022


    Date: Wednesday, May 4, 2022 @ 16:28:03
  Author: arojas
Revision: 444622

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 16:27:51 UTC (rev 444621)
+++ PKGBUILD	2022-05-04 16:28:03 UTC (rev 444622)
@@ -1,42 +0,0 @@
-# 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"
-}

Copied: w3m/repos/extra-x86_64/PKGBUILD (from rev 444621, w3m/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 16:28:03 UTC (rev 444622)
@@ -0,0 +1,42 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=w3m
+_gitcommit=30486718c5512fef115b01a235a05dad45d4328c
+_pkgver=0.5.3.git20220409-1
+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