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

Jiachen Yang farseerfc at archlinux.org
Thu Apr 28 06:43:18 UTC 2016


    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 <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.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 <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.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 <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.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: 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.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
+}



More information about the arch-commits mailing list