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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 6 05:42:55 UTC 2015


    Date: Sunday, December 6, 2015 @ 06:42:54
  Author: bpiotrowski
Revision: 252601

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

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

-------------------------+
 staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: attica-qt4/repos/staging-i686/PKGBUILD (from rev 252600, attica-qt4/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-06 05:42:54 UTC (rev 252601)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=attica-qt4
+pkgver=0.4.2
+pkgrel=2
+pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/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-qt4/repos/staging-x86_64/PKGBUILD (from rev 252600, attica-qt4/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-06 05:42:54 UTC (rev 252601)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=attica-qt4
+pkgver=0.4.2
+pkgrel=2
+pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/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