[arch-commits] Commit in fluid/repos (4 files)

Felix Yan felixonmars at archlinux.org
Sat Apr 1 08:46:35 UTC 2017


    Date: Saturday, April 1, 2017 @ 08:46:35
  Author: felixonmars
Revision: 220258

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

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

-----------------------------------+
 community-testing-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: fluid/repos/community-testing-i686/PKGBUILD (from rev 220257, fluid/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-04-01 08:46:35 UTC (rev 220258)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fluid
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Library for QtQuick apps with Material Design and Universal"
+arch=('i686' 'x86_64')
+url='https://github.com/lirios/fluid'
+license=('MPL')
+depends=('qt5-svg' 'qt5-quickcontrols2')
+makedepends=('extra-cmake-modules' 'nodejs-material-design-icons')
+replaces=('qml-material')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/fluid/archive/v$pkgver.tar.gz")
+sha256sums=('67990122229349f4d36f561ee4a818359480bb88987e03d8bb40523284fc3cd5')
+
+prepare() {
+  mkdir -p build
+
+  cd fluid-$pkgver
+  ln -s /usr/lib/node_modules/material-design-icons
+  sed -i '/git submodule/d' scripts/fetch_icons.sh
+  scripts/fetch_icons.sh
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/fluid-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=lib \
+    -DKDE_INSTALL_QMLDIR=lib/qt/qml \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: fluid/repos/community-testing-x86_64/PKGBUILD (from rev 220257, fluid/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-04-01 08:46:35 UTC (rev 220258)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fluid
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Library for QtQuick apps with Material Design and Universal"
+arch=('i686' 'x86_64')
+url='https://github.com/lirios/fluid'
+license=('MPL')
+depends=('qt5-svg' 'qt5-quickcontrols2')
+makedepends=('extra-cmake-modules' 'nodejs-material-design-icons')
+replaces=('qml-material')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/fluid/archive/v$pkgver.tar.gz")
+sha256sums=('67990122229349f4d36f561ee4a818359480bb88987e03d8bb40523284fc3cd5')
+
+prepare() {
+  mkdir -p build
+
+  cd fluid-$pkgver
+  ln -s /usr/lib/node_modules/material-design-icons
+  sed -i '/git submodule/d' scripts/fetch_icons.sh
+  scripts/fetch_icons.sh
+}
+
+build() {
+  cd build
+  cmake "$srcdir"/fluid-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=lib \
+    -DKDE_INSTALL_QMLDIR=lib/qt/qml \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list