[arch-commits] Commit in fluid/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 17 08:45:21 UTC 2018


    Date: Thursday, May 17, 2018 @ 08:45:21
  Author: felixonmars
Revision: 323509

archrelease: copy trunk to community-testing-x86_64

Added:
  fluid/repos/community-testing-x86_64/PKGBUILD
    (from rev 323508, fluid/trunk/PKGBUILD)
Deleted:
  fluid/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 08:44:56 UTC (rev 323508)
+++ PKGBUILD	2018-05-17 08:45:21 UTC (rev 323509)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fluid
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Library for QtQuick apps with Material Design and Universal"
-arch=('x86_64')
-url='https://github.com/lirios/fluid'
-license=('MPL')
-depends=('qt5-graphicaleffects' 'qt5-quickcontrols2' 'qt5-svg')
-makedepends=('liri-qbs-shared' 'nodejs-material-design-icons' 'qt5-tools')
-replaces=('qml-material')
-groups=('liri')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/fluid/archive/v$pkgver.tar.gz")
-sha512sums=('a9f59c7d77c40d57bd66370bd5302db583fea58e23b0830eea5e9edd002b41d3f21bdfb17748c1d31916aba15c0d5cf63335dc89ce398105a37d81311810b0b8')
-
-prepare() {
-  cd fluid-$pkgver
-  ln -s /usr/lib/node_modules/material-design-icons
-  sed -e '/git clone/d' -e '/rm -rf/d' -i scripts/fetch_icons.sh
-  scripts/fetch_icons.sh
-}
-
-build() {
-  cd fluid-$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 fluid-$pkgver
-  qbs install -d build --no-build -v --install-root "$pkgdir" profile:qt5
-}

Copied: fluid/repos/community-testing-x86_64/PKGBUILD (from rev 323508, fluid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-17 08:45:21 UTC (rev 323509)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fluid
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="Library for QtQuick apps with Material Design and Universal"
+arch=('x86_64')
+url='https://github.com/lirios/fluid'
+license=('MPL')
+depends=('qt5-graphicaleffects' 'qt5-quickcontrols2' 'qt5-svg')
+makedepends=('liri-qbs-shared' 'nodejs-material-design-icons' 'qt5-tools')
+replaces=('qml-material')
+groups=('liri')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/fluid/archive/v$pkgver.tar.gz")
+sha512sums=('a9f59c7d77c40d57bd66370bd5302db583fea58e23b0830eea5e9edd002b41d3f21bdfb17748c1d31916aba15c0d5cf63335dc89ce398105a37d81311810b0b8')
+
+prepare() {
+  cd fluid-$pkgver
+  ln -s /usr/lib/node_modules/material-design-icons
+  sed -e '/git clone/d' -e '/rm -rf/d' -i scripts/fetch_icons.sh
+  scripts/fetch_icons.sh
+}
+
+build() {
+  cd fluid-$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 \
+                                              modules.lirideployment.qmlDir:/usr/lib/qt/qml
+}
+
+package() {
+  cd fluid-$pkgver
+  qbs install -d build --no-build -v --install-root "$pkgdir" profile:qt5
+}



More information about the arch-commits mailing list