[arch-commits] Commit in injeqt/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Oct 17 19:30:25 UTC 2016
Date: Monday, October 17, 2016 @ 19:30:25
Author: arojas
Revision: 192470
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
injeqt/repos/community-staging-i686/
injeqt/repos/community-staging-i686/PKGBUILD
(from rev 192469, injeqt/trunk/PKGBUILD)
injeqt/repos/community-staging-x86_64/
injeqt/repos/community-staging-x86_64/PKGBUILD
(from rev 192469, injeqt/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Copied: injeqt/repos/community-staging-i686/PKGBUILD (from rev 192469, injeqt/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-17 19:30:25 UTC (rev 192470)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=injeqt
+pkgver=1.1.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=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('9a582037c454b1355e808bb2e07126bb')
+
+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-staging-x86_64/PKGBUILD (from rev 192469, injeqt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-10-17 19:30:25 UTC (rev 192470)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=injeqt
+pkgver=1.1.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=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('9a582037c454b1355e808bb2e07126bb')
+
+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