Date: Tuesday, February 26, 2019 @ 07:53:45 Author: yan12125 Revision: 436087
upgpkg: lxqt-admin 0.14.1-1 * Add myself as a co-maintainer * Use HTTPS in `url` * Use LXQt GitHub organization in `source` * Remove unused CMake var - no LIB in this package; all binaries in /bin/ * Expand dependencies - add new deps and eliminate (implicit) indirect deps Modified: lxqt-admin/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-26 07:52:30 UTC (rev 436086) +++ PKGBUILD 2019-02-26 07:53:45 UTC (rev 436087) @@ -1,20 +1,21 @@ # Maintainer: Jerome Leclanche <[email protected]> +# Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=lxqt-admin -pkgver=0.14.0 +pkgver=0.14.1 pkgrel=1 pkgdesc="LXQt system administration tool." arch=("x86_64") groups=("lxqt") -url="http://lxqt.org" +url="https://lxqt.org" license=("LGPL2.1") -depends=("liblxqt" "polkit") -makedepends=("lxqt-build-tools") +depends=("qt5-base" "liblxqt" "kwindowsystem" "polkit-qt5") +makedepends=("cmake" "qt5-tools" "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" ) -sha512sums=('d5fcf91d3af94294f586e11bd43da03a6834314099a1d258b11153a8b86c4a87908eaeb68e5cb0b2cfa111bd6f82681680ac8f82298bbf781ffc1dd6e15ae392' +sha512sums=('bd6272a3042a71e9e00b2ba10be2575649c2d2750a4e00a6e11adaae6b91ccab5e3cf79a8ceb7bfbe808ec80c139b93e02cd96990f80b68a77a974c063e6a373' 'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <[email protected]> @@ -26,8 +27,7 @@ mkdir -p build cd build cmake "$srcdir/$pkgname-$pkgver" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib + -DCMAKE_INSTALL_PREFIX=/usr make }
