From c2ddfe4cb437d0219f1961793918ef341bbfec72 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 17 Dec 2017 18:56:47 -0800 Subject: Initial commit --- PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ autoaccept.patch | 13 ++++++++++ 2 files changed, 87 insertions(+) create mode 100644 PKGBUILD create mode 100644 autoaccept.patch diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..781c2a8 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,74 @@ +# Maintainer: Jiachen Yang +# AUR Maintainer: Vlad M. +# Contributor: HÃ¥vard Pettersson +# Contributor: Kevin MacMartin + +pkgname=qtox +_pkgname=qTox +pkgver=1.13.0 +pkgrel=1.arcfour1 +_gitver='531defd0aa66af1b128f7293bc08718ce2cc064f' +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" + "qtox-$pkgver.tar.lz::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz" + "qtox-$pkgver.tar.lz.asc::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=('d1cc9f7c3c3c16514f2c3c980f342df017897dfc6527ce47e940ef2828a47b672268f7a62b04db3f69b1565ba7a1906d7242f17d6b22600881f9d0a7abf3eafd' + '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() { +# patch -p1 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; -- cgit v1.2.1