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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Feb 27 05:43:19 UTC 2015


    Date: Friday, February 27, 2015 @ 06:43:18
  Author: bpiotrowski
Revision: 128339

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

Added:
  injeqt/repos/community-i686/
  injeqt/repos/community-i686/PKGBUILD
    (from rev 128338, injeqt/trunk/PKGBUILD)
  injeqt/repos/community-x86_64/
  injeqt/repos/community-x86_64/PKGBUILD
    (from rev 128338, injeqt/trunk/PKGBUILD)

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

Copied: injeqt/repos/community-i686/PKGBUILD (from rev 128338, injeqt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-27 05:43:18 UTC (rev 128339)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=injeqt
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Dependency injection framework for Qt'
+arch=('i686' 'x86_64')
+url='https://github.com/vogel/injeqt'
+license=('LGPL2.1')
+depends=('qt5-base')
+makedepends=('cmake')
+source=($url/archive/$pkgver.tar.gz)
+md5sums=('5f9211d7731c6b7e7c4e6943445fb379')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DDISABLE_EXAMPLES=ON \
+    -DDISABLE_TESTS=ON
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Copied: injeqt/repos/community-x86_64/PKGBUILD (from rev 128338, injeqt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-27 05:43:18 UTC (rev 128339)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=injeqt
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Dependency injection framework for Qt'
+arch=('i686' 'x86_64')
+url='https://github.com/vogel/injeqt'
+license=('LGPL2.1')
+depends=('qt5-base')
+makedepends=('cmake')
+source=($url/archive/$pkgver.tar.gz)
+md5sums=('5f9211d7731c6b7e7c4e6943445fb379')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DDISABLE_EXAMPLES=ON \
+    -DDISABLE_TESTS=ON
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list