[arch-commits] Commit in attica/repos/extra-i686 (PKGBUILD PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Mon Oct 20 17:32:03 UTC 2014


    Date: Monday, October 20, 2014 @ 19:32:02
  Author: andrea
Revision: 225106

archrelease: copy trunk to extra-i686

Added:
  attica/repos/extra-i686/PKGBUILD
    (from rev 225105, attica/trunk/PKGBUILD)
Deleted:
  attica/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-20 17:31:52 UTC (rev 225105)
+++ PKGBUILD	2014-10-20 17:32:02 UTC (rev 225106)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=attica-qt4
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/attica'
-license=('LGPL')
-depends=('qt4')
-makedepends=('cmake')
-provides=('attica')
-replaces=('attica')
-conflicts=('attica')
-source=("http://download.kde.org/stable/attica/attica-${pkgver}.tar.bz2")
-md5sums=('d62c5c9489a68432e8d990dde7680c24')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../attica-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: attica/repos/extra-i686/PKGBUILD (from rev 225105, attica/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-20 17:32:02 UTC (rev 225106)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=attica-qt4
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/attica'
+license=('LGPL')
+depends=('qt4')
+makedepends=('cmake')
+provides=('attica')
+replaces=('attica')
+conflicts=('attica')
+source=("http://download.kde.org/stable/attica/attica-${pkgver}.tar.bz2")
+md5sums=('d62c5c9489a68432e8d990dde7680c24')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../attica-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list