[arch-commits] Commit in grantlee/repos (4 files)
Andrea Scarpino
andrea at archlinux.org
Fri Sep 19 12:02:22 UTC 2014
Date: Friday, September 19, 2014 @ 14:02:21
Author: andrea
Revision: 222094
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
grantlee/repos/extra-i686/PKGBUILD
(from rev 222093, grantlee/trunk/PKGBUILD)
grantlee/repos/extra-x86_64/PKGBUILD
(from rev 222093, grantlee/trunk/PKGBUILD)
Deleted:
grantlee/repos/extra-i686/PKGBUILD
grantlee/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 108 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 53 -----------------------
extra-x86_64/PKGBUILD | 53 -----------------------
3 files changed, 108 insertions(+), 106 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-09-19 12:02:14 UTC (rev 222093)
+++ extra-i686/PKGBUILD 2014-09-19 12:02:21 UTC (rev 222094)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgbase=grantlee
-pkgname=('grantlee-qt4' 'grantlee-qt5')
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A string template engine based on the Django template system and written in Qt"
-arch=('i686' 'x86_64')
-url="https://www.gitorious.org/grantlee/pages/Home"
-license=('LGPL3')
-makedepends=('qt4' 'qt5-script' 'cmake' 'doxygen')
-source=("http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz")
-md5sums=('3664b26b747be69ae77aae89829d1db1')
-
-prepare() {
- mkdir build{,-qt4}
-}
-
-build() {
- cd build
- cmake ../${pkgbase}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTS=OFF \
- -DGrantlee_Qt5_TRANSITIONAL=ON
- make
-
- cd ../build-qt4
- cmake ../${pkgbase}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTS=OFF \
- -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
- make
-}
-
-package_grantlee-qt5() {
- depends=('qt5-script')
-
- cd build
- make DESTDIR="${pkgdir}" install
-}
-
-package_grantlee-qt4() {
- depends=('qt4')
- replaces=('grantlee')
- conflicts=('grantlee')
- provides=('grantlee')
-
- cd build-qt4
- make DESTDIR="${pkgdir}" install
-}
Copied: grantlee/repos/extra-i686/PKGBUILD (from rev 222093, grantlee/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-19 12:02:21 UTC (rev 222094)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=grantlee
+pkgname=('grantlee-qt4' 'grantlee-qt5')
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="A string template engine based on the Django template system and written in Qt"
+arch=('i686' 'x86_64')
+url="https://www.gitorious.org/grantlee/pages/Home"
+license=('LGPL3')
+makedepends=('qt4' 'qt5-script' 'cmake' 'doxygen')
+source=("http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz")
+md5sums=('3664b26b747be69ae77aae89829d1db1')
+
+prepare() {
+ mkdir build{,-qt4}
+}
+
+build() {
+ cd build
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTS=OFF \
+ -DGrantlee_Qt5_TRANSITIONAL=ON
+ make
+
+ cd ../build-qt4
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTS=OFF \
+ -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+ make
+}
+
+package_grantlee-qt5() {
+ depends=('qt5-script')
+ conflicts=('grantlee-qt4')
+
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
+
+package_grantlee-qt4() {
+ depends=('qt4')
+ replaces=('grantlee')
+ conflicts=('grantlee')
+ provides=('grantlee')
+
+ cd build-qt4
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-09-19 12:02:14 UTC (rev 222093)
+++ extra-x86_64/PKGBUILD 2014-09-19 12:02:21 UTC (rev 222094)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgbase=grantlee
-pkgname=('grantlee-qt4' 'grantlee-qt5')
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A string template engine based on the Django template system and written in Qt"
-arch=('i686' 'x86_64')
-url="https://www.gitorious.org/grantlee/pages/Home"
-license=('LGPL3')
-makedepends=('qt4' 'qt5-script' 'cmake' 'doxygen')
-source=("http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz")
-md5sums=('3664b26b747be69ae77aae89829d1db1')
-
-prepare() {
- mkdir build{,-qt4}
-}
-
-build() {
- cd build
- cmake ../${pkgbase}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTS=OFF \
- -DGrantlee_Qt5_TRANSITIONAL=ON
- make
-
- cd ../build-qt4
- cmake ../${pkgbase}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTS=OFF \
- -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
- make
-}
-
-package_grantlee-qt5() {
- depends=('qt5-script')
-
- cd build
- make DESTDIR="${pkgdir}" install
-}
-
-package_grantlee-qt4() {
- depends=('qt4')
- replaces=('grantlee')
- conflicts=('grantlee')
- provides=('grantlee')
-
- cd build-qt4
- make DESTDIR="${pkgdir}" install
-}
Copied: grantlee/repos/extra-x86_64/PKGBUILD (from rev 222093, grantlee/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-09-19 12:02:21 UTC (rev 222094)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=grantlee
+pkgname=('grantlee-qt4' 'grantlee-qt5')
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="A string template engine based on the Django template system and written in Qt"
+arch=('i686' 'x86_64')
+url="https://www.gitorious.org/grantlee/pages/Home"
+license=('LGPL3')
+makedepends=('qt4' 'qt5-script' 'cmake' 'doxygen')
+source=("http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz")
+md5sums=('3664b26b747be69ae77aae89829d1db1')
+
+prepare() {
+ mkdir build{,-qt4}
+}
+
+build() {
+ cd build
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTS=OFF \
+ -DGrantlee_Qt5_TRANSITIONAL=ON
+ make
+
+ cd ../build-qt4
+ cmake ../${pkgbase}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTS=OFF \
+ -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+ make
+}
+
+package_grantlee-qt5() {
+ depends=('qt5-script')
+ conflicts=('grantlee-qt4')
+
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
+
+package_grantlee-qt4() {
+ depends=('qt4')
+ replaces=('grantlee')
+ conflicts=('grantlee')
+ provides=('grantlee')
+
+ cd build-qt4
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list