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

Jiachen Yang farseerfc at archlinux.org
Mon Feb 20 08:38:36 UTC 2017


    Date: Monday, February 20, 2017 @ 08:38:35
  Author: farseerfc
Revision: 213163

archrelease: copy trunk to community-testing-x86_64

Added:
  qtox/repos/community-testing-x86_64/
  qtox/repos/community-testing-x86_64/PKGBUILD
    (from rev 213162, qtox/trunk/PKGBUILD)

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

Copied: qtox/repos/community-testing-x86_64/PKGBUILD (from rev 213162, qtox/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-02-20 08:38:35 UTC (rev 213163)
@@ -0,0 +1,56 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer: Vlad M. <vlad at archlinux.net>
+# Contributor: Håvard Pettersson <mail at haavard.me>
+# Contributor: Kevin MacMartin <prurigro at gmail dot com>
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.8.1
+pkgrel=2
+_gitver='bdbf2b461bd2fde5c2cc00fca364f76e5b448356'
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('libxss'
+         'openal'
+         'gtk2'
+         'ffmpeg'
+         'qrencode'
+         'qt5-svg'
+         'sqlcipher'
+         'toxcore')
+makedepends=('qt5-tools' 'git' 'mesa-libgl')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver")
+source=("https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz"
+        "https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc"
+        )
+sha512sums=('372bf6852c14f86da1b89b825e2115b87669c8c54df63025feaa38166ba6dd61942ea119472ea9b5f6029322178187f1233a8feee5cd789d603613768270ec46'
+            'SKIP'
+            )
+
+# GPG key fingerprints taken from https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 <sudden6 at gmx.at>
+              'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar <zetok at openmailbox.org>
+	      '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+	      '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+	      'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+	      '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+             )
+# prepare() {
+# 	## apply PR https://github.com/qTox/qTox/issues/4053
+# 	#patch -p1 <pr4053.patch
+# }
+
+build() {
+  install -d build
+  cd build
+  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO GIT_VERSION=$_gitver GIT_DESCRIBE=v$pkgver ..
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list