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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Dec 9 10:42:15 UTC 2018


    Date: Sunday, December 9, 2018 @ 10:42:15
  Author: jlichtblau
Revision: 413018

archrelease: copy trunk to community-x86_64

Added:
  reptyr/repos/community-x86_64/PKGBUILD
    (from rev 413017, reptyr/trunk/PKGBUILD)
Deleted:
  reptyr/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 33 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-09 10:42:03 UTC (rev 413017)
+++ PKGBUILD	2018-12-09 10:42:15 UTC (rev 413018)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=reptyr
-pkgver=0.6.2
-pkgrel=2
-pkgdesc='Utility for taking an existing running program and attaching it to a new terminal'
-arch=('x86_64')
-license=('BSD')
-url="https://github.com/nelhage/reptyr"
-depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver")
-md5sums=('b1ca1630518e6fa7ed353b8debfcf9e4')
-
-prepare() {
-  cd nelhage-$pkgname-*
-  sed -e 's/-Werror//' -i Makefile
-}
-
-build() {
-	cd "$srcdir"/nelhage-$pkgname-*
-
-	make
-}
-
-package() {
-	cd "$srcdir"/nelhage-$pkgname-*
-
-	make "DESTDIR=$pkgdir" "PREFIX=/usr" install
-    install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
-} 

Copied: reptyr/repos/community-x86_64/PKGBUILD (from rev 413017, reptyr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-09 10:42:15 UTC (rev 413018)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=reptyr
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Utility for taking an existing running program and attaching it to a new terminal'
+arch=('x86_64')
+license=('BSD')
+url="https://github.com/nelhage/reptyr"
+depends=('glibc')
+options=('emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver)
+sha256sums=('9de9f1c79519abe0133effd25afcb6df295c3327fc1e4a3003c7cb076a2c9d47')
+
+prepare() {
+  cd "${srcdir}"/nelhage-$pkgname-*
+
+  sed -i 's|etc/bash_completion.d|usr/share/bash-completion/completions|' Makefile
+}
+
+build() {
+  cd "${srcdir}"/nelhage-$pkgname-*
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/nelhage-$pkgname-*
+
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/reptyr/LICENSE
+}



More information about the arch-commits mailing list