Date: Thursday, May 17, 2018 @ 08:33:58 Author: felixonmars Revision: 323490
addpkg: liri-text 0.3.0-1 Added: liri-text/ liri-text/repos/ liri-text/trunk/ liri-text/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: liri-text/trunk/PKGBUILD =================================================================== --- liri-text/trunk/PKGBUILD (rev 0) +++ liri-text/trunk/PKGBUILD 2018-05-17 08:33:58 UTC (rev 323490) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Riley Trautman <[email protected]> +# Contributor: Michael Spencer <[email protected]> + +pkgname=liri-text +pkgver=0.3.0 +pkgrel=1 +pkgdesc='The file manager for Liri' +arch=('i686' 'x86_64') +url='https://github.com/lirios/text' +license=('GPL') +depends=('fluid') +makedepends=('liri-qbs-shared' 'qt5-tools') +source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/text/archive/v$pkgver.tar.gz") +sha256sums=('0c0a0482a5bc8fe9f5c69dd6b5c94d5987da7f6966acd65b13366167780206bb') + +build() { + cd text-$pkgver + qbs setup-toolchains --type gcc /usr/bin/g++ gcc + qbs setup-qt /usr/bin/qmake-qt5 qt5 + qbs config profiles.qt5.baseProfile gcc + qbs build --no-install -d build profile:qt5 modules.lirideployment.prefix:/usr +} + +package() { + cd text-$pkgver + qbs install -d build --no-build -v --install-root "$pkgdir" profile:qt5 +} Property changes on: liri-text/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
