[arch-commits] Commit in meson/repos/community-any (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Wed Apr 13 17:28:10 UTC 2016


    Date: Wednesday, April 13, 2016 @ 19:28:10
  Author: anatolik
Revision: 170832

archrelease: copy trunk to community-any

Added:
  meson/repos/community-any/PKGBUILD
    (from rev 170831, meson/trunk/PKGBUILD)
Deleted:
  meson/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-13 17:27:48 UTC (rev 170831)
+++ PKGBUILD	2016-04-13 17:28:10 UTC (rev 170832)
@@ -1,26 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol dot pomozov at gmail>
-
-pkgname=meson
-pkgver=0.30.0
-pkgrel=1
-pkgdesc='SCons-like build system that use python as a front-end language and Ninja as a building backend'
-url='http://mesonbuild.com/'
-arch=(any)
-depends=(python ninja)
-optdepends=('python-pyqt5: GUI support')
-#checkdepends=(gcc-objc gnustep-make vala rust gcc-fortran mono boost qt5-base) #gtest or googletest
-license=(Apache)
-source=(https://pypi.python.org/packages/source/m/meson/meson-$pkgver.tar.gz)
-sha1sums=('ef63c08ce54de106ce7aa9c67c980b78136fb74f')
-
-check() {
-  cd meson-$pkgver
-#  tests require a lot of dependencies
-#  ./run_tests.py
-}
-
-package() {
-  cd meson-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: meson/repos/community-any/PKGBUILD (from rev 170831, meson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-13 17:28:10 UTC (rev 170832)
@@ -0,0 +1,26 @@
+# Maintainer: Anatol Pomozov <anatol dot pomozov at gmail>
+
+pkgname=meson
+pkgver=0.31.0
+pkgrel=1
+pkgdesc='SCons-like build system that use python as a front-end language and Ninja as a building backend'
+url='http://mesonbuild.com/'
+arch=(any)
+depends=(python ninja)
+optdepends=('python-pyqt5: GUI support')
+#checkdepends=(gcc-objc gnustep-make vala rust gcc-fortran mono boost qt5-base) #gtest or googletest
+license=(Apache)
+source=(https://pypi.python.org/packages/source/m/meson/meson-$pkgver.tar.gz)
+sha1sums=('dedfe5d729a492dfb9fdd0460feb222f9db4d744')
+
+check() {
+  cd meson-$pkgver
+#  tests require a lot of dependencies
+#  ./run_tests.py
+}
+
+package() {
+  cd meson-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list