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

Felix Yan fyan at archlinux.org
Mon Nov 2 14:40:05 UTC 2015


    Date: Monday, November 2, 2015 @ 15:40:05
  Author: fyan
Revision: 145649

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

Added:
  libcontentaction/repos/community-i686/PKGBUILD
    (from rev 145648, libcontentaction/trunk/PKGBUILD)
  libcontentaction/repos/community-x86_64/PKGBUILD
    (from rev 145648, libcontentaction/trunk/PKGBUILD)
Deleted:
  libcontentaction/repos/community-i686/PKGBUILD
  libcontentaction/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-02 14:39:29 UTC (rev 145648)
+++ community-i686/PKGBUILD	2015-11-02 14:40:05 UTC (rev 145649)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libcontentaction
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="Library for associating content with actions"
-arch=('i686' 'x86_64')
-url="http://github.com/nemomobile/libcontentaction"
-license=('LGPL')
-depends=('qt5-systems' 'mlite')
-makedepends=('git' 'qt5-tools' 'python2')
-source=("git+https://github.com/nemomobile/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-i686/PKGBUILD (from rev 145648, libcontentaction/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-02 14:40:05 UTC (rev 145649)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libcontentaction
+pkgver=0.2.6
+pkgrel=1
+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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-02 14:39:29 UTC (rev 145648)
+++ community-x86_64/PKGBUILD	2015-11-02 14:40:05 UTC (rev 145649)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libcontentaction
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="Library for associating content with actions"
-arch=('i686' 'x86_64')
-url="http://github.com/nemomobile/libcontentaction"
-license=('LGPL')
-depends=('qt5-systems' 'mlite')
-makedepends=('git' 'qt5-tools' 'python2')
-source=("git+https://github.com/nemomobile/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-x86_64/PKGBUILD (from rev 145648, libcontentaction/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-02 14:40:05 UTC (rev 145649)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libcontentaction
+pkgver=0.2.6
+pkgrel=1
+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