[arch-commits] Commit in attica-qt4/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Feb 10 01:04:12 UTC 2018
Date: Saturday, February 10, 2018 @ 01:04:11
Author: arojas
Revision: 316579
archrelease: copy trunk to extra-x86_64
Added:
attica-qt4/repos/extra-x86_64/PKGBUILD
(from rev 316578, attica-qt4/trunk/PKGBUILD)
Deleted:
attica-qt4/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 66 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 32 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-10 01:03:30 UTC (rev 316578)
+++ PKGBUILD 2018-02-10 01:04:11 UTC (rev 316579)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=attica-qt4
-pkgver=0.4.2
-pkgrel=3
-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/extra-x86_64/PKGBUILD (from rev 316578, attica-qt4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-10 01:04:11 UTC (rev 316579)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=attica-qt4
+pkgver=0.4.2
+pkgrel=4
+pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
+arch=('x86_64')
+url='https://projects.kde.org/projects/frameworks/attica'
+license=('LGPL')
+depends=('qt4')
+makedepends=('cmake')
+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