[arch-commits] Commit in attica/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Mon Oct 20 17:30:58 UTC 2014


    Date: Monday, October 20, 2014 @ 19:30:58
  Author: andrea
Revision: 225102

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

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

-----------------------+
 /PKGBUILD             |   68 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   28 -------------------
 extra-x86_64/PKGBUILD |   28 -------------------
 3 files changed, 68 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-10-20 17:30:48 UTC (rev 225101)
+++ extra-i686/PKGBUILD	2014-10-20 17:30:58 UTC (rev 225102)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=attica
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='A Qt 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')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('d62c5c9489a68432e8d990dde7680c24')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${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 225101, attica/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-10-20 17:30:58 UTC (rev 225102)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-10-20 17:30:48 UTC (rev 225101)
+++ extra-x86_64/PKGBUILD	2014-10-20 17:30:58 UTC (rev 225102)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=attica
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='A Qt 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')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('d62c5c9489a68432e8d990dde7680c24')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: attica/repos/extra-x86_64/PKGBUILD (from rev 225101, attica/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-10-20 17:30:58 UTC (rev 225102)
@@ -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