[arch-commits] Commit in qtox/trunk (PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Mon Mar 21 07:06:41 UTC 2016


    Date: Monday, March 21, 2016 @ 08:06:41
  Author: farseerfc
Revision: 167796

upgpkg: qtox 1.3.0-1

qtox update to 1.3.0

Modified:
  qtox/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-21 05:10:46 UTC (rev 167795)
+++ PKGBUILD	2016-03-21 07:06:41 UTC (rev 167796)
@@ -5,8 +5,8 @@
 
 pkgname=qtox
 _pkgname=qTox
-pkgver=1.2.4
-pkgrel=3
+pkgver=1.3.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'
@@ -24,10 +24,14 @@
 makedepends=('qt5-tools')
 install=$pkgname.install
 source=("https://github.com/tux3/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('4e3e68e6dadbe411196cfa3648deacd8197f2d7024a51193805aaca36e11a740d879b68b4319efa0f5168e9f13c949ef6a3f39c18584a764df9e825e3ac8ed72')
+sha512sums=('9147e9f6c80098a6d1c3d9deaf92d5ae2a62894f0628b058e59a66616873aebbca8a1ba04c0436a1b2793ae766a2ba9056a832be1550b47e1799de24216f19e8')
 
 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 ..
@@ -37,6 +41,7 @@
 package() {
   # executable
   cd $_pkgname-$pkgver
+
   install -Dm755 build/$pkgname "$pkgdir/usr/bin/$pkgname"
 
   # xdg desktop file



More information about the arch-commits mailing list