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

Jiachen Yang farseerfc at archlinux.org
Wed Dec 21 09:23:03 UTC 2016


    Date: Wednesday, December 21, 2016 @ 09:23:03
  Author: farseerfc
Revision: 200683

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 200682, qtox/trunk/PKGBUILD)
  qtox/repos/community-staging-x86_64/
  qtox/repos/community-staging-x86_64/PKGBUILD
    (from rev 200682, qtox/trunk/PKGBUILD)

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

Copied: qtox/repos/community-staging-i686/PKGBUILD (from rev 200682, qtox/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-12-21 09:23:03 UTC (rev 200683)
@@ -0,0 +1,45 @@
+# 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.6.0.0a1a781
+pkgrel=1
+_gitver='5648106b34fc7dc3ad4e169651a0cbbd0139170a'
+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')
+
+source=("git+https://github.com/qTox/qTox.git#commit=0a1a781249f1c044dc06c67fda8966f7c91b743c")
+#source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+#sha512sums=('6ccf2c17c25ea30899356518b8f8849ed53404a8ac81180e2719c979dab1f411a93aa08ad759b3e8defea994d3baaf538ed354b733a321de3615521dcf6c8192')
+sha512sums=("SKIP")
+
+build() {
+  cd $_pkgname
+  #cd $_pkgname-$pkgver
+
+  install -d build
+  cd build
+  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO GIT_VERSION=$_gitver GIT_DESCRIBE=v$pkgver ..
+  make
+}
+
+package() {
+  # executable
+  #cd $_pkgname-$pkgver/build
+  cd $_pkgname/build
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: qtox/repos/community-staging-x86_64/PKGBUILD (from rev 200682, qtox/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-12-21 09:23:03 UTC (rev 200683)
@@ -0,0 +1,45 @@
+# 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.6.0.0a1a781
+pkgrel=1
+_gitver='5648106b34fc7dc3ad4e169651a0cbbd0139170a'
+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')
+
+source=("git+https://github.com/qTox/qTox.git#commit=0a1a781249f1c044dc06c67fda8966f7c91b743c")
+#source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+#sha512sums=('6ccf2c17c25ea30899356518b8f8849ed53404a8ac81180e2719c979dab1f411a93aa08ad759b3e8defea994d3baaf538ed354b733a321de3615521dcf6c8192')
+sha512sums=("SKIP")
+
+build() {
+  cd $_pkgname
+  #cd $_pkgname-$pkgver
+
+  install -d build
+  cd build
+  qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO GIT_VERSION=$_gitver GIT_DESCRIBE=v$pkgver ..
+  make
+}
+
+package() {
+  # executable
+  #cd $_pkgname-$pkgver/build
+  cd $_pkgname/build
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list