[arch-commits] Commit in automoc4/repos (6 files)

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:50:16
  Author: andrea
Revision: 178633

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

Added:
  automoc4/repos/staging-i686/
  automoc4/repos/staging-i686/PKGBUILD
(from rev 178632, automoc4/trunk/PKGBUILD)
  automoc4/repos/staging-i686/license.txt
(from rev 178632, automoc4/trunk/license.txt)
  automoc4/repos/staging-x86_64/
  automoc4/repos/staging-x86_64/PKGBUILD
(from rev 178632, automoc4/trunk/PKGBUILD)
  automoc4/repos/staging-x86_64/license.txt
(from rev 178632, automoc4/trunk/license.txt)

+
 staging-i686/PKGBUILD  |   36 
 staging-i686/license.txt   |   31 +++
 staging-x86_64/PKGBUILD|   36 
 staging-x86_64/license.txt |   31 +++
 4 files changed, 134 insertions(+)

Copied: automoc4/repos/staging-i686/PKGBUILD (from rev 178632, 
automoc4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 05:50:16 UTC (rev 178633)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=automoc4
+pkgver=0.9.88
+pkgrel=4
+pkgdesc=Automatic moc for Qt4
+arch=('i686' 'x86_64')
+url='http://www.kde.org/'
+license=('custom')
+depends=('qt4')
+makedepends=('pkgconfig' 'cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'license.txt')
+md5sums=('91bf517cb940109180ecd07bc90c69ec'
+ '9014edbb7e2f02fe90b2db8707487bce')
+
+build() {
+. /etc/profile.d/qt4.sh
+
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+cd build
+   make DESTDIR=${pkgdir} install
+
+install -Dm644 ${srcdir}/license.txt \
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: automoc4/repos/staging-i686/license.txt (from rev 178632, 
automoc4/trunk/license.txt)
===
--- staging-i686/license.txt(rev 0)
+++ staging-i686/license.txt2013-02-26 05:50:16 UTC (rev 178633)
@@ -0,0 +1,31 @@
+Upstream Authors: 
+
+   Mathias Kretz kr...@kde.org
+   Alexander Neundorff neundo...@kde.org
+
+Copyright: 
+
+   Copyright (c) 2007 Mathias Kretz kr...@kde.org
+
+License:
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: automoc4/repos/staging-x86_64/PKGBUILD (from rev 178632, 
automoc4/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 05:50:16 UTC (rev 178633)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=automoc4
+pkgver=0.9.88
+pkgrel=4
+pkgdesc=Automatic moc for Qt4
+arch=('i686' 'x86_64')
+url='http://www.kde.org/'
+license=('custom')
+depends=('qt4')
+makedepends=('pkgconfig' 'cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'license.txt')
+md5sums=('91bf517cb940109180ecd07bc90c69ec'
+ '9014edbb7e2f02fe90b2db8707487bce')
+
+build() {
+. /etc/profile.d/qt4.sh
+
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+

[arch-commits] Commit in automoc4/repos (6 files)

2013-02-18 Thread Andrea Scarpino
Date: Tuesday, February 19, 2013 @ 00:29:59
  Author: andrea
Revision: 178257

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

Added:
  automoc4/repos/staging-i686/
  automoc4/repos/staging-i686/PKGBUILD
(from rev 178256, automoc4/trunk/PKGBUILD)
  automoc4/repos/staging-i686/license.txt
(from rev 178256, automoc4/trunk/license.txt)
  automoc4/repos/staging-x86_64/
  automoc4/repos/staging-x86_64/PKGBUILD
(from rev 178256, automoc4/trunk/PKGBUILD)
  automoc4/repos/staging-x86_64/license.txt
(from rev 178256, automoc4/trunk/license.txt)

+
 staging-i686/PKGBUILD  |   36 
 staging-i686/license.txt   |   31 +++
 staging-x86_64/PKGBUILD|   36 
 staging-x86_64/license.txt |   31 +++
 4 files changed, 134 insertions(+)

Copied: automoc4/repos/staging-i686/PKGBUILD (from rev 178256, 
automoc4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-18 23:29:59 UTC (rev 178257)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=automoc4
+pkgver=0.9.88
+pkgrel=4
+pkgdesc=Automatic moc for Qt4
+arch=('i686' 'x86_64')
+url='http://www.kde.org/'
+license=('custom')
+depends=('qt4')
+makedepends=('pkgconfig' 'cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'license.txt')
+md5sums=('91bf517cb940109180ecd07bc90c69ec'
+ '9014edbb7e2f02fe90b2db8707487bce')
+
+build() {
+   . /etc/profile.d/qt4.sh
+
+mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+cd build
+   make DESTDIR=${pkgdir} install
+
+install -Dm644 ${srcdir}/license.txt \
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: automoc4/repos/staging-i686/license.txt (from rev 178256, 
automoc4/trunk/license.txt)
===
--- staging-i686/license.txt(rev 0)
+++ staging-i686/license.txt2013-02-18 23:29:59 UTC (rev 178257)
@@ -0,0 +1,31 @@
+Upstream Authors: 
+
+   Mathias Kretz kr...@kde.org
+   Alexander Neundorff neundo...@kde.org
+
+Copyright: 
+
+   Copyright (c) 2007 Mathias Kretz kr...@kde.org
+
+License:
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: automoc4/repos/staging-x86_64/PKGBUILD (from rev 178256, 
automoc4/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-18 23:29:59 UTC (rev 178257)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=automoc4
+pkgver=0.9.88
+pkgrel=4
+pkgdesc=Automatic moc for Qt4
+arch=('i686' 'x86_64')
+url='http://www.kde.org/'
+license=('custom')
+depends=('qt4')
+makedepends=('pkgconfig' 'cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'license.txt')
+md5sums=('91bf517cb940109180ecd07bc90c69ec'
+ '9014edbb7e2f02fe90b2db8707487bce')
+
+build() {
+   . /etc/profile.d/qt4.sh
+
+mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+