[arch-commits] Commit in edbrowse/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alad Wenter alad at archlinux.org
Fri Aug 23 06:45:53 UTC 2019


    Date: Friday, August 23, 2019 @ 06:45:52
  Author: alad
Revision: 500990

archrelease: copy trunk to community-x86_64

Added:
  edbrowse/repos/community-x86_64/PKGBUILD
    (from rev 500989, edbrowse/trunk/PKGBUILD)
Deleted:
  edbrowse/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 34 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-23 06:45:41 UTC (rev 500989)
+++ PKGBUILD	2019-08-23 06:45:52 UTC (rev 500990)
@@ -1,41 +0,0 @@
-# Maintainer: Alad Wenter <alad (at) mailbox.org>
-# Contributor: Chris Brannon <cmbrannon (at) cox.net>
-# Contributor: joyfulgirl <joyfulgirl (at) archlinux.us>
-# Contributor: Chuck Boucher <jofywyxaxukyvofa (at) tempomail.fr>
-# Contributor: aksr <aksr at t-com dot me>
-
-pkgname=edbrowse
-pkgver=3.7.4
-pkgrel=2
-_commit=7e1be6c69fd336561c89c94a549d7cd454470dee # 3.7.4
-pkgdesc='Line-oriented editor, browser and mail client'
-arch=('x86_64')
-url='http://edbrowse.org'
-license=('GPL' 'MPL')
-depends=('duktape' 'tidy' 'curl' 'pcre')
-makedepends=('git')
-source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit")
-sha256sums=('SKIP')
-
-prepare() {
-    cd "$pkgname-$pkgver"
-
-    # Fix build with curl 7.62.0
-    git cherry-pick -n 5d2b9e21fdf019f461ebe62738d615428d5db963
-}
-
-build() {
-    cd "$pkgname-$pkgver"
-    make CFLAGS="-I/usr/include/tidy" all
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make -C src DESTDIR="$pkgdir" prefix=/usr install
-
-    install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
-    install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-    install -Dm644 doc/usersguide.html doc/sample.ebrc -t "$pkgdir/usr/share/doc/edbrowse"
-    install -Dm644 doc/man-edbrowse-debian.1 -T "$pkgdir/usr/share/man/man1/edbrowse.1"
-}
-

Copied: edbrowse/repos/community-x86_64/PKGBUILD (from rev 500989, edbrowse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-23 06:45:52 UTC (rev 500990)
@@ -0,0 +1,34 @@
+# Maintainer: Alad Wenter <alad (at) mailbox.org>
+# Contributor: Chris Brannon <cmbrannon (at) cox.net>
+# Contributor: joyfulgirl <joyfulgirl (at) archlinux.us>
+# Contributor: Chuck Boucher <jofywyxaxukyvofa (at) tempomail.fr>
+# Contributor: aksr <aksr at t-com dot me>
+pkgname=edbrowse
+pkgver=3.7.5
+pkgrel=1
+_commit=c3fd420c0a7b73a88e2739b6464ee872235db4ea # 3.7.5
+pkgdesc='Line-oriented editor, browser and mail client'
+arch=('x86_64')
+url='https://edbrowse.org'
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+makedepends=('git')
+source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+    cd "$pkgname-$pkgver"
+    make CFLAGS="-I/usr/include/tidy" all
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+    install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
+    install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+
+    install -Dm644 doc/usersguide.html doc/sample.ebrc -t "$pkgdir/usr/share/doc/edbrowse"
+    install -Dm644 doc/man-edbrowse-debian.1 -T "$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+



More information about the arch-commits mailing list