Date: Thursday, February 23, 2017 @ 05:55:45 Author: felixonmars Revision: 213574
archrelease: copy trunk to community-i686, community-x86_64 Added: mlite/repos/community-i686/PKGBUILD (from rev 213573, mlite/trunk/PKGBUILD) mlite/repos/community-x86_64/PKGBUILD (from rev 213573, mlite/trunk/PKGBUILD) Deleted: mlite/repos/community-i686/PKGBUILD mlite/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 38 ---------------------- community-x86_64/PKGBUILD | 38 ---------------------- 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-02-23 05:55:08 UTC (rev 213573) +++ community-i686/PKGBUILD 2017-02-23 05:55:45 UTC (rev 213574) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=mlite -pkgver=0.2.22 -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') - -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" -} Copied: mlite/repos/community-i686/PKGBUILD (from rev 213573, mlite/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-23 05:55:45 UTC (rev 213574) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=mlite +pkgver=0.2.23 +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') + +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 2017-02-23 05:55:08 UTC (rev 213573) +++ community-x86_64/PKGBUILD 2017-02-23 05:55:45 UTC (rev 213574) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=mlite -pkgver=0.2.22 -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') - -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" -} Copied: mlite/repos/community-x86_64/PKGBUILD (from rev 213573, mlite/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-23 05:55:45 UTC (rev 213574) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=mlite +pkgver=0.2.23 +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') + +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" +}