Date: Wednesday, February 17, 2021 @ 20:42:39 Author: felixonmars Revision: 862704
archrelease: copy trunk to community-x86_64 Added: mlite/repos/community-x86_64/PKGBUILD (from rev 862703, mlite/trunk/PKGBUILD) Deleted: mlite/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 74 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-02-17 20:42:23 UTC (rev 862703) +++ PKGBUILD 2021-02-17 20:42:39 UTC (rev 862704) @@ -1,37 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=mlite -pkgver=0.3.4 -pkgrel=1 -pkgdesc="Useful classes originating from MeeGo Touch" -arch=('x86_64') -url="https://git.sailfishos.org/mer-core/mlite" -license=('LGPL') -depends=('qt5-base' 'dconf') -makedepends=('git' 'qt5-tools') -source=("git+https://git.sailfishos.org/mer-core/mlite.git#tag=$pkgver") -sha512sums=('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 862703, mlite/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-02-17 20:42:39 UTC (rev 862704) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=mlite +pkgver=0.3.5 +pkgrel=1 +pkgdesc="Useful classes originating from MeeGo Touch" +arch=('x86_64') +url="https://git.sailfishos.org/mer-core/mlite" +license=('LGPL') +depends=('qt5-base' 'dconf') +makedepends=('git' 'qt5-tools') +source=("git+https://git.sailfishos.org/mer-core/mlite.git#tag=$pkgver") +sha512sums=('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" +}