From 006f34dfdf4bd72a7ad2a4bd15372961e04c317a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BChlinghaus?= Date: Tue, 24 Mar 2015 23:25:41 +0100 Subject: [PATCH 1/2] New package: utox-0.2.o_1 --- srcpkgs/utox/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/utox/template diff --git a/srcpkgs/utox/template b/srcpkgs/utox/template new file mode 100644 index 00000000000..8a2e0e13674 --- /dev/null +++ b/srcpkgs/utox/template @@ -0,0 +1,17 @@ +# Template file for 'utox' +pkgname="utox" +version="0.2.o" +revision=1 +_commithash="bdd1a009518e325a73a527da152793102b765ef6" +short_desc="Lightweight TOX instant messenger client written in C" +maintainer="Stefan Mühlinghaus " +license="GPL-3" +homepage="https://wiki.tox.im/UTox" +depends="toxcore-git>=20150313_2" +makedepends="toxcore-devel-git filteraudio-devel-git fontconfig-devel freetype-devel libopenal-devel libvpx-devel libX11-devel libXext-devel libXrender-devel dbus-devel v4l-utils-devel libsodium-devel opus-devel" +hostmakedepends="pkg-config" +distfiles="https://github.com/notsecure/uTox/archive/${_commithash}.tar.gz" +checksum="79c8b9c3431a6b91911fc8dada1dfd57eea5f3074f05673f8c3742de63276f6d" +build_style="gnu-makefile" +wrksrc="uTox-${_commithash}" + From 3d58ab87169f2112923757f37ad07a890939c27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BChlinghaus?= Date: Mon, 30 Mar 2015 10:19:03 +0200 Subject: [PATCH 2/2] utox: Fetching tag instead of commit and removed explicit dependency --- srcpkgs/utox/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/utox/template b/srcpkgs/utox/template index 8a2e0e13674..cf45612462b 100644 --- a/srcpkgs/utox/template +++ b/srcpkgs/utox/template @@ -2,16 +2,14 @@ pkgname="utox" version="0.2.o" revision=1 -_commithash="bdd1a009518e325a73a527da152793102b765ef6" short_desc="Lightweight TOX instant messenger client written in C" maintainer="Stefan Mühlinghaus " license="GPL-3" homepage="https://wiki.tox.im/UTox" -depends="toxcore-git>=20150313_2" makedepends="toxcore-devel-git filteraudio-devel-git fontconfig-devel freetype-devel libopenal-devel libvpx-devel libX11-devel libXext-devel libXrender-devel dbus-devel v4l-utils-devel libsodium-devel opus-devel" hostmakedepends="pkg-config" -distfiles="https://github.com/notsecure/uTox/archive/${_commithash}.tar.gz" -checksum="79c8b9c3431a6b91911fc8dada1dfd57eea5f3074f05673f8c3742de63276f6d" +distfiles="https://github.com/notsecure/uTox/archive/v${version}.tar.gz" +checksum="dd8c96cf175b1d3e07bb588c82a7dbf08e388ca385b8abc4524bffafe62b7605" build_style="gnu-makefile" -wrksrc="uTox-${_commithash}" +wrksrc="uTox-${version}"