Date: Thursday, April 28, 2016 @ 04:27:12
  Author: farseerfc
Revision: 172361

upgpkg: qtox 1.4.0-3

qtox hook 1 rebuild

Modified:
  qtox/trunk/PKGBUILD
Deleted:
  qtox/trunk/qtox.install

--------------+
 PKGBUILD     |    7 ++-----
 qtox.install |   12 ------------
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-04-27 23:20:58 UTC (rev 172360)
+++ PKGBUILD    2016-04-28 02:27:12 UTC (rev 172361)
@@ -6,13 +6,12 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.4.0
-pkgrel=2
+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=('desktop-file-utils'
-         'libxss'
+depends=('libxss'
          'openal'
          'gtk2'
          'ffmpeg'
@@ -21,13 +20,11 @@
          '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
-
   install -d build
   cd build
   qmake-qt5 ENABLE_SYSTRAY_UNITY_BACKEND=NO ..

Deleted: qtox.install
===================================================================
--- qtox.install        2016-04-27 23:20:58 UTC (rev 172360)
+++ qtox.install        2016-04-28 02:27:12 UTC (rev 172361)
@@ -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
-}

Reply via email to