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

Gaëtan Bisson bisson at archlinux.org
Wed May 13 20:53:11 UTC 2020


    Date: Wednesday, May 13, 2020 @ 20:53:11
  Author: bisson
Revision: 383339

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 41 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-13 20:52:47 UTC (rev 383338)
+++ PKGBUILD	2020-05-13 20:53:11 UTC (rev 383339)
@@ -1,48 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=w3m
-_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'
-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
-
-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 \
-		--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 383338, w3m/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-13 20:53:11 UTC (rev 383339)
@@ -0,0 +1,41 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=w3m
+_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'
+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