[arch-commits] Commit in toxic/repos (4 files)

Jiachen Yang farseerfc at archlinux.org
Fri Apr 21 16:10:43 UTC 2017


    Date: Friday, April 21, 2017 @ 16:10:43
  Author: farseerfc
Revision: 224174

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

Added:
  toxic/repos/community-testing-i686/
  toxic/repos/community-testing-i686/PKGBUILD
    (from rev 224173, toxic/trunk/PKGBUILD)
  toxic/repos/community-testing-x86_64/
  toxic/repos/community-testing-x86_64/PKGBUILD
    (from rev 224173, toxic/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: toxic/repos/community-testing-i686/PKGBUILD (from rev 224173, toxic/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-04-21 16:10:43 UTC (rev 224174)
@@ -0,0 +1,33 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer: Vlad M. <vlad at archlinux.net>
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.2
+pkgrel=6
+depends=('curl'
+         'desktop-file-utils'
+         'freealut'
+         'libnotify'
+         'qrencode'
+         'toxcore')
+arch=('i686' 'x86_64')
+url='https://github.com/JFreegman/toxic'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
+	"$pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc")
+sha512sums=('cf3fd0afdc63aa4d2039e08a8f9f32a042a6412f0a242823205fcf058f56e732468389d4bdf614ded8b0d9704b05a315044ee216edd51546501a24be0b6d5b26'
+            'SKIP')
+validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman <jfreegman at gmail.com>
+
+build() {
+  cd "$pkgname-$pkgver"
+  # enabled X11 on konsole may cause https://github.com/JFreegman/toxic/issues/277
+  # but we can only do video and call with X11 enabled https://bugs.archlinux.org/task/52836
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: toxic/repos/community-testing-x86_64/PKGBUILD (from rev 224173, toxic/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-04-21 16:10:43 UTC (rev 224174)
@@ -0,0 +1,33 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer: Vlad M. <vlad at archlinux.net>
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.2
+pkgrel=6
+depends=('curl'
+         'desktop-file-utils'
+         'freealut'
+         'libnotify'
+         'qrencode'
+         'toxcore')
+arch=('i686' 'x86_64')
+url='https://github.com/JFreegman/toxic'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
+	"$pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc")
+sha512sums=('cf3fd0afdc63aa4d2039e08a8f9f32a042a6412f0a242823205fcf058f56e732468389d4bdf614ded8b0d9704b05a315044ee216edd51546501a24be0b6d5b26'
+            'SKIP')
+validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman <jfreegman at gmail.com>
+
+build() {
+  cd "$pkgname-$pkgver"
+  # enabled X11 on konsole may cause https://github.com/JFreegman/toxic/issues/277
+  # but we can only do video and call with X11 enabled https://bugs.archlinux.org/task/52836
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list