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

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jun 13 06:07:09 UTC 2013


    Date: Thursday, June 13, 2013 @ 08:07:09
  Author: andrea
Revision: 188216

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-06-13 06:07:01 UTC (rev 188215)
+++ extra-i686/PKGBUILD	2013-06-13 06:07:09 UTC (rev 188216)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=attica
-pkgver=0.4.1
-pkgrel=2
-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=('b90983ec5d79e5ddcbc9146fa23cab72')
-
-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
-}

Copied: attica/repos/extra-i686/PKGBUILD (from rev 188215, attica/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-06-13 06:07:09 UTC (rev 188216)
@@ -0,0 +1,28 @@
+# $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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-06-13 06:07:01 UTC (rev 188215)
+++ extra-x86_64/PKGBUILD	2013-06-13 06:07:09 UTC (rev 188216)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=attica
-pkgver=0.4.1
-pkgrel=2
-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=('b90983ec5d79e5ddcbc9146fa23cab72')
-
-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
-}

Copied: attica/repos/extra-x86_64/PKGBUILD (from rev 188215, attica/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-06-13 06:07:09 UTC (rev 188216)
@@ -0,0 +1,28 @@
+# $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
+}




More information about the arch-commits mailing list