[arch-commits] Commit in qtox/repos/community-i686 (PKGBUILD)
Jiachen Yang
farseerfc at archlinux.org
Sun Oct 15 11:04:29 UTC 2017
Date: Sunday, October 15, 2017 @ 11:04:27
Author: farseerfc
Revision: 262901
archrelease: copy trunk to community-i686, community-x86_64
Deleted:
qtox/repos/community-i686/PKGBUILD
----------+
PKGBUILD | 71 -------------------------------------------------------------
1 file changed, 71 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-15 11:02:42 UTC (rev 262900)
+++ PKGBUILD 2017-10-15 11:04:27 UTC (rev 262901)
@@ -1,71 +0,0 @@
-# Maintainer: Jiachen Yang <farseerfc at gmail.com>
-# AUR Maintainer: Vlad M. <vlad at archlinux.net>
-# Contributor: Håvard Pettersson <mail at haavard.me>
-# Contributor: Kevin MacMartin <prurigro at gmail dot com>
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.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/de77c8c4537feeeee583925e114d7b6f5c09fc15/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 <sudden6 at gmx.at>
- 'BA7883E22F9D35945BA3376053137C3033F09008' # Zetok Zalbavar <zetok at openmailbox.org>
- '1157616BBD860C539926F8139591A163FF9BE04C' # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727' # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151' # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264' # - tux3
- )
-prepare() {
- patch -p1 <werror.patch
-}
-
-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
-}
More information about the arch-commits
mailing list