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

Jiachen Yang farseerfc at archlinux.org
Mon Jul 4 19:19:36 UTC 2016


    Date: Monday, July 4, 2016 @ 19:19:36
  Author: farseerfc
Revision: 182230

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

Added:
  qtox/repos/community-staging-i686/
  qtox/repos/community-staging-i686/PKGBUILD
    (from rev 182229, qtox/trunk/PKGBUILD)
  qtox/repos/community-staging-x86_64/
  qtox/repos/community-staging-x86_64/PKGBUILD
    (from rev 182229, qtox/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   39 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: qtox/repos/community-staging-i686/PKGBUILD (from rev 182229, qtox/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-07-04 19:19:36 UTC (rev 182230)
@@ -0,0 +1,39 @@
+# 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.4.1
+pkgrel=2
+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'
+         'desktop-file-utils'
+         'openal'
+         'gtk2'
+         'ffmpeg'
+         'qrencode'
+         'qt5-svg'
+         'sqlcipher'
+         'toxcore')
+makedepends=('qt5-tools')
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('79281f8a7c9b7836a3cfd3054434b4a27ceed0543894361142ca473f0500790d262f7e1547ce0bde3f4e78c99a99f4770fbe346ec98ae594291e7c538f70792d')
+
+build() {
+  cd $_pkgname-$pkgver
+  install -d build
+  cd build
+  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
+  make
+}
+
+package() {
+  # executable
+  cd $_pkgname-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: qtox/repos/community-staging-x86_64/PKGBUILD (from rev 182229, qtox/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-07-04 19:19:36 UTC (rev 182230)
@@ -0,0 +1,39 @@
+# 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.4.1
+pkgrel=2
+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'
+         'desktop-file-utils'
+         'openal'
+         'gtk2'
+         'ffmpeg'
+         'qrencode'
+         'qt5-svg'
+         'sqlcipher'
+         'toxcore')
+makedepends=('qt5-tools')
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('79281f8a7c9b7836a3cfd3054434b4a27ceed0543894361142ca473f0500790d262f7e1547ce0bde3f4e78c99a99f4770fbe346ec98ae594291e7c538f70792d')
+
+build() {
+  cd $_pkgname-$pkgver
+  install -d build
+  cd build
+  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..
+  make
+}
+
+package() {
+  # executable
+  cd $_pkgname-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list