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

Evangelos Foutras foutrelis at archlinux.org
Sun Feb 4 12:16:17 UTC 2018


    Date: Sunday, February 4, 2018 @ 12:16:15
  Author: foutrelis
Revision: 288981

archrelease: copy trunk to community-staging-x86_64

Added:
  toxic/repos/community-staging-x86_64/
  toxic/repos/community-staging-x86_64/PKGBUILD
    (from rev 288980, toxic/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: toxic/repos/community-staging-x86_64/PKGBUILD (from rev 288980, toxic/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-02-04 12:16:15 UTC (rev 288981)
@@ -0,0 +1,39 @@
+# 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.8.1
+pkgrel=3
+depends=('curl'
+         'desktop-file-utils'
+         'freealut'
+         'libnotify'
+         'qrencode'
+         'toxcore')
+arch=('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=('d63f5c4c853823db4c511e08901d6fcd581be29511a3ee04852fecd19709012b6cddee8e39e7a564bc8a2bc84a0a2455abe255bb20f65e06b26b35bcf90d9b76'
+            'SKIP')
+validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman <jfreegman at gmail.com>
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  #patch -Np1 < ../ver0.8.0.patch
+}
+
+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