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

Felix Yan felixonmars at archlinux.org
Tue Jun 13 14:56:58 UTC 2017


    Date: Tuesday, June 13, 2017 @ 14:56:57
  Author: felixonmars
Revision: 236607

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-13 14:56:30 UTC (rev 236606)
+++ community-i686/PKGBUILD	2017-06-13 14:56:57 UTC (rev 236607)
@@ -1,40 +0,0 @@
-# $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-i686/PKGBUILD (from rev 236606, fluid/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-13 14:56:57 UTC (rev 236607)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fluid
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="Library for QtQuick apps with Material Design and Universal"
+arch=('i686' 'x86_64')
+url='https://github.com/lirios/fluid'
+license=('MPL')
+depends=('qt5-graphicaleffects' 'qt5-quickcontrols2' 'qt5-svg')
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-13 14:56:30 UTC (rev 236606)
+++ community-x86_64/PKGBUILD	2017-06-13 14:56:57 UTC (rev 236607)
@@ -1,40 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 236606, fluid/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-13 14:56:57 UTC (rev 236607)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fluid
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="Library for QtQuick apps with Material Design and Universal"
+arch=('i686' 'x86_64')
+url='https://github.com/lirios/fluid'
+license=('MPL')
+depends=('qt5-graphicaleffects' 'qt5-quickcontrols2' 'qt5-svg')
+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