[arch-commits] Commit in toxic/repos (4 files)
Jiachen Yang
farseerfc at archlinux.org
Wed Dec 21 08:33:45 UTC 2016
Date: Wednesday, December 21, 2016 @ 08:33:44
Author: farseerfc
Revision: 200670
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 200669, toxic/trunk/PKGBUILD)
toxic/repos/community-staging-x86_64/
toxic/repos/community-staging-x86_64/PKGBUILD
(from rev 200669, toxic/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: toxic/repos/community-staging-i686/PKGBUILD (from rev 200669, toxic/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-21 08:33:44 UTC (rev 200670)
@@ -0,0 +1,32 @@
+# 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=1
+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"
+ # disable X11 because https://github.com/JFreegman/toxic/issues/277
+ make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
Copied: toxic/repos/community-staging-x86_64/PKGBUILD (from rev 200669, toxic/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-12-21 08:33:44 UTC (rev 200670)
@@ -0,0 +1,32 @@
+# 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=1
+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"
+ # disable X11 because https://github.com/JFreegman/toxic/issues/277
+ make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list