[arch-commits] Commit in toxic/repos (4 files)
Jiachen Yang
farseerfc at archlinux.org
Thu Jun 15 15:54:44 UTC 2017
Date: Thursday, June 15, 2017 @ 15:54:43
Author: farseerfc
Revision: 237204
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
toxic/repos/community-staging-i686/
toxic/repos/community-staging-i686/PKGBUILD
(from rev 237202, toxic/trunk/PKGBUILD)
toxic/repos/community-staging-x86_64/
toxic/repos/community-staging-x86_64/PKGBUILD
(from rev 237203, toxic/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: toxic/repos/community-staging-i686/PKGBUILD (from rev 237202, toxic/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-15 15:54:43 UTC (rev 237204)
@@ -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.8.0
+pkgrel=2
+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=('3c59edb61b1bcdbfa3a8391a1a1ceccc6c9c38b49c1709813d60480b180fb39607806116b9dcd1de35ebb02e23e95d78c8191f04a4875e06e27fa43bc9800b33'
+ '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-staging-x86_64/PKGBUILD (from rev 237203, toxic/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2017-06-15 15:54:43 UTC (rev 237204)
@@ -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.8.0
+pkgrel=2
+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=('3c59edb61b1bcdbfa3a8391a1a1ceccc6c9c38b49c1709813d60480b180fb39607806116b9dcd1de35ebb02e23e95d78c8191f04a4875e06e27fa43bc9800b33'
+ '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