~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] main/tmux: bash-completion subpackage

Eivind Uggedal <eivind@uggedal.com>
Details
Message ID
<1385554125-25058-1-git-send-email-eivind@uggedal.com>
Sender timestamp
1385554125
DKIM signature
missing
Download raw message
Patch: +11 -2
---
 main/tmux/APKBUILD | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/main/tmux/APKBUILD b/main/tmux/APKBUILD
index 881e0cc3119e..3402a141db51 100644
--- a/main/tmux/APKBUILD
+++ b/main/tmux/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=tmux
pkgver=1.8
pkgrel=2
pkgrel=3
pkgdesc="Tool to control multiple terminals from a single terminal"
url="http://tmux.sourceforge.net/"
arch="all"
@@ -10,7 +10,7 @@ license="BSD"
depends="ncurses-terminfo"
makedepends="ncurses-dev libevent-dev autoconf automake"
install=
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-bash-completion:completion"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"

_builddir="$srcdir/$pkgname-$pkgver"
@@ -39,6 +39,15 @@ package() {
	make DESTDIR="$pkgdir" install || return 1
}

completion() {
	depends=""
	pkgdesc="Bash completion script for tmux"
	arch="noarch"

	install -Dm644 "$srcdir"/tmux-$pkgver/examples/bash_completion_tmux.sh \
		"$subpkgdir"/usr/share/bash-completion/completions/tmux
}

md5sums="b9477de2fe660244cbc6e6d7e668ea0e  tmux-1.8.tar.gz"
sha256sums="f265401ca890f8223e09149fcea5abcd6dfe75d597ab106e172b01e9d0c9cd44  tmux-1.8.tar.gz"
sha512sums="555c7cdc51bfbaa1c90fa0dc820e7ad89d8a4eb818e62d8ccf4637cc96e985ffd9c242b9ba092820c3fb96d09d65c46064ce361062e59ef2586b122e624bbbbb  tmux-1.8.tar.gz"
-- 
1.8.4.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20131127220325.59ec16ab@ncopa-netbook.res.nor.wtbts.net>
In-Reply-To
<1385554125-25058-1-git-send-email-eivind@uggedal.com> (view parent)
Sender timestamp
1385586205
DKIM signature
missing
Download raw message
On Wed, 27 Nov 2013 12:08:45 +0000
Eivind Uggedal <eivind@uggedal.com> wrote:

> ---
>  main/tmux/APKBUILD | 13 +++++++++++--
>  1 file changed, 11 insertions(+), 2 deletions(-)


applied. thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)