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

Jiachen Yang farseerfc at archlinux.org
Mon Dec 26 11:31:02 UTC 2016


    Date: Monday, December 26, 2016 @ 11:31:01
  Author: farseerfc
Revision: 202754

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

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

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

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2016-12-26 11:29:56 UTC (rev 202753)
+++ community-testing-i686/PKGBUILD	2016-12-26 11:31:01 UTC (rev 202754)
@@ -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=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
-}

Copied: qtox/repos/community-testing-i686/PKGBUILD (from rev 202753, qtox/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-12-26 11:31:01 UTC (rev 202754)
@@ -0,0 +1,50 @@
+# 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.7.0
+pkgrel=1
+_gitver='12c21b21d2d62a27b0002c1add7e4d7faa0d018d'
+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/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz"
+        "https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz.asc")
+sha512sums=('f7a49f00e222f49653388ddca973a2c49ca84b7dd1625997bb3fe819332bee252b59e5478437569d7e6ab6ce501eb2c909d22cec64349e94ddcdd7458143386f'
+            'SKIP')
+
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 <sudden6 at gmx.at>
+              'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar <zetok at openmailbox.org>
+             )
+
+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-26 11:29:56 UTC (rev 202753)
+++ community-testing-x86_64/PKGBUILD	2016-12-26 11:31:01 UTC (rev 202754)
@@ -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=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
-}

Copied: qtox/repos/community-testing-x86_64/PKGBUILD (from rev 202753, qtox/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-12-26 11:31:01 UTC (rev 202754)
@@ -0,0 +1,50 @@
+# 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.7.0
+pkgrel=1
+_gitver='12c21b21d2d62a27b0002c1add7e4d7faa0d018d'
+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/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz"
+        "https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz.asc")
+sha512sums=('f7a49f00e222f49653388ddca973a2c49ca84b7dd1625997bb3fe819332bee252b59e5478437569d7e6ab6ce501eb2c909d22cec64349e94ddcdd7458143386f'
+            'SKIP')
+
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 <sudden6 at gmx.at>
+              'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar <zetok at openmailbox.org>
+             )
+
+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