[arch-commits] Commit in liri-text (3 files)

Felix Yan felixonmars at archlinux.org
Thu May 17 08:34:24 UTC 2018


    Date: Thursday, May 17, 2018 @ 08:34:22
  Author: felixonmars
Revision: 323491

archrelease: copy trunk to community-x86_64

Added:
  liri-text/repos/community-x86_64/
  liri-text/repos/community-x86_64/PKGBUILD
    (from rev 323490, liri-text/trunk/PKGBUILD)
Modified:
  liri-text/trunk/PKGBUILD

---------------------------------+
 repos/community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 trunk/PKGBUILD                  |    2 +-
 2 files changed, 30 insertions(+), 1 deletion(-)

Copied: liri-text/repos/community-x86_64/PKGBUILD (from rev 323490, liri-text/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-05-17 08:34:22 UTC (rev 323491)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Riley Trautman <asonix.dev at gmail.com>
+# Contributor: Michael Spencer <sonrisesoftware at gmail.com>
+
+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
+}

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-05-17 08:33:58 UTC (rev 323490)
+++ trunk/PKGBUILD	2018-05-17 08:34:22 UTC (rev 323491)
@@ -7,7 +7,7 @@
 pkgver=0.3.0
 pkgrel=1
 pkgdesc='The file manager for Liri'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='https://github.com/lirios/text'
 license=('GPL')
 depends=('fluid')



More information about the arch-commits mailing list