[arch-commits] Commit in qt5-graphicaleffects/repos/kde-unstable-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Wed May 16 11:58:38 UTC 2018


    Date: Wednesday, May 16, 2018 @ 11:58:38
  Author: arojas
Revision: 324341

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 324340, qt5-graphicaleffects/kde-unstable/PKGBUILD)
Deleted:
  qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-16 11:58:23 UTC (rev 324340)
+++ PKGBUILD	2018-05-16 11:58:38 UTC (rev 324341)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qt5-graphicaleffects
-_qtver=5.11.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Graphical effects for use with Qt Quick 2'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('855e0d6ba8101759d32753a658b02482ceea8c3c6da319e5ccf4da7d94f36eda')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-graphicaleffects/repos/kde-unstable-x86_64/PKGBUILD (from rev 324340, qt5-graphicaleffects/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-16 11:58:38 UTC (rev 324341)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt5-graphicaleffects
+_qtver=5.11.0-rc2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Graphical effects for use with Qt Quick 2'
+depends=('qt5-declarative')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('950b65d3c5577c3d4d14e9b2088fc0c2edc5df1f7754c23b87451cc435145ab8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list