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

Jiachen Yang farseerfc at archlinux.org
Wed Dec 21 15:12:18 UTC 2016


    Date: Wednesday, December 21, 2016 @ 15:12:17
  Author: farseerfc
Revision: 200817

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

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

-----------------------------------+
 /PKGBUILD                         |   90 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   45 ------------------
 community-testing-x86_64/PKGBUILD |   45 ------------------
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2016-12-21 15:11:03 UTC (rev 200816)
+++ community-testing-i686/PKGBUILD	2016-12-21 15:12:17 UTC (rev 200817)
@@ -1,45 +0,0 @@
-# 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-testing-i686/PKGBUILD (from rev 200816, qtox/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-12-21 15:12:17 UTC (rev 200817)
@@ -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=2
+_gitver='0a1a781249f1c044dc06c67fda8966f7c91b743c'
+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=$_gitver")
+#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
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2016-12-21 15:11:03 UTC (rev 200816)
+++ community-testing-x86_64/PKGBUILD	2016-12-21 15:12:17 UTC (rev 200817)
@@ -1,45 +0,0 @@
-# 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-testing-x86_64/PKGBUILD (from rev 200816, qtox/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-12-21 15:12:17 UTC (rev 200817)
@@ -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=2
+_gitver='0a1a781249f1c044dc06c67fda8966f7c91b743c'
+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=$_gitver")
+#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