[arch-commits] Commit in automoc4/trunk (PKGBUILD license.txt)

Andrea Scarpino andrea at archlinux.org
Mon May 2 06:05:34 UTC 2011


    Date: Monday, May 2, 2011 @ 02:05:33
  Author: andrea
Revision: 122082

upgpkg: automoc4 0.9.88-2
rebuild of old package; use upstream source

Added:
  automoc4/trunk/license.txt
Modified:
  automoc4/trunk/PKGBUILD	(contents, properties)

-------------+
 PKGBUILD    |   27 ++++++++++++++++-----------
 license.txt |   31 +++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-02 05:53:53 UTC (rev 122081)
+++ PKGBUILD	2011-05-02 06:05:33 UTC (rev 122082)
@@ -1,28 +1,33 @@
-# $ Id: $
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=automoc4
 pkgver=0.9.88
-pkgrel=1
-pkgdesc="KDE automoc4"
+pkgrel=2
+pkgdesc="Automatic moc for Qt4"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('custom')
-depends=('qt>=4.4')
+depends=('qt')
 makedepends=('pkgconfig' 'cmake')
-source=("ftp://ftp.archlinux.org/other/automoc4/automoc4-${pkgver}.tar.bz2")
-md5sums=('adffb45ea2b550f284b1e3455f525176')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
+        'license.txt')
+md5sums=('91bf517cb940109180ecd07bc90c69ec'
+         '9014edbb7e2f02fe90b2db8707487bce')
 
 build() {
-	cd ${srcdir}
+	cd "${srcdir}"
 	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make
-	make DESTDIR=$pkgdir install
+}
 
-	grep -A 21 '^    Copyright' ${srcdir}/${pkgname}-${pkgver}/kde4automoc.cpp > license.txt
-	install -D license.txt ${pkgdir}/usr/share/licenses/automoc4/license.txt
+package() {
+    cd "${srcdir}/build"
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 "${srcdir}/license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


Property changes on: automoc4/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: license.txt
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2011-05-02 06:05:33 UTC (rev 122082)
@@ -0,0 +1,31 @@
+Upstream Authors: 
+
+	Mathias Kretz <kretz at kde.org>
+	Alexander Neundorff <neundorff at kde.org>
+
+Copyright: 
+
+	Copyright (c) 2007 Mathias Kretz <kretz at 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.




More information about the arch-commits mailing list