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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 18 23:57:46 UTC 2013


    Date: Tuesday, February 19, 2013 @ 00:57:45
  Author: andrea
Revision: 178271

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

Added:
  attica/repos/staging-i686/
  attica/repos/staging-i686/PKGBUILD
    (from rev 178270, attica/trunk/PKGBUILD)
  attica/repos/staging-x86_64/
  attica/repos/staging-x86_64/PKGBUILD
    (from rev 178270, attica/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: attica/repos/staging-i686/PKGBUILD (from rev 178270, attica/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-02-18 23:57:45 UTC (rev 178271)
@@ -0,0 +1,30 @@
+# $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/staging-x86_64/PKGBUILD (from rev 178270, attica/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-02-18 23:57:45 UTC (rev 178271)
@@ -0,0 +1,30 @@
+# $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
+}




More information about the arch-commits mailing list