[arch-commits] Commit in grantlee/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jan 5 08:25:23 UTC 2019


    Date: Saturday, January 5, 2019 @ 08:25:22
  Author: arojas
Revision: 342989

archrelease: copy trunk to extra-x86_64

Added:
  grantlee/repos/extra-x86_64/PKGBUILD
    (from rev 342988, grantlee/trunk/PKGBUILD)
Deleted:
  grantlee/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 34 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-05 08:24:51 UTC (rev 342988)
+++ PKGBUILD	2019-01-05 08:25:22 UTC (rev 342989)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=grantlee
-pkgver=5.1.0
-pkgrel=2
-pkgdesc="A string template engine based on the Django template system and written in Qt5"
-arch=('x86_64')
-url="https://www.gitorious.org/grantlee/pages/Home"
-license=('LGPL3')
-depends=('qt5-script')
-makedepends=('cmake' 'doxygen')
-conflicts=('grantlee-qt5')
-provides=('grantlee-qt5')
-replaces=('grantlee-qt5')
-source=("http://downloads.grantlee.org/grantlee-$pkgver.tar.gz"{,.asc}) # Stephen Kelly <steveire at gmail.com>
-md5sums=('57989ae9f7c113e682ef1713a6f1e92a'
-         'SKIP')
-validpgpkeys=(FCA530E51EE4331C2DF16637D264C7B1D02D6509)
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: grantlee/repos/extra-x86_64/PKGBUILD (from rev 342988, grantlee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-05 08:25:22 UTC (rev 342989)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=grantlee
+pkgver=5.1.0
+pkgrel=3
+pkgdesc="A string template engine based on the Django template system and written in Qt5"
+arch=(x86_64)
+url="http://www.grantlee.org/"
+license=(LGPL2.1)
+depends=('qt5-script')
+makedepends=(cmake doxygen)
+source=("http://downloads.grantlee.org/grantlee-$pkgver.tar.gz"{,.asc})
+sha256sums=('ea2e402466c74bb533eee2c7252209ec61cd93a5d236fecd625b4a0eb13a1478'
+            'SKIP')
+validpgpkeys=(FCA530E51EE4331C2DF16637D264C7B1D02D6509) # Stephen Kelly <steveire at gmail.com>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list