X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 40E40DC00C8; Mon, 1 Sep 2014 08:26:47 +0000 (UTC) Date: Mon, 1 Sep 2014 10:26:44 +0200 From: Natanael Copa To: Johannes Matheis Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/yeahconsole: new aport Message-ID: <20140901102644.4df8760a@ncopa-desktop.alpinelinux.org> In-Reply-To: <1409238187-turnsole-10951@jmt.gr> References: <1409238187-turnsole-10951@jmt.gr> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 28 Aug 2014 15:04:05 +0000 Johannes Matheis wrote: > http://phrat.de/ > Drop-down X terminal emulator wrapper > --- > testing/yeahconsole/APKBUILD | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > create mode 100644 testing/yeahconsole/APKBUILD > > diff --git a/testing/yeahconsole/APKBUILD b/testing/yeahconsole/APKBUILD > new file mode 100644 > index 0000000..6078e7a > --- /dev/null > +++ b/testing/yeahconsole/APKBUILD > @@ -0,0 +1,32 @@ > +# Contributor: Johannes Matheis > +# Maintainer: Johannes Matheis > +pkgname=yeahconsole > +pkgver=0.3.4 > +pkgrel=0 > +pkgdesc="Drop-down X terminal emulator wrapper" > +url="http://phrat.de/" > +arch="all" > +license="GPL2" > +depends="" > +depends_dev="" > +makedepends="$depends_dev" Whoops. The makedepends was bad. I added a fix. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---