[arch-commits] Commit in dialog/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Aug 9 22:50:05 UTC 2019


    Date: Friday, August 9, 2019 @ 22:50:04
  Author: foutrelis
Revision: 359401

archrelease: copy trunk to testing-x86_64

Added:
  dialog/repos/testing-x86_64/PKGBUILD
    (from rev 359400, dialog/trunk/PKGBUILD)
Deleted:
  dialog/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-09 22:49:59 UTC (rev 359400)
+++ PKGBUILD	2019-08-09 22:50:04 UTC (rev 359401)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=dialog
-pkgver=1.3_20190806
-pkgrel=1
-epoch=1
-pkgdesc="A tool to display dialog boxes from shell scripts"
-arch=('x86_64')
-url="https://invisible-island.net/dialog/"
-license=('LGPL2.1')
-depends=('sh' 'ncurses')
-provides=('libdialog.so')
-source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('017cf3d5c608078e4c00e40a158352a779f37cc117bc592aa11d0bffa40295eb')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  ./configure \
-    --prefix=/usr \
-    --enable-nls \
-    --with-libtool \
-    --with-ncursesw
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  make DESTDIR="$pkgdir" install-full
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dialog/repos/testing-x86_64/PKGBUILD (from rev 359400, dialog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-09 22:50:04 UTC (rev 359401)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=dialog
+pkgver=1.3_20190808
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('x86_64')
+url="https://invisible-island.net/dialog/"
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+provides=('libdialog.so')
+source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz)
+sha256sums=('886e12f2cf3df36cde65f32f6ae52bc598eb2599a611b1d8ce5dfdea599e47e2')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-nls \
+    --with-libtool \
+    --with-ncursesw
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install-full
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list