[arch-commits] Commit in toxcore/repos (12 files)

Felix Yan fyan at archlinux.org
Fri Dec 4 05:58:35 UTC 2015


    Date: Friday, December 4, 2015 @ 06:58:35
  Author: fyan
Revision: 148323

archrelease: copy trunk to community-i686, community-x86_64

Added:
  toxcore/repos/community-i686/PKGBUILD
    (from rev 148322, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-i686/toxcore.conf
    (from rev 148322, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-i686/toxcore.install
    (from rev 148322, toxcore/trunk/toxcore.install)
  toxcore/repos/community-x86_64/PKGBUILD
    (from rev 148322, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-x86_64/toxcore.conf
    (from rev 148322, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-x86_64/toxcore.install
    (from rev 148322, toxcore/trunk/toxcore.install)
Deleted:
  toxcore/repos/community-i686/PKGBUILD
  toxcore/repos/community-i686/toxcore.conf
  toxcore/repos/community-i686/toxcore.install
  toxcore/repos/community-x86_64/PKGBUILD
  toxcore/repos/community-x86_64/toxcore.conf
  toxcore/repos/community-x86_64/toxcore.install

----------------------------------+
 /PKGBUILD                        |  120 +++++++++++++++++++++++++++++++++++++
 /toxcore.conf                    |    4 +
 /toxcore.install                 |   22 ++++++
 community-i686/PKGBUILD          |   60 ------------------
 community-i686/toxcore.conf      |    2 
 community-i686/toxcore.install   |   11 ---
 community-x86_64/PKGBUILD        |   60 ------------------
 community-x86_64/toxcore.conf    |    2 
 community-x86_64/toxcore.install |   11 ---
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-04 05:57:50 UTC (rev 148322)
+++ community-i686/PKGBUILD	2015-12-04 05:58:35 UTC (rev 148323)
@@ -1,60 +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=3661
-_commit=608ee07c9634d7fa9e90958c6948c1e012434c81
-pkgrel=1
-pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
-arch=('i686' 'x86_64')
-url='https://tox.chat'
-license=('GPL3')
-depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
-makedepends=('git' 'check')
-conflicts=("tox")
-provides=("tox")
-backup=('etc/tox-bootstrapd.conf')
-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
-  # Tests hang as of 3638
-  # 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/PKGBUILD (from rev 148322, toxcore/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-04 05:58:35 UTC (rev 148323)
@@ -0,0 +1,60 @@
+# $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=3667
+_commit=9c6476933161411967ff49d8311038ae31e1b8a8
+pkgrel=1
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('i686' 'x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('git' 'check')
+conflicts=("tox")
+provides=("tox")
+backup=('etc/tox-bootstrapd.conf')
+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
+  # Tests hang as of 3638
+  # 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"
+}

Deleted: community-i686/toxcore.conf
===================================================================
--- community-i686/toxcore.conf	2015-12-04 05:57:50 UTC (rev 148322)
+++ community-i686/toxcore.conf	2015-12-04 05:58:35 UTC (rev 148323)
@@ -1,2 +0,0 @@
-u tox-bootstrapd - "Tox bootstrapd"
-g tox-bootstrapd -
\ No newline at end of file

Copied: toxcore/repos/community-i686/toxcore.conf (from rev 148322, toxcore/trunk/toxcore.conf)
===================================================================
--- community-i686/toxcore.conf	                        (rev 0)
+++ community-i686/toxcore.conf	2015-12-04 05:58:35 UTC (rev 148323)
@@ -0,0 +1,2 @@
+u tox-bootstrapd - "Tox bootstrapd"
+g tox-bootstrapd -
\ No newline at end of file

Deleted: community-i686/toxcore.install
===================================================================
--- community-i686/toxcore.install	2015-12-04 05:57:50 UTC (rev 148322)
+++ community-i686/toxcore.install	2015-12-04 05:58:35 UTC (rev 148323)
@@ -1,11 +0,0 @@
-post_install() {
-  systemd-sysusers toxcore.conf
-  [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd
-}
-
-post_upgrade() {
-  (( $(vercmp $2 '3523-3') < 0 )) && (
-    systemd-sysusers toxcore.conf
-    [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd
-  ) || true
-}

Copied: toxcore/repos/community-i686/toxcore.install (from rev 148322, toxcore/trunk/toxcore.install)
===================================================================
--- community-i686/toxcore.install	                        (rev 0)
+++ community-i686/toxcore.install	2015-12-04 05:58:35 UTC (rev 148323)
@@ -0,0 +1,11 @@
+post_install() {
+  systemd-sysusers toxcore.conf
+  [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd
+}
+
+post_upgrade() {
+  (( $(vercmp $2 '3523-3') < 0 )) && (
+    systemd-sysusers toxcore.conf
+    [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd
+  ) || true
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-04 05:57:50 UTC (rev 148322)
+++ community-x86_64/PKGBUILD	2015-12-04 05:58:35 UTC (rev 148323)
@@ -1,60 +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=3661
-_commit=608ee07c9634d7fa9e90958c6948c1e012434c81
-pkgrel=1
-pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
-arch=('i686' 'x86_64')
-url='https://tox.chat'
-license=('GPL3')
-depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
-makedepends=('git' 'check')
-conflicts=("tox")
-provides=("tox")
-backup=('etc/tox-bootstrapd.conf')
-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
-  # Tests hang as of 3638
-  # 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/PKGBUILD (from rev 148322, toxcore/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-04 05:58:35 UTC (rev 148323)
@@ -0,0 +1,60 @@
+# $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=3667
+_commit=9c6476933161411967ff49d8311038ae31e1b8a8
+pkgrel=1
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('i686' 'x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('git' 'check')
+conflicts=("tox")
+provides=("tox")
+backup=('etc/tox-bootstrapd.conf')
+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
+  # Tests hang as of 3638
+  # 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"
+}

Deleted: community-x86_64/toxcore.conf
===================================================================
--- community-x86_64/toxcore.conf	2015-12-04 05:57:50 UTC (rev 148322)
+++ community-x86_64/toxcore.conf	2015-12-04 05:58:35 UTC (rev 148323)
@@ -1,2 +0,0 @@
-u tox-bootstrapd - "Tox bootstrapd"
-g tox-bootstrapd -
\ No newline at end of file

Copied: toxcore/repos/community-x86_64/toxcore.conf (from rev 148322, toxcore/trunk/toxcore.conf)
===================================================================
--- community-x86_64/toxcore.conf	                        (rev 0)
+++ community-x86_64/toxcore.conf	2015-12-04 05:58:35 UTC (rev 148323)
@@ -0,0 +1,2 @@
+u tox-bootstrapd - "Tox bootstrapd"
+g tox-bootstrapd -
\ No newline at end of file

Deleted: community-x86_64/toxcore.install
===================================================================
--- community-x86_64/toxcore.install	2015-12-04 05:57:50 UTC (rev 148322)
+++ community-x86_64/toxcore.install	2015-12-04 05:58:35 UTC (rev 148323)
@@ -1,11 +0,0 @@
-post_install() {
-  systemd-sysusers toxcore.conf
-  [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd
-}
-
-post_upgrade() {
-  (( $(vercmp $2 '3523-3') < 0 )) && (
-    systemd-sysusers toxcore.conf
-    [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd
-  ) || true
-}

Copied: toxcore/repos/community-x86_64/toxcore.install (from rev 148322, toxcore/trunk/toxcore.install)
===================================================================
--- community-x86_64/toxcore.install	                        (rev 0)
+++ community-x86_64/toxcore.install	2015-12-04 05:58:35 UTC (rev 148323)
@@ -0,0 +1,11 @@
+post_install() {
+  systemd-sysusers toxcore.conf
+  [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd
+}
+
+post_upgrade() {
+  (( $(vercmp $2 '3523-3') < 0 )) && (
+    systemd-sysusers toxcore.conf
+    [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd
+  ) || true
+}



More information about the arch-commits mailing list