[arch-commits] Commit in toxcore/repos (8 files)
Felix Yan
fyan at archlinux.org
Thu Oct 22 10:07:49 UTC 2015
Date: Thursday, October 22, 2015 @ 12:07:48
Author: fyan
Revision: 144686
archrelease: copy trunk to community-i686, community-x86_64
Added:
toxcore/repos/community-i686/PKGBUILD
(from rev 144685, toxcore/trunk/PKGBUILD)
toxcore/repos/community-i686/toxcore.conf
(from rev 144685, toxcore/trunk/toxcore.conf)
toxcore/repos/community-i686/toxcore.install
(from rev 144685, toxcore/trunk/toxcore.install)
toxcore/repos/community-x86_64/PKGBUILD
(from rev 144685, toxcore/trunk/PKGBUILD)
toxcore/repos/community-x86_64/toxcore.conf
(from rev 144685, toxcore/trunk/toxcore.conf)
toxcore/repos/community-x86_64/toxcore.install
(from rev 144685, toxcore/trunk/toxcore.install)
Deleted:
toxcore/repos/community-i686/PKGBUILD
toxcore/repos/community-x86_64/PKGBUILD
----------------------------------+
/PKGBUILD | 116 +++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 51 ----------------
community-i686/toxcore.conf | 2
community-i686/toxcore.install | 3
community-x86_64/PKGBUILD | 51 ----------------
community-x86_64/toxcore.conf | 2
community-x86_64/toxcore.install | 3
7 files changed, 126 insertions(+), 102 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-10-22 10:07:05 UTC (rev 144685)
+++ community-i686/PKGBUILD 2015-10-22 10:07:48 UTC (rev 144686)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Håvard Pettersson <mail at haavard.me>
-# Contributor: naxuroqa <naxuroqa at gmail.com>
-# Contributor: Boohbah <boohbah at gmail.com>
-# Contributor: Kevin MacMartin <prurigro at gmail dot com>
-
-pkgname=toxcore
-pkgver=3513
-_commit=6120b0e0bb865ab196cdf717a4829a3f83ef1e7b
-pkgrel=1
-pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
-arch=('i686' 'x86_64')
-url='https://tox.chat'
-license=('GPL3')
-depends=('libconfig>=1.4'
- 'libsodium>=1.0'
- 'libvpx'
- 'opus')
-makedepends=('git' 'check')
-conflicts=("tox")
-provides=("tox")
-source=("git+https://github.com/irungentoo/toxcore.git#commit=$_commit")
-sha512sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git rev-list --count HEAD
-}
-
-build() {
- cd $pkgname
- autoreconf -if
- ./configure \
- --prefix=/usr \
- --enable-daemon \
- --disable-ntox \
- --disable-tests
- make
-}
-
-check() {
- cd $pkgname
- make check
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
- install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service "$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
-}
Copied: toxcore/repos/community-i686/PKGBUILD (from rev 144685, toxcore/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-22 10:07:48 UTC (rev 144686)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Håvard Pettersson <mail at haavard.me>
+# Contributor: naxuroqa <naxuroqa at gmail.com>
+# Contributor: Boohbah <boohbah at gmail.com>
+# Contributor: Kevin MacMartin <prurigro at gmail dot com>
+
+pkgname=toxcore
+pkgver=3523
+_commit=a25cc96b4f2aeaca169df834e39df796ac08f1bd
+pkgrel=1
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('i686' 'x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('git' 'check')
+conflicts=("tox")
+provides=("tox")
+install=$pkgname.install
+source=("git+https://github.com/irungentoo/toxcore.git#commit=$_commit"
+ 'toxcore.conf')
+sha512sums=('SKIP'
+ '71885e69f7b84955f6bdbf27b9e8196349cdd254b02b510433851bd218374d9c47aa7d3946dcc6a5cff6c8e705bc98d8a09de27039f60b8b088784cf8fa9d719')
+
+pkgver() {
+ cd $pkgname
+ git rev-list --count HEAD
+}
+
+prepare() {
+ cd $pkgname
+ sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
+}
+
+build() {
+ cd $pkgname
+ autoreconf -if
+ ./configure \
+ --prefix=/usr \
+ --enable-daemon \
+ --disable-ntox \
+ --enable-tests
+ make
+}
+
+check() {
+ cd $pkgname
+ make check || warning "Tests failed"
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir/toxcore.conf" "$pkgdir/usr/lib/sysusers.d/toxcore.conf"
+ install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service "$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
+ install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.conf "$pkgdir/etc/tox-bootstrapd.conf"
+}
Copied: toxcore/repos/community-i686/toxcore.conf (from rev 144685, toxcore/trunk/toxcore.conf)
===================================================================
--- community-i686/toxcore.conf (rev 0)
+++ community-i686/toxcore.conf 2015-10-22 10:07:48 UTC (rev 144686)
@@ -0,0 +1,2 @@
+u tox-bootstrapd - "Tox bootstrapd"
+g tox-bootstrapd -
\ No newline at end of file
Copied: toxcore/repos/community-i686/toxcore.install (from rev 144685, toxcore/trunk/toxcore.install)
===================================================================
--- community-i686/toxcore.install (rev 0)
+++ community-i686/toxcore.install 2015-10-22 10:07:48 UTC (rev 144686)
@@ -0,0 +1,3 @@
+post_install() {
+ systemd-sysusers toxcore.conf
+}
\ No newline at end of file
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-10-22 10:07:05 UTC (rev 144685)
+++ community-x86_64/PKGBUILD 2015-10-22 10:07:48 UTC (rev 144686)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Håvard Pettersson <mail at haavard.me>
-# Contributor: naxuroqa <naxuroqa at gmail.com>
-# Contributor: Boohbah <boohbah at gmail.com>
-# Contributor: Kevin MacMartin <prurigro at gmail dot com>
-
-pkgname=toxcore
-pkgver=3513
-_commit=6120b0e0bb865ab196cdf717a4829a3f83ef1e7b
-pkgrel=1
-pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
-arch=('i686' 'x86_64')
-url='https://tox.chat'
-license=('GPL3')
-depends=('libconfig>=1.4'
- 'libsodium>=1.0'
- 'libvpx'
- 'opus')
-makedepends=('git' 'check')
-conflicts=("tox")
-provides=("tox")
-source=("git+https://github.com/irungentoo/toxcore.git#commit=$_commit")
-sha512sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git rev-list --count HEAD
-}
-
-build() {
- cd $pkgname
- autoreconf -if
- ./configure \
- --prefix=/usr \
- --enable-daemon \
- --disable-ntox \
- --disable-tests
- make
-}
-
-check() {
- cd $pkgname
- make check
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
- install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service "$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
-}
Copied: toxcore/repos/community-x86_64/PKGBUILD (from rev 144685, toxcore/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-10-22 10:07:48 UTC (rev 144686)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Håvard Pettersson <mail at haavard.me>
+# Contributor: naxuroqa <naxuroqa at gmail.com>
+# Contributor: Boohbah <boohbah at gmail.com>
+# Contributor: Kevin MacMartin <prurigro at gmail dot com>
+
+pkgname=toxcore
+pkgver=3523
+_commit=a25cc96b4f2aeaca169df834e39df796ac08f1bd
+pkgrel=1
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('i686' 'x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('git' 'check')
+conflicts=("tox")
+provides=("tox")
+install=$pkgname.install
+source=("git+https://github.com/irungentoo/toxcore.git#commit=$_commit"
+ 'toxcore.conf')
+sha512sums=('SKIP'
+ '71885e69f7b84955f6bdbf27b9e8196349cdd254b02b510433851bd218374d9c47aa7d3946dcc6a5cff6c8e705bc98d8a09de27039f60b8b088784cf8fa9d719')
+
+pkgver() {
+ cd $pkgname
+ git rev-list --count HEAD
+}
+
+prepare() {
+ cd $pkgname
+ sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
+}
+
+build() {
+ cd $pkgname
+ autoreconf -if
+ ./configure \
+ --prefix=/usr \
+ --enable-daemon \
+ --disable-ntox \
+ --enable-tests
+ make
+}
+
+check() {
+ cd $pkgname
+ make check || warning "Tests failed"
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir/toxcore.conf" "$pkgdir/usr/lib/sysusers.d/toxcore.conf"
+ install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service "$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
+ install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.conf "$pkgdir/etc/tox-bootstrapd.conf"
+}
Copied: toxcore/repos/community-x86_64/toxcore.conf (from rev 144685, toxcore/trunk/toxcore.conf)
===================================================================
--- community-x86_64/toxcore.conf (rev 0)
+++ community-x86_64/toxcore.conf 2015-10-22 10:07:48 UTC (rev 144686)
@@ -0,0 +1,2 @@
+u tox-bootstrapd - "Tox bootstrapd"
+g tox-bootstrapd -
\ No newline at end of file
Copied: toxcore/repos/community-x86_64/toxcore.install (from rev 144685, toxcore/trunk/toxcore.install)
===================================================================
--- community-x86_64/toxcore.install (rev 0)
+++ community-x86_64/toxcore.install 2015-10-22 10:07:48 UTC (rev 144686)
@@ -0,0 +1,3 @@
+post_install() {
+ systemd-sysusers toxcore.conf
+}
\ No newline at end of file
More information about the arch-commits
mailing list