Date: Monday, May 14, 2018 @ 06:49:17
  Author: farseerfc
Revision: 321750

archrelease: copy trunk to community-staging-x86_64

Added:
  qtox/repos/community-staging-x86_64/PKGBUILD
    (from rev 321749, qtox/trunk/PKGBUILD)
  qtox/repos/community-staging-x86_64/autoaccept.patch
    (from rev 321749, qtox/trunk/autoaccept.patch)
Deleted:
  qtox/repos/community-staging-x86_64/PKGBUILD
  qtox/repos/community-staging-x86_64/autoaccept.patch

------------------+
 PKGBUILD         |  156 ++++++++++++++++++++++++++---------------------------
 autoaccept.patch |   26 ++++----
 2 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-14 06:48:19 UTC (rev 321749)
+++ PKGBUILD    2018-05-14 06:49:17 UTC (rev 321750)
@@ -1,78 +0,0 @@
-# Maintainer: Jiachen Yang <[email protected]>
-# AUR Maintainer: Vlad M. <[email protected]>
-# Contributor: Håvard Pettersson <[email protected]>
-# Contributor: Kevin MacMartin <prurigro at gmail dot com>
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.15.0
-pkgrel=1
-_gitver='fe552f28b63c7e7ae8159d2b55cb921dd45d9c1d'
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
-arch=('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/de77c8c4537feeeee583925e114d7b6f5c09fc15/qtox-alpha/debian/patches/0001-backout-werror.patch";
-    #"autoaccept.patch"
-        )
-sha512sums=('117d903b069369b404d4fe8b80df9520cfa06455ef99a39780875be53d0efad931e209c476b15b27228338cf5dca6cfdd4b782d8025c1299ba64a5c8d69ed054'
-            'SKIP')
-
-## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 
<[email protected]>
-              'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 
<[email protected]>
-             '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
-             '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
-             'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
-             '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
-          '74ADB7A7F8ECC1009916C4E42AA8E0DA1B31FB3C'  # - AnthonyBilinski 
subkey
-          '7EB339FE881747E701B7D472EBE36E66A8429B99'  # - AnthonyBilinski
-          'CA9221C5389B7C50AA5F779352A50775BE13DF17'  # - noavarice
-          '141C880E8BA25B198D0F850F7C132143C1A3A7D4'  # – tox-user
-             )
-
-prepare() {
-#      patch -p1 <werror.patch
-#      patch -p1 <autoaccept.patch
-  sed -e 's|-Werror||' -i CMakeLists.txt
-}
-
-check() {
-  cd build
-  make test
-}
-
-build() {
-  #cd "$srcdir/$_pkgname-$pkgver"
-  mkdir -p build
-  cd build
-  ##qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO GIT_VERSION=$_gitver 
GIT_DESCRIBE=v$pkgver ..
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-         -DGIT_VERSION=$_gitver \
-         -DGIT_DESCRIBE=v$pkgver
-  make
-}
-
-package() {
-  #cd "$_pkgname-$pkgver"
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: qtox/repos/community-staging-x86_64/PKGBUILD (from rev 321749, 
qtox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-05-14 06:49:17 UTC (rev 321750)
@@ -0,0 +1,78 @@
+# Maintainer: Jiachen Yang <[email protected]>
+# AUR Maintainer: Vlad M. <[email protected]>
+# Contributor: Håvard Pettersson <[email protected]>
+# Contributor: Kevin MacMartin <prurigro at gmail dot com>
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.15.0
+pkgrel=2
+_gitver='02d6c63acaac0ae95fa8be3a1b9301657e6a4a94'
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('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/de77c8c4537feeeee583925e114d7b6f5c09fc15/qtox-alpha/debian/patches/0001-backout-werror.patch";
+    #"autoaccept.patch"
+        )
+sha512sums=('117d903b069369b404d4fe8b80df9520cfa06455ef99a39780875be53d0efad931e209c476b15b27228338cf5dca6cfdd4b782d8025c1299ba64a5c8d69ed054'
+            'SKIP')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 
<[email protected]>
+              'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 
<[email protected]>
+             '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+             '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+             'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+             '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+          '74ADB7A7F8ECC1009916C4E42AA8E0DA1B31FB3C'  # - AnthonyBilinski 
subkey
+          '7EB339FE881747E701B7D472EBE36E66A8429B99'  # - AnthonyBilinski
+          'CA9221C5389B7C50AA5F779352A50775BE13DF17'  # - noavarice
+          '141C880E8BA25B198D0F850F7C132143C1A3A7D4'  # – tox-user
+             )
+
+prepare() {
+#      patch -p1 <werror.patch
+#      patch -p1 <autoaccept.patch
+  sed -e 's|-Werror||' -i CMakeLists.txt
+}
+
+check() {
+  cd build
+  make test
+}
+
+build() {
+  #cd "$srcdir/$_pkgname-$pkgver"
+  mkdir -p build
+  cd build
+  ##qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO GIT_VERSION=$_gitver 
GIT_DESCRIBE=v$pkgver ..
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+         -DGIT_VERSION=$_gitver \
+         -DGIT_DESCRIBE=v$pkgver
+  make
+}
+
+package() {
+  #cd "$_pkgname-$pkgver"
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: autoaccept.patch
===================================================================
--- autoaccept.patch    2018-05-14 06:48:19 UTC (rev 321749)
+++ autoaccept.patch    2018-05-14 06:49:17 UTC (rev 321750)
@@ -1,13 +0,0 @@
-diff --git a/src/widget/friendwidget.cpp b/src/widget/friendwidget.cpp
-index 752c2f81..a0d76c58 100644
---- a/src/widget/friendwidget.cpp
-+++ b/src/widget/friendwidget.cpp
-@@ -222,7 +222,7 @@ void FriendWidget::onContextMenuCalled(QContextMenuEvent* 
event)
-             Settings::getInstance().setAutoAcceptDir(id, "");
-         } else if (autoAccept->isChecked()) {
-             const QString dir = QFileDialog::getExistingDirectory(
--                        Q_NULLPTR, tr("Choose an auto accept directory", 
"popup title"), dir);
-+                        Q_NULLPTR, tr("Choose an auto accept directory", 
"popup title"), Settings::getInstance().getAutoAcceptDir(id));
- 
-             autoAccept->setChecked(true);
-             qDebug() << "Setting auto accept dir for" << friendId << "to" << 
dir;

Copied: qtox/repos/community-staging-x86_64/autoaccept.patch (from rev 321749, 
qtox/trunk/autoaccept.patch)
===================================================================
--- autoaccept.patch                            (rev 0)
+++ autoaccept.patch    2018-05-14 06:49:17 UTC (rev 321750)
@@ -0,0 +1,13 @@
+diff --git a/src/widget/friendwidget.cpp b/src/widget/friendwidget.cpp
+index 752c2f81..a0d76c58 100644
+--- a/src/widget/friendwidget.cpp
++++ b/src/widget/friendwidget.cpp
+@@ -222,7 +222,7 @@ void FriendWidget::onContextMenuCalled(QContextMenuEvent* 
event)
+             Settings::getInstance().setAutoAcceptDir(id, "");
+         } else if (autoAccept->isChecked()) {
+             const QString dir = QFileDialog::getExistingDirectory(
+-                        Q_NULLPTR, tr("Choose an auto accept directory", 
"popup title"), dir);
++                        Q_NULLPTR, tr("Choose an auto accept directory", 
"popup title"), Settings::getInstance().getAutoAcceptDir(id));
+ 
+             autoAccept->setChecked(true);
+             qDebug() << "Setting auto accept dir for" << friendId << "to" << 
dir;

Reply via email to