[arch-commits] Commit in libcontentaction/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Dec 7 05:54:29 UTC 2015
Date: Monday, December 7, 2015 @ 06:54:29
Author: foutrelis
Revision: 149625
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
libcontentaction/repos/community-staging-i686/
libcontentaction/repos/community-staging-i686/PKGBUILD
(from rev 149624, libcontentaction/trunk/PKGBUILD)
libcontentaction/repos/community-staging-x86_64/
libcontentaction/repos/community-staging-x86_64/PKGBUILD
(from rev 149624, libcontentaction/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: libcontentaction/repos/community-staging-i686/PKGBUILD (from rev 149624, libcontentaction/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 05:54:29 UTC (rev 149625)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libcontentaction
+pkgver=0.2.6
+pkgrel=2
+pkgdesc="Library for associating content with actions"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libcontentaction"
+license=('LGPL')
+depends=('qt5-systems' 'mlite')
+makedepends=('git' 'qt5-tools' 'python2')
+source=("git+https://git.merproject.org/mer-core/libcontentaction.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cd libcontentaction
+ find . -name '*.py' -o -name 'gen-regexps' -type f -exec sed -i 's@^#!.*python$@#!/usr/bin/python2@' {} +
+}
+
+build() {
+ cd libcontentaction
+
+ qmake-qt5
+ make
+}
+
+package() {
+ cd libcontentaction
+
+ make INSTALL_ROOT="${pkgdir}" install
+
+ # Remove tests
+ rm -r "$pkgdir/opt"
+}
Copied: libcontentaction/repos/community-staging-x86_64/PKGBUILD (from rev 149624, libcontentaction/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-07 05:54:29 UTC (rev 149625)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libcontentaction
+pkgver=0.2.6
+pkgrel=2
+pkgdesc="Library for associating content with actions"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libcontentaction"
+license=('LGPL')
+depends=('qt5-systems' 'mlite')
+makedepends=('git' 'qt5-tools' 'python2')
+source=("git+https://git.merproject.org/mer-core/libcontentaction.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cd libcontentaction
+ find . -name '*.py' -o -name 'gen-regexps' -type f -exec sed -i 's@^#!.*python$@#!/usr/bin/python2@' {} +
+}
+
+build() {
+ cd libcontentaction
+
+ qmake-qt5
+ make
+}
+
+package() {
+ cd libcontentaction
+
+ make INSTALL_ROOT="${pkgdir}" install
+
+ # Remove tests
+ rm -r "$pkgdir/opt"
+}
More information about the arch-commits
mailing list