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

Jiachen Yang farseerfc at archlinux.org
Tue Apr 26 08:34:11 UTC 2016


    Date: Tuesday, April 26, 2016 @ 10:34:11
  Author: farseerfc
Revision: 171876

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

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

-------------------------------+
 /PKGBUILD                     |   88 ++++++++++++++++++++++++++++++++++++++++
 /qtox.install                 |   24 ++++++++++
 community-i686/PKGBUILD       |   44 --------------------
 community-i686/qtox.install   |   12 -----
 community-x86_64/PKGBUILD     |   44 --------------------
 community-x86_64/qtox.install |   12 -----
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-26 08:18:29 UTC (rev 171875)
+++ community-i686/PKGBUILD	2016-04-26 08:34:11 UTC (rev 171876)
@@ -1,44 +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=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=('desktop-file-utils'
-         'libxkbcommon-x11'
-         'libxss'
-         'openal'
-         'opencv'
-         'qrencode'
-         'qt5-svg'
-         'sqlcipher'
-         'toxcore')
-makedepends=('qt5-tools')
-install=$pkgname.install
-source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  # fixing qtox desktop icon and avoid conflict with status icon
-  sed -i "s/Icon=qtox/Icon=qTox/" qTox.desktop
-
-  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 171875, qtox/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-26 08:34:11 UTC (rev 171876)
@@ -0,0 +1,44 @@
+# 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=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=('desktop-file-utils'
+         'libxkbcommon-x11'
+         'libxss'
+         'openal'
+         'opencv'
+         'qrencode'
+         'qt5-svg'
+         'sqlcipher'
+         'toxcore')
+makedepends=('qt5-tools')
+install=$pkgname.install
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  # fixing qtox desktop icon and avoid conflict with status icon
+  sed -i "s/Icon=qtox/Icon=qTox/" qTox.desktop
+
+  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-i686/qtox.install
===================================================================
--- community-i686/qtox.install	2016-04-26 08:18:29 UTC (rev 171875)
+++ community-i686/qtox.install	2016-04-26 08:34:11 UTC (rev 171876)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_upgrade
-}

Copied: qtox/repos/community-i686/qtox.install (from rev 171875, qtox/trunk/qtox.install)
===================================================================
--- community-i686/qtox.install	                        (rev 0)
+++ community-i686/qtox.install	2016-04-26 08:34:11 UTC (rev 171876)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_upgrade
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-26 08:18:29 UTC (rev 171875)
+++ community-x86_64/PKGBUILD	2016-04-26 08:34:11 UTC (rev 171876)
@@ -1,44 +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=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=('desktop-file-utils'
-         'libxkbcommon-x11'
-         'libxss'
-         'openal'
-         'opencv'
-         'qrencode'
-         'qt5-svg'
-         'sqlcipher'
-         'toxcore')
-makedepends=('qt5-tools')
-install=$pkgname.install
-source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  # fixing qtox desktop icon and avoid conflict with status icon
-  sed -i "s/Icon=qtox/Icon=qTox/" qTox.desktop
-
-  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 171875, qtox/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-26 08:34:11 UTC (rev 171876)
@@ -0,0 +1,44 @@
+# 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=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=('desktop-file-utils'
+         'libxkbcommon-x11'
+         'libxss'
+         'openal'
+         'opencv'
+         'qrencode'
+         'qt5-svg'
+         'sqlcipher'
+         'toxcore')
+makedepends=('qt5-tools')
+install=$pkgname.install
+source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('4c93e90ec20e8c9289f5be628f6543d356c99f59d72e735814ba2640b257fbb78f18a9dbd42070a5cfb7fded492906f07cc678d1ae737ac795da689b3e6abe2d')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  # fixing qtox desktop icon and avoid conflict with status icon
+  sed -i "s/Icon=qtox/Icon=qTox/" qTox.desktop
+
+  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/qtox.install
===================================================================
--- community-x86_64/qtox.install	2016-04-26 08:18:29 UTC (rev 171875)
+++ community-x86_64/qtox.install	2016-04-26 08:34:11 UTC (rev 171876)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_upgrade
-}

Copied: qtox/repos/community-x86_64/qtox.install (from rev 171875, qtox/trunk/qtox.install)
===================================================================
--- community-x86_64/qtox.install	                        (rev 0)
+++ community-x86_64/qtox.install	2016-04-26 08:34:11 UTC (rev 171876)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_upgrade
+}



More information about the arch-commits mailing list