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

Chih-Hsuan Yen yan12125 at archlinux.org
Tue Feb 26 07:28:32 UTC 2019


    Date: Tuesday, February 26, 2019 @ 07:28:30
  Author: yan12125
Revision: 436077

upgpkg: lximage-qt 0.14.1-1

* Add myself as a maintainer
* Use HTTPS in `url`
* Expand `depends` - include libraries that are directly linked, following
  "no transitive dependency" movement
  https://github.com/lxqt/lximage-qt/blob/0.14.1/src/CMakeLists.txt#L94
  (libx11 is also directly linked; I assume it will still be brought in by
   libxfixes in near future)
* Use the LXQt GitHub organization in `source`

Modified:
  lximage-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-26 06:40:21 UTC (rev 436076)
+++ PKGBUILD	2019-02-26 07:28:30 UTC (rev 436077)
@@ -1,20 +1,21 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=lximage-qt
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="The LXQt image viewer and screenshot tool"
 arch=("x86_64")
 groups=("lxqt")
-url="http://lxqt.org"
+url="https://lxqt.org"
 license=("GPL2")
-depends=("lxqt-themes" "libfm-qt" "qt5-svg")
+depends=("lxqt-themes" "libfm-qt" "qt5-svg" "libexif" "libxfixes")
 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"
+	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
 )
-sha256sums=('902ac98cfa4555c4080b5ebcca799898c6e51d862415b09ffb78c63a6fdfc8c2'
+sha256sums=('ea130039f8f65c7279de440c2c0a787d731721176ddd8053b8527c5273293846'
             'SKIP')
 validpgpkeys=(
 	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>



More information about the arch-commits mailing list