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

2017-10-06 Thread Jiachen Yang
Date: Friday, October 6, 2017 @ 16:49:30
  Author: farseerfc
Revision: 261980

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

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

Copied: qtox/repos/community-staging-i686/PKGBUILD (from rev 261979, 
qtox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-06 16:49:30 UTC (rev 261980)
@@ -0,0 +1,71 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.12.0
+pkgrel=2
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+'libexif'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
#"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+   
"werror.patch::https://raw.githubusercontent.com/anthonybilinski/tox.pkg/de77c8c4537fe583925e114d7b6f5c09fc15/qtox-alpha/debian/patches/0001-backout-werror.patch;
+)
+sha512sums=('08171280e528c8f4636ed492724476f90d0b26b0748394544525f43850f6d3d4196a0afc0e736d4ae97facf113eda0e929b0f436990ec0078aa1796baed5073b'
+'SKIP'
+
'd31815b976c20ee80f6095cf8166450742bb28dc36ceca48a666be6b159f002e81610abe9754dbeb5b4f0ac6a6395bbebe2669c01a38d9f94a6f6e05249edfb9')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+prepare() {
+   patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.12.0
+pkgrel=2
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+'libexif'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
#"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+   
"werror.patch::https://raw.githubusercontent.com/anthonybilinski/tox.pkg/de77c8c4537fe583925e114d7b6f5c09fc15/qtox-alpha/debian/patches/0001-backout-werror.patch;
+)
+sha512sums=('08171280e528c8f4636ed492724476f90d0b26b0748394544525f43850f6d3d4196a0afc0e736d4ae97facf113eda0e929b0f436990ec0078aa1796baed5073b'
+'SKIP'
+

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

2017-10-06 Thread Jiachen Yang
Date: Friday, October 6, 2017 @ 16:29:00
  Author: farseerfc
Revision: 261966

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

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

---+
 /PKGBUILD |  142 
 community-i686/PKGBUILD   |   69 -
 community-x86_64/PKGBUILD |   69 -
 3 files changed, 142 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-06 16:27:40 UTC (rev 261965)
+++ community-i686/PKGBUILD 2017-10-06 16:29:00 UTC (rev 261966)
@@ -1,69 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.11.0
-pkgrel=3
-_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
-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=('desktop-file-utils'
- 'libxss'
- 'openal'
- 'gtk2'
- 'ffmpeg'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'toxcore')
-makedepends=('qt5-tools' 'git' 'check' 'cmake')
-
-#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
-source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
-
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
-
"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;
-   
#"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
-)
-sha512sums=('3117b5ec9d88f58023f6c2f5e7c37c547ab920588d385e3abe062fb22ad79c49a9b6eb9ca31c6d56f9d03cfea55ef56ddc7e2e53bd43629825ea7b460b31f505'
-'SKIP')
-
#'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
-
-## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
- )
-#prepare() {
-#  patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.12.0
+pkgrel=1
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+'libexif'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
#"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+   
"werror.patch::https://raw.githubusercontent.com/anthonybilinski/tox.pkg/de77c8c4537fe583925e114d7b6f5c09fc15/qtox-alpha/debian/patches/0001-backout-werror.patch;
+)
+sha512sums=('08171280e528c8f4636ed492724476f90d0b26b0748394544525f43850f6d3d4196a0afc0e736d4ae97facf113eda0e929b0f436990ec0078aa1796baed5073b'
+'SKIP'
+
'd31815b976c20ee80f6095cf8166450742bb28dc36ceca48a666be6b159f002e81610abe9754dbeb5b4f0ac6a6395bbebe2669c01a38d9f94a6f6e05249edfb9')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md

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

2017-09-24 Thread Jiachen Yang
Date: Sunday, September 24, 2017 @ 14:26:50
  Author: farseerfc
Revision: 260438

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

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

Copied: qtox/repos/community-staging-i686/PKGBUILD (from rev 260437, 
qtox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-24 14:26:50 UTC (rev 260438)
@@ -0,0 +1,69 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.11.0
+pkgrel=3
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
#"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('3117b5ec9d88f58023f6c2f5e7c37c547ab920588d385e3abe062fb22ad79c49a9b6eb9ca31c6d56f9d03cfea55ef56ddc7e2e53bd43629825ea7b460b31f505'
+'SKIP')
+
#'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+#prepare() {
+#  patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.11.0
+pkgrel=3
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
#"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('3117b5ec9d88f58023f6c2f5e7c37c547ab920588d385e3abe062fb22ad79c49a9b6eb9ca31c6d56f9d03cfea55ef56ddc7e2e53bd43629825ea7b460b31f505'
+'SKIP')
+
#'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

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

2017-08-21 Thread Jiachen Yang
Date: Tuesday, August 22, 2017 @ 03:42:28
  Author: farseerfc
Revision: 252914

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

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

---+
 community-testing-i686/PKGBUILD   |   69 
 community-testing-x86_64/PKGBUILD |   69 
 2 files changed, 138 insertions(+)

Copied: qtox/repos/community-testing-i686/PKGBUILD (from rev 252913, 
qtox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-22 03:42:28 UTC (rev 252914)
@@ -0,0 +1,69 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.11.0
+pkgrel=2
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
#"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('3117b5ec9d88f58023f6c2f5e7c37c547ab920588d385e3abe062fb22ad79c49a9b6eb9ca31c6d56f9d03cfea55ef56ddc7e2e53bd43629825ea7b460b31f505'
+'SKIP')
+
#'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+#prepare() {
+#  patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.11.0
+pkgrel=2
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
#"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('3117b5ec9d88f58023f6c2f5e7c37c547ab920588d385e3abe062fb22ad79c49a9b6eb9ca31c6d56f9d03cfea55ef56ddc7e2e53bd43629825ea7b460b31f505'
+'SKIP')
+
#'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

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

2017-07-19 Thread Jiachen Yang
Date: Thursday, July 20, 2017 @ 05:52:22
  Author: farseerfc
Revision: 245751

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

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

---+
 /PKGBUILD |  138 
 community-i686/PKGBUILD   |   69 --
 community-x86_64/PKGBUILD |   69 --
 3 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-20 05:51:14 UTC (rev 245750)
+++ community-i686/PKGBUILD 2017-07-20 05:52:22 UTC (rev 245751)
@@ -1,69 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.10.2
-pkgrel=3
-_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
-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=('desktop-file-utils'
- 'libxss'
- 'openal'
- 'gtk2'
- 'ffmpeg'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'toxcore')
-makedepends=('qt5-tools' 'git' 'check' 'cmake')
-
-#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
-source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
-
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
-
"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;
-   
"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
-)
-sha512sums=('d0684c35d3aa06d129e3611d0a48c765ffb742cb22053dbc1572ee00bb1c1c1a933f463ad9c7e121b379ef2d63a8e8c3d040424f812733d40ff122864e9fbd84'
-'SKIP'
-
'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
-
-# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
- )
-prepare() {
-   patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.11.0
+pkgrel=1
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
#"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('3117b5ec9d88f58023f6c2f5e7c37c547ab920588d385e3abe062fb22ad79c49a9b6eb9ca31c6d56f9d03cfea55ef56ddc7e2e53bd43629825ea7b460b31f505'
+'SKIP')
+
#'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ 

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

2017-06-11 Thread Jiachen Yang
Date: Monday, June 12, 2017 @ 04:21:41
  Author: farseerfc
Revision: 236241

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

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

---+
 /PKGBUILD |  138 
 community-staging-i686/PKGBUILD   |   69 --
 community-staging-x86_64/PKGBUILD |   69 --
 3 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-06-12 04:20:26 UTC (rev 236240)
+++ community-staging-i686/PKGBUILD 2017-06-12 04:21:41 UTC (rev 236241)
@@ -1,69 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.10.2
-pkgrel=2
-_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
-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=('desktop-file-utils'
- 'libxss'
- 'openal'
- 'gtk2'
- 'ffmpeg'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'toxcore')
-makedepends=('qt5-tools' 'git' 'check' 'cmake')
-
-#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
-source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
-
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
-
"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;
-   
"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
-)
-sha512sums=('d0684c35d3aa06d129e3611d0a48c765ffb742cb22053dbc1572ee00bb1c1c1a933f463ad9c7e121b379ef2d63a8e8c3d040424f812733d40ff122864e9fbd84'
-'SKIP'
-
'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
-
-# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
- )
-prepare() {
-   patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.10.2
+pkgrel=3
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('d0684c35d3aa06d129e3611d0a48c765ffb742cb22053dbc1572ee00bb1c1c1a933f463ad9c7e121b379ef2d63a8e8c3d040424f812733d40ff122864e9fbd84'
+'SKIP'
+
'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  

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

2017-06-11 Thread Jiachen Yang
Date: Monday, June 12, 2017 @ 04:08:44
  Author: farseerfc
Revision: 236237

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

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

Copied: qtox/repos/community-staging-i686/PKGBUILD (from rev 236236, 
qtox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-12 04:08:44 UTC (rev 236237)
@@ -0,0 +1,69 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.10.2
+pkgrel=2
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('d0684c35d3aa06d129e3611d0a48c765ffb742cb22053dbc1572ee00bb1c1c1a933f463ad9c7e121b379ef2d63a8e8c3d040424f812733d40ff122864e9fbd84'
+'SKIP'
+
'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+prepare() {
+   patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.10.2
+pkgrel=2
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('d0684c35d3aa06d129e3611d0a48c765ffb742cb22053dbc1572ee00bb1c1c1a933f463ad9c7e121b379ef2d63a8e8c3d040424f812733d40ff122864e9fbd84'
+'SKIP'
+
'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 


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

2017-06-06 Thread Jiachen Yang
Date: Tuesday, June 6, 2017 @ 08:09:26
  Author: farseerfc
Revision: 234492

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

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

---+
 /PKGBUILD |  138 
 community-i686/PKGBUILD   |   62 ---
 community-x86_64/PKGBUILD |   62 ---
 3 files changed, 138 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-06 08:08:22 UTC (rev 234491)
+++ community-i686/PKGBUILD 2017-06-06 08:09:26 UTC (rev 234492)
@@ -1,62 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.10.1
-pkgrel=1
-_gitver='981953ef140e6c11a83078ac80647f912de1e07d'
-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' 'cmake')
-
-#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
-source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
-
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
-
"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=('79a9b04132a59f8c4dce6ded82daf3a2258ae5c261ffe1edfe9d434e3fdd024ca595e054a586d556fafe9ab9abc80b9ab28570afdf1ad15a300e96578c099cc6'
-'SKIP')
-
-# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
- )
-# prepare() {
-#  ## apply PR https://github.com/qTox/qTox/issues/4053
-#  #patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.10.2
+pkgrel=1
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+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=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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;
+   
"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch;
+)
+sha512sums=('d0684c35d3aa06d129e3611d0a48c765ffb742cb22053dbc1572ee00bb1c1c1a933f463ad9c7e121b379ef2d63a8e8c3d040424f812733d40ff122864e9fbd84'
+'SKIP'
+
'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  

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

2017-05-15 Thread Jiachen Yang
Date: Monday, May 15, 2017 @ 17:35:23
  Author: farseerfc
Revision: 228142

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

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

---+
 /PKGBUILD |  124 
 community-i686/PKGBUILD   |   62 --
 community-x86_64/PKGBUILD |   62 --
 3 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-15 17:34:17 UTC (rev 228141)
+++ community-i686/PKGBUILD 2017-05-15 17:35:23 UTC (rev 228142)
@@ -1,62 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.10.0
-pkgrel=1
-_gitver='496f854897566a8ab1bda8449de4b2a71307d3d5'
-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' 'cmake')
-
-#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
-source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
-
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
-
"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=('41c0f352b3cf7029e38304d197b8d615d88c425db1f0ecbb1286111d995ccb3fb440391bfc728c67ab0edcb150cdc88782d1bcb8c14468832a2baf1c9127e3d3'
-'SKIP')
-
-# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
- )
-# prepare() {
-#  ## apply PR https://github.com/qTox/qTox/issues/4053
-#  #patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.10.1
+pkgrel=1
+_gitver='981953ef140e6c11a83078ac80647f912de1e07d'
+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' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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=('79a9b04132a59f8c4dce6ded82daf3a2258ae5c261ffe1edfe9d434e3fdd024ca595e054a586d556fafe9ab9abc80b9ab28570afdf1ad15a300e96578c099cc6'
+'SKIP')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+# prepare() {
+#  ## apply PR https://github.com/qTox/qTox/issues/4053
+#  #patch -p1 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox

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

2017-05-07 Thread Jiachen Yang
Date: Monday, May 8, 2017 @ 03:29:50
  Author: farseerfc
Revision: 227307

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

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

---+
 community-testing-i686/PKGBUILD   |   62 
 community-testing-x86_64/PKGBUILD |   62 
 2 files changed, 124 insertions(+)

Copied: qtox/repos/community-testing-i686/PKGBUILD (from rev 227306, 
qtox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-05-08 03:29:50 UTC (rev 227307)
@@ -0,0 +1,62 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.10.0
+pkgrel=1
+_gitver='496f854897566a8ab1bda8449de4b2a71307d3d5'
+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' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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=('41c0f352b3cf7029e38304d197b8d615d88c425db1f0ecbb1286111d995ccb3fb440391bfc728c67ab0edcb150cdc88782d1bcb8c14468832a2baf1c9127e3d3'
+'SKIP')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+# prepare() {
+#  ## apply PR https://github.com/qTox/qTox/issues/4053
+#  #patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.10.0
+pkgrel=1
+_gitver='496f854897566a8ab1bda8449de4b2a71307d3d5'
+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' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
"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=('41c0f352b3cf7029e38304d197b8d615d88c425db1f0ecbb1286111d995ccb3fb440391bfc728c67ab0edcb150cdc88782d1bcb8c14468832a2baf1c9127e3d3'
+'SKIP')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+# prepare() {
+#  ## apply PR https://github.com/qTox/qTox/issues/4053
+#  #patch -p1 

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

2017-04-30 Thread Jiachen Yang
Date: Sunday, April 30, 2017 @ 16:13:30
  Author: farseerfc
Revision: 226361

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

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

---+
 community-testing-i686/PKGBUILD   |   60 
 community-testing-x86_64/PKGBUILD |   60 
 2 files changed, 120 insertions(+)

Copied: qtox/repos/community-testing-i686/PKGBUILD (from rev 226360, 
qtox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-30 16:13:30 UTC (rev 226361)
@@ -0,0 +1,60 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.9.0
+pkgrel=2
+_gitver='7e0bcf089f519b82b6ebd88eb819b9174e5dd8dd'
+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' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+)
+sha512sums=('94e1c9cffc9570c09202004910e567f83657bd023da4c117fa26702746eadcb3a9168f2b74fc0840eb9dbf6b25554df54d364fbb80468d1555335a0d92ddd950')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+# prepare() {
+#  ## apply PR https://github.com/qTox/qTox/issues/4053
+#  #patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.9.0
+pkgrel=2
+_gitver='7e0bcf089f519b82b6ebd88eb819b9174e5dd8dd'
+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' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+)
+sha512sums=('94e1c9cffc9570c09202004910e567f83657bd023da4c117fa26702746eadcb3a9168f2b74fc0840eb9dbf6b25554df54d364fbb80468d1555335a0d92ddd950')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+# prepare() {
+#  ## apply PR https://github.com/qTox/qTox/issues/4053
+#  #patch -p1 

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

2017-04-21 Thread Jiachen Yang
Date: Friday, April 21, 2017 @ 10:02:22
  Author: farseerfc
Revision: 224085

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

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

Copied: qtox/repos/community-staging-i686/PKGBUILD (from rev 224084, 
qtox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-21 10:02:22 UTC (rev 224085)
@@ -0,0 +1,60 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.9.0
+pkgrel=1
+_gitver='7e0bcf089f519b82b6ebd88eb819b9174e5dd8dd'
+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' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+)
+sha512sums=('94e1c9cffc9570c09202004910e567f83657bd023da4c117fa26702746eadcb3a9168f2b74fc0840eb9dbf6b25554df54d364fbb80468d1555335a0d92ddd950')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+# prepare() {
+#  ## apply PR https://github.com/qTox/qTox/issues/4053
+#  #patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.9.0
+pkgrel=1
+_gitver='7e0bcf089f519b82b6ebd88eb819b9174e5dd8dd'
+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' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver;)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz;
+
"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz;
+
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+)
+sha512sums=('94e1c9cffc9570c09202004910e567f83657bd023da4c117fa26702746eadcb3a9168f2b74fc0840eb9dbf6b25554df54d364fbb80468d1555335a0d92ddd950')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+# prepare() {
+#  ## apply PR https://github.com/qTox/qTox/issues/4053
+#  #patch -p1 

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

2017-02-20 Thread Jiachen Yang
Date: Monday, February 20, 2017 @ 09:04:32
  Author: farseerfc
Revision: 213169

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

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

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

Copied: qtox/repos/community-testing-i686/PKGBUILD (from rev 213168, 
qtox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-20 09:04:32 UTC (rev 213169)
@@ -0,0 +1,56 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+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 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+# prepare() {
+#  ## apply PR https://github.com/qTox/qTox/issues/4053
+#  #patch -p1 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-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 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
- )
-# prepare() {
-#  ## apply PR https://github.com/qTox/qTox/issues/4053
-#  #patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+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'

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

2017-02-12 Thread Jiachen Yang
Date: Sunday, February 12, 2017 @ 16:15:14
  Author: farseerfc
Revision: 212053

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

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

---+
 /PKGBUILD |  112 
 community-i686/PKGBUILD   |   56 --
 community-x86_64/PKGBUILD |   56 --
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 16:14:03 UTC (rev 212052)
+++ community-i686/PKGBUILD 2017-02-12 16:15:14 UTC (rev 212053)
@@ -1,56 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.7.1
-pkgrel=5
-_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
-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/releases/download/v$pkgver/v$pkgver.tar.lz;
-
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
-   
"pr4053.patch::https://patch-diff.githubusercontent.com/raw/qTox/qTox/pull/4053.diff;)
-sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
-'SKIP'
-
'b36eb38c50ede1decde5eb17eab447a62dd1d71e52106f4e73c02abf2af67e308deddb9c70d46e41c51ce3aa6463d012cc19b3207e2885c16cae09cd36040bfe')
-
-# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
- )
-prepare() {
-   # apply PR https://github.com/qTox/qTox/issues/4053
-   patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.8.1
+pkgrel=1
+_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')
+
+#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 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+# prepare() {
+#  ## apply PR https://github.com/qTox/qTox/issues/4053
+#  #patch -p1 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.7.1
-pkgrel=5
-_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
-arch=('i686' 'x86_64')

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

2017-01-20 Thread Jiachen Yang
Date: Saturday, January 21, 2017 @ 07:33:14
  Author: farseerfc
Revision: 208197

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

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

---+
 community-testing-i686/PKGBUILD   |   56 
 community-testing-x86_64/PKGBUILD |   56 
 2 files changed, 112 insertions(+)

Copied: qtox/repos/community-testing-i686/PKGBUILD (from rev 208195, 
qtox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-21 07:33:14 UTC (rev 208197)
@@ -0,0 +1,56 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.7.1
+pkgrel=5
+_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
+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/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+   
"pr4053.patch::https://patch-diff.githubusercontent.com/raw/qTox/qTox/pull/4053.diff;)
+sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
+'SKIP'
+
'b36eb38c50ede1decde5eb17eab447a62dd1d71e52106f4e73c02abf2af67e308deddb9c70d46e41c51ce3aa6463d012cc19b3207e2885c16cae09cd36040bfe')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+prepare() {
+   # apply PR https://github.com/qTox/qTox/issues/4053
+   patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.7.1
+pkgrel=5
+_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
+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/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+   
"pr4053.patch::https://patch-diff.githubusercontent.com/raw/qTox/qTox/pull/4053.diff;)
+sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
+'SKIP'
+
'b36eb38c50ede1decde5eb17eab447a62dd1d71e52106f4e73c02abf2af67e308deddb9c70d46e41c51ce3aa6463d012cc19b3207e2885c16cae09cd36040bfe')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+prepare() {
+   # apply PR https://github.com/qTox/qTox/issues/4053
+   patch -p1 

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

2017-01-17 Thread Jiachen Yang
Date: Wednesday, January 18, 2017 @ 06:57:43
  Author: farseerfc
Revision: 207850

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

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

---+
 community-testing-i686/PKGBUILD   |   56 
 community-testing-x86_64/PKGBUILD |   56 
 2 files changed, 112 insertions(+)

Copied: qtox/repos/community-testing-i686/PKGBUILD (from rev 207849, 
qtox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-18 06:57:43 UTC (rev 207850)
@@ -0,0 +1,56 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.7.1
+pkgrel=4
+_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
+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/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+   
"pr4053.patch::https://patch-diff.githubusercontent.com/raw/qTox/qTox/pull/4053.diff;)
+sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
+'SKIP'
+
'b36eb38c50ede1decde5eb17eab447a62dd1d71e52106f4e73c02abf2af67e308deddb9c70d46e41c51ce3aa6463d012cc19b3207e2885c16cae09cd36040bfe')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+prepare() {
+   # apply PR https://github.com/qTox/qTox/issues/4053
+   patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.7.1
+pkgrel=4
+_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
+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/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+   
"pr4053.patch::https://patch-diff.githubusercontent.com/raw/qTox/qTox/pull/4053.diff;)
+sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
+'SKIP'
+
'b36eb38c50ede1decde5eb17eab447a62dd1d71e52106f4e73c02abf2af67e308deddb9c70d46e41c51ce3aa6463d012cc19b3207e2885c16cae09cd36040bfe')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+prepare() {
+   # apply PR https://github.com/qTox/qTox/issues/4053
+   patch -p1 

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

2017-01-09 Thread Jiachen Yang
Date: Tuesday, January 10, 2017 @ 07:29:55
  Author: farseerfc
Revision: 206499

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

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

---+
 /PKGBUILD |  112 
 community-i686/PKGBUILD   |   56 --
 community-x86_64/PKGBUILD |   56 --
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-10 07:28:40 UTC (rev 206498)
+++ community-i686/PKGBUILD 2017-01-10 07:29:55 UTC (rev 206499)
@@ -1,56 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.7.1
-pkgrel=2
-_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
-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/releases/download/v$pkgver/v$pkgver.tar.lz;
-
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
-   
"unix.patch::https://patch-diff.githubusercontent.com/raw/qTox/qTox/pull/4053.diff;)
-sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
-'SKIP'
-
'b36eb38c50ede1decde5eb17eab447a62dd1d71e52106f4e73c02abf2af67e308deddb9c70d46e41c51ce3aa6463d012cc19b3207e2885c16cae09cd36040bfe')
-
-# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
- )
-prepare() {
-   # apply PR https://github.com/qTox/qTox/issues/4053
-   patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.7.1
+pkgrel=3
+_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
+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/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+   
"pr4053.patch::https://patch-diff.githubusercontent.com/raw/qTox/qTox/pull/4053.diff;)
+sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
+'SKIP'
+
'b36eb38c50ede1decde5eb17eab447a62dd1d71e52106f4e73c02abf2af67e308deddb9c70d46e41c51ce3aa6463d012cc19b3207e2885c16cae09cd36040bfe')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+prepare() {
+   # apply PR https://github.com/qTox/qTox/issues/4053
+   patch -p1 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox

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

2017-01-05 Thread Jiachen Yang
Date: Friday, January 6, 2017 @ 05:37:41
  Author: farseerfc
Revision: 205017

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

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

---+
 /PKGBUILD |  112 
 community-i686/PKGBUILD   |   56 --
 community-x86_64/PKGBUILD |   56 --
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-06 05:36:03 UTC (rev 205016)
+++ community-i686/PKGBUILD 2017-01-06 05:37:41 UTC (rev 205017)
@@ -1,56 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.7.1
-pkgrel=1
-_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
-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/releases/download/v$pkgver/v$pkgver.tar.lz;
-
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
-   
"unix.patch::https://github.com/qTox/qTox/commit/8d320ca3be01cdbb137c827df071ce4eebe44e4c.diff;)
-sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
-'SKIP'
-
'093e83d4b5f381508ea2c4ec8b3577d4703631ab9d402a46c846dff1c389f1fc2d03d3e221edbef582811031c33f0e3cc5bebacdec142d6b3ad3b6a88f1bb717')
-
-# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
- )
-prepare() {
-   # pending issue https://github.com/qTox/qTox/issues/4052
-   patch -p1 -R 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.7.1
+pkgrel=2
+_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
+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/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+   
"unix.patch::https://patch-diff.githubusercontent.com/raw/qTox/qTox/pull/4053.diff;)
+sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
+'SKIP'
+
'b36eb38c50ede1decde5eb17eab447a62dd1d71e52106f4e73c02abf2af67e308deddb9c70d46e41c51ce3aa6463d012cc19b3207e2885c16cae09cd36040bfe')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+prepare() {
+   # apply PR https://github.com/qTox/qTox/issues/4053
+   patch -p1 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-

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

2017-01-05 Thread Jiachen Yang
Date: Thursday, January 5, 2017 @ 08:52:25
  Author: farseerfc
Revision: 204881

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

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

---+
 /PKGBUILD |  112 
 community-i686/PKGBUILD   |   50 ---
 community-x86_64/PKGBUILD |   50 ---
 3 files changed, 112 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-05 08:51:21 UTC (rev 204880)
+++ community-i686/PKGBUILD 2017-01-05 08:52:25 UTC (rev 204881)
@@ -1,50 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.7.0
-pkgrel=2
-_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 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- )
-
-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-i686/PKGBUILD (from rev 204880, 
qtox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-05 08:52:25 UTC (rev 204881)
@@ -0,0 +1,56 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.7.1
+pkgrel=1
+_gitver='6f155d4db806a664d76457d42a20246ffbd5d1ac'
+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/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+   
"unix.patch::https://github.com/qTox/qTox/commit/8d320ca3be01cdbb137c827df071ce4eebe44e4c.diff;)
+sha512sums=('89149d712f342ef09596d376c35b8c5573e21ce74f6edf906d6eeadb8dfe1a6b0f2945221bafb7d7509a9c857d928deed86c0ffb1e2071edd6f899e048ea7122'
+'SKIP'
+
'093e83d4b5f381508ea2c4ec8b3577d4703631ab9d402a46c846dff1c389f1fc2d03d3e221edbef582811031c33f0e3cc5bebacdec142d6b3ad3b6a88f1bb717')
+
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+prepare() {
+   # pending issue https://github.com/qTox/qTox/issues/4052
+   patch -p1 -R 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox

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

2016-12-29 Thread Jiachen Yang
Date: Thursday, December 29, 2016 @ 16:30:04
  Author: farseerfc
Revision: 203299

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

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

Copied: qtox/repos/community-staging-i686/PKGBUILD (from rev 203298, 
qtox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-29 16:30:04 UTC (rev 203299)
@@ -0,0 +1,50 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.7.0
+pkgrel=2
+_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 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ )
+
+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 203298, 
qtox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-29 16:30:04 UTC (rev 203299)
@@ -0,0 +1,50 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.7.0
+pkgrel=2
+_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 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ )
+
+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
+}


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

2016-12-26 Thread Jiachen Yang
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 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-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 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+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 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ )
+
+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 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-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')

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

2016-12-21 Thread Jiachen Yang
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 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-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 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+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 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-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')
-

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

2016-12-21 Thread Jiachen Yang
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 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+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 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+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
+}


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

2016-11-16 Thread Jiachen Yang
Date: Thursday, November 17, 2016 @ 06:55:41
  Author: farseerfc
Revision: 196158

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

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

---+
 community-testing-i686/PKGBUILD   |   40 
 community-testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: qtox/repos/community-testing-i686/PKGBUILD (from rev 196157, 
qtox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-17 06:55:41 UTC (rev 196158)
@@ -0,0 +1,40 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.6.0
+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')
+
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('6ccf2c17c25ea30899356518b8f8849ed53404a8ac81180e2719c979dab1f411a93aa08ad759b3e8defea994d3baaf538ed354b733a321de3615521dcf6c8192')
+
+build() {
+  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
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: qtox/repos/community-testing-x86_64/PKGBUILD (from rev 196157, 
qtox/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-11-17 06:55:41 UTC (rev 196158)
@@ -0,0 +1,40 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.6.0
+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')
+
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('6ccf2c17c25ea30899356518b8f8849ed53404a8ac81180e2719c979dab1f411a93aa08ad759b3e8defea994d3baaf538ed354b733a321de3615521dcf6c8192')
+
+build() {
+  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
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-10-06 Thread Jiachen Yang
Date: Thursday, October 6, 2016 @ 12:36:30
  Author: farseerfc
Revision: 191482

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   38 -
 community-x86_64/PKGBUILD |   38 -
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-06 12:35:07 UTC (rev 191481)
+++ community-i686/PKGBUILD 2016-10-06 12:36:30 UTC (rev 191482)
@@ -1,38 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.5.1
-pkgrel=1
-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')
-source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('85fd2feb2e2f9af3c7712ea13b55e4f7b8f3419016465528b0dde1eabbd710e66dba67b79bb230262fb0ec1bebac9c80d4cf204d4c79d2d398e7633ddbe0')
-
-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-i686/PKGBUILD (from rev 191481, 
qtox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-06 12:36:30 UTC (rev 191482)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.5.2
+pkgrel=1
+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')
+
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('fdb31e3e558891ffe566e931a4e7f599739a2d702c48dabdcbf499933cfccb50c1d310f95ebc19f8c7856abde7ced3609bef10055426a50f62c1dc5bce8a3186')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-06 12:35:07 UTC (rev 191481)
+++ community-x86_64/PKGBUILD   2016-10-06 12:36:30 UTC (rev 191482)
@@ -1,38 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.5.1
-pkgrel=1
-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')
-source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('85fd2feb2e2f9af3c7712ea13b55e4f7b8f3419016465528b0dde1eabbd710e66dba67b79bb230262fb0ec1bebac9c80d4cf204d4c79d2d398e7633ddbe0')
-
-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-x86_64/PKGBUILD (from rev 191481, 
qtox/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-06 12:36:30 UTC (rev 191482)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 

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

2016-08-09 Thread Jiachen Yang
Date: Wednesday, August 10, 2016 @ 04:02:05
  Author: farseerfc
Revision: 186277

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 76 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-10 04:01:00 UTC (rev 186276)
+++ community-i686/PKGBUILD 2016-08-10 04:02:05 UTC (rev 186277)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.1
-pkgrel=4
-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-i686/PKGBUILD (from rev 186276, 
qtox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-10 04:02:05 UTC (rev 186277)
@@ -0,0 +1,38 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.5.1
+pkgrel=1
+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')
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('85fd2feb2e2f9af3c7712ea13b55e4f7b8f3419016465528b0dde1eabbd710e66dba67b79bb230262fb0ec1bebac9c80d4cf204d4c79d2d398e7633ddbe0')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-10 04:01:00 UTC (rev 186276)
+++ community-x86_64/PKGBUILD   2016-08-10 04:02:05 UTC (rev 186277)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.1
-pkgrel=4
-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-x86_64/PKGBUILD (from rev 186276, 
qtox/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-10 04:02:05 UTC (rev 186277)

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

2016-08-06 Thread Jiachen Yang
Date: Saturday, August 6, 2016 @ 06:57:40
  Author: farseerfc
Revision: 185482

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-06 06:56:19 UTC (rev 185481)
+++ community-i686/PKGBUILD 2016-08-06 06:57:40 UTC (rev 185482)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.1
-pkgrel=3
-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-i686/PKGBUILD (from rev 185481, 
qtox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-06 06:57:40 UTC (rev 185482)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.4.1
+pkgrel=4
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-06 06:56:19 UTC (rev 185481)
+++ community-x86_64/PKGBUILD   2016-08-06 06:57:40 UTC (rev 185482)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.1
-pkgrel=3
-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-x86_64/PKGBUILD (from rev 185481, 
qtox/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   

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

2016-07-17 Thread Jiachen Yang
Date: Sunday, July 17, 2016 @ 10:07:57
  Author: farseerfc
Revision: 183016

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-17 10:06:51 UTC (rev 183015)
+++ community-i686/PKGBUILD 2016-07-17 10:07:57 UTC (rev 183016)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.1
-pkgrel=1
-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-i686/PKGBUILD (from rev 183015, 
qtox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-17 10:07:57 UTC (rev 183016)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.4.1
+pkgrel=3
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-17 10:06:51 UTC (rev 183015)
+++ community-x86_64/PKGBUILD   2016-07-17 10:07:57 UTC (rev 183016)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.1
-pkgrel=1
-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-x86_64/PKGBUILD (from rev 183015, 
qtox/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-17 

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

2016-07-04 Thread Jiachen Yang
Date: Monday, July 4, 2016 @ 19:28:51
  Author: farseerfc
Revision: 182233

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

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

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-07-04 19:24:28 UTC (rev 182232)
+++ community-staging-i686/PKGBUILD 2016-07-04 19:28:51 UTC (rev 182233)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-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-i686/PKGBUILD (from rev 182232, 
qtox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-04 19:28:51 UTC (rev 182233)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+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
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-07-04 19:24:28 UTC (rev 182232)
+++ community-staging-x86_64/PKGBUILD   2016-07-04 19:28:51 UTC (rev 182233)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-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 182232, 
qtox/trunk/PKGBUILD)

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

2016-07-04 Thread Jiachen Yang
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 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+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 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+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
+}


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

2016-05-11 Thread Jiachen Yang
Date: Thursday, May 12, 2016 @ 05:11:28
  Author: farseerfc
Revision: 174845

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-12 03:10:58 UTC (rev 174844)
+++ community-i686/PKGBUILD 2016-05-12 03:11:28 UTC (rev 174845)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.0
-pkgrel=4
-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=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
-
-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-i686/PKGBUILD (from rev 174843, 
qtox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-12 03:11:28 UTC (rev 174845)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.4.1
+pkgrel=1
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-12 03:10:58 UTC (rev 174844)
+++ community-x86_64/PKGBUILD   2016-05-12 03:11:28 UTC (rev 174845)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.0
-pkgrel=4
-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=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
-
-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-x86_64/PKGBUILD (from rev 174844, 
qtox/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   

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

2016-04-28 Thread Jiachen Yang
Date: Thursday, April 28, 2016 @ 08:43:17
  Author: farseerfc
Revision: 172373

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   38 -
 community-x86_64/PKGBUILD |   38 -
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-28 06:42:05 UTC (rev 172372)
+++ community-i686/PKGBUILD 2016-04-28 06:43:17 UTC (rev 172373)
@@ -1,38 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.0
-pkgrel=3
-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')
-source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
-
-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-i686/PKGBUILD (from rev 172372, 
qtox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-28 06:43:17 UTC (rev 172373)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.4.0
+pkgrel=4
+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=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-28 06:42:05 UTC (rev 172372)
+++ community-x86_64/PKGBUILD   2016-04-28 06:43:17 UTC (rev 172373)
@@ -1,38 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.4.0
-pkgrel=3
-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')
-source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
-
-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-x86_64/PKGBUILD (from rev 172372, 
qtox/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-28 06:43:17 UTC (rev 172373)
@@ -0,0 +1,39 @@
+# Maintainer: