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

Balló György bgyorgy at archlinux.org
Mon Jan 30 17:54:46 UTC 2017


    Date: Monday, January 30, 2017 @ 17:54:46
  Author: bgyorgy
Revision: 209537

upgpkg: qterminal 0.7.1-2

Remove unused liblxqt dependency.

Modified:
  qterminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-30 17:47:52 UTC (rev 209536)
+++ PKGBUILD	2017-01-30 17:54:46 UTC (rev 209537)
@@ -3,14 +3,14 @@
 
 pkgname=qterminal
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight Qt-based terminal emulator"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org"
 license=("GPL2")
-depends=("liblxqt" "qtermwidget")
-makedepends=("cmake" "qt5-tools" "git" "lxqt-build-tools")
+depends=("hicolor-icon-theme" "qtermwidget" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
 source=(
 	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
 	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"



More information about the arch-commits mailing list