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

Gaëtan Bisson bisson at archlinux.org
Mon Nov 20 23:13:23 UTC 2017


    Date: Monday, November 20, 2017 @ 23:13:22
  Author: bisson
Revision: 310491

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-20 23:12:17 UTC (rev 310490)
+++ PKGBUILD	2017-11-20 23:13:22 UTC (rev 310491)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=w3m
-_gitcommit=1ac245bdcd803f69c7793ecccc090a80b1137d35
-pkgver=0.5.3.git20170102
-pkgrel=2
-pkgdesc='Text-based Web browser, as well as pager'
-url='http://w3m.sourceforge.net/'
-license=('custom')
-arch=('i686' 'x86_64')
-makedepends=('git' 'imlib2')
-optdepends=('imlib2: for graphics support')
-depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/collab-maint/w3m.git#commit=${_gitcommit}")
-sha256sums=('SKIP')
-
-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}/"${pkgname}"
-	find doc/* | grep -v CVS | xargs -i install -m644 "{}" "${pkgdir}/usr/share/doc/${pkgname}"
-	ln -s ../../doc/"${pkgname}"/README "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: w3m/repos/extra-x86_64/PKGBUILD (from rev 310490, w3m/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-20 23:13:22 UTC (rev 310491)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=w3m
+_gitcommit=d69111c10189628f02903e076238d7bd390d6a6a
+pkgver=0.5.3.git20171120
+pkgrel=1
+pkgdesc='Text-based Web browser as well as pager'
+url='https://anonscm.debian.org/git/collab-maint/w3m.git/'
+license=('custom')
+arch=('x86_64')
+makedepends=('git' 'imlib2')
+optdepends=('imlib2: for graphics support')
+depends=('openssl' 'gc' 'ncurses' 'gpm')
+source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=${_gitcommit}")
+sha256sums=('SKIP')
+
+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