[arch-commits] Commit in attica/repos (6 files)
Andrea Scarpino
andrea at archlinux.org
Tue Jun 19 10:13:06 UTC 2012
Date: Tuesday, June 19, 2012 @ 06:13:06
Author: andrea
Revision: 162059
db-move: moved attica from [staging] to [extra] ( i686, x86_64)
Added:
attica/repos/extra-i686/PKGBUILD
(from rev 162058, attica/repos/staging-i686/PKGBUILD)
attica/repos/extra-x86_64/PKGBUILD
(from rev 162058, attica/repos/staging-x86_64/PKGBUILD)
Deleted:
attica/repos/extra-i686/PKGBUILD
attica/repos/extra-x86_64/PKGBUILD
attica/repos/staging-i686/
attica/repos/staging-x86_64/
-----------------------+
extra-i686/PKGBUILD | 58 ++++++++++++++++++++++++------------------------
extra-x86_64/PKGBUILD | 58 ++++++++++++++++++++++++------------------------
2 files changed, 58 insertions(+), 58 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-06-19 10:03:14 UTC (rev 162058)
+++ extra-i686/PKGBUILD 2012-06-19 10:13:06 UTC (rev 162059)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=attica
-pkgver=0.3.0
-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=('qt')
-makedepends=('cmake')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('5a77f678422e7a52e3a3abb2d7ad0499')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}/build"
- make DESTDIR="${pkgdir}" install
-}
Copied: attica/repos/extra-i686/PKGBUILD (from rev 162058, attica/repos/staging-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 10:13:06 UTC (rev 162059)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=attica
+pkgver=0.4.0
+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=('qt')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('2de3a49d79884ed3ce9df491bf35a86b')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/build"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-06-19 10:03:14 UTC (rev 162058)
+++ extra-x86_64/PKGBUILD 2012-06-19 10:13:06 UTC (rev 162059)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=attica
-pkgver=0.3.0
-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=('qt')
-makedepends=('cmake')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('5a77f678422e7a52e3a3abb2d7ad0499')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}/build"
- make DESTDIR="${pkgdir}" install
-}
Copied: attica/repos/extra-x86_64/PKGBUILD (from rev 162058, attica/repos/staging-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-06-19 10:13:06 UTC (rev 162059)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=attica
+pkgver=0.4.0
+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=('qt')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('2de3a49d79884ed3ce9df491bf35a86b')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/build"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list