[arch-commits] Commit in mlite/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Fri Jul 22 10:02:36 UTC 2016
Date: Friday, July 22, 2016 @ 10:02:36
Author: felixonmars
Revision: 183719
archrelease: copy trunk to community-i686, community-x86_64
Added:
mlite/repos/community-i686/PKGBUILD
(from rev 183718, mlite/trunk/PKGBUILD)
mlite/repos/community-x86_64/PKGBUILD
(from rev 183718, mlite/trunk/PKGBUILD)
Deleted:
mlite/repos/community-i686/PKGBUILD
mlite/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 30 -----------------
community-x86_64/PKGBUILD | 30 -----------------
3 files changed, 76 insertions(+), 60 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-07-22 10:02:13 UTC (rev 183718)
+++ community-i686/PKGBUILD 2016-07-22 10:02:36 UTC (rev 183719)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=mlite
-pkgver=0.2.21
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('i686' 'x86_64')
-url="http://github.com/nemomobile/mlite"
-license=('LGPL')
-depends=('qt5-base' 'dconf')
-makedepends=('git' 'qt5-tools')
-source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
- cd mlite
-
- qmake-qt5
- make
-}
-
-package() {
- cd mlite
-
- make INSTALL_ROOT="${pkgdir}" install
-
- # Remove tests
- rm -r "$pkgdir/opt"
-}
Copied: mlite/repos/community-i686/PKGBUILD (from rev 183718, mlite/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-22 10:02:36 UTC (rev 183719)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=mlite
+pkgver=0.2.21
+pkgrel=2
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('i686' 'x86_64')
+url="http://github.com/nemomobile/mlite"
+license=('LGPL')
+depends=('qt5-base' 'dconf')
+makedepends=('git' 'qt5-tools')
+source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cd mlite
+ sed -i -e 's|/usr/libexec|/usr/lib|' \
+ tools/mliteremoteaction/mliteremoteaction.pro \
+ tools/mliteremoteaction/main.cpp \
+ src/mremoteaction.cpp
+}
+
+build() {
+ cd mlite
+
+ qmake-qt5
+ make
+}
+
+package() {
+ cd mlite
+
+ make INSTALL_ROOT="${pkgdir}" install
+
+ # Remove tests
+ rm -r "$pkgdir/opt"
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-07-22 10:02:13 UTC (rev 183718)
+++ community-x86_64/PKGBUILD 2016-07-22 10:02:36 UTC (rev 183719)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=mlite
-pkgver=0.2.21
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('i686' 'x86_64')
-url="http://github.com/nemomobile/mlite"
-license=('LGPL')
-depends=('qt5-base' 'dconf')
-makedepends=('git' 'qt5-tools')
-source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
- cd mlite
-
- qmake-qt5
- make
-}
-
-package() {
- cd mlite
-
- make INSTALL_ROOT="${pkgdir}" install
-
- # Remove tests
- rm -r "$pkgdir/opt"
-}
Copied: mlite/repos/community-x86_64/PKGBUILD (from rev 183718, mlite/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-07-22 10:02:36 UTC (rev 183719)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=mlite
+pkgver=0.2.21
+pkgrel=2
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('i686' 'x86_64')
+url="http://github.com/nemomobile/mlite"
+license=('LGPL')
+depends=('qt5-base' 'dconf')
+makedepends=('git' 'qt5-tools')
+source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cd mlite
+ sed -i -e 's|/usr/libexec|/usr/lib|' \
+ tools/mliteremoteaction/mliteremoteaction.pro \
+ tools/mliteremoteaction/main.cpp \
+ src/mremoteaction.cpp
+}
+
+build() {
+ cd mlite
+
+ qmake-qt5
+ make
+}
+
+package() {
+ cd mlite
+
+ make INSTALL_ROOT="${pkgdir}" install
+
+ # Remove tests
+ rm -r "$pkgdir/opt"
+}
More information about the arch-commits
mailing list