[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-01 Thread Felix Yan via arch-commits
Date: Tuesday, December 1, 2020 @ 15:56:01
  Author: felixonmars
Revision: 767169

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 767167, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-01 15:56:01 UTC (rev 767168)
+++ PKGBUILD2020-12-01 15:56:01 UTC (rev 767169)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.3.3
-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 767167, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-01 15:56:01 UTC (rev 767169)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+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"
+}


[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-11-30 Thread Felix Yan via arch-commits
Date: Monday, November 30, 2020 @ 20:23:56
  Author: felixonmars
Revision: 766686

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 766685, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-30 20:23:45 UTC (rev 766685)
+++ PKGBUILD2020-11-30 20:23:56 UTC (rev 766686)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.3.2
-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 766685, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-30 20:23:56 UTC (rev 766686)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.3.3
+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"
+}


[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-11-26 Thread Felix Yan via arch-commits
Date: Thursday, November 26, 2020 @ 22:33:36
  Author: felixonmars
Revision: 763868

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 763867, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-26 22:33:25 UTC (rev 763867)
+++ PKGBUILD2020-11-26 22:33:36 UTC (rev 763868)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.3.1
-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 763867, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-26 22:33:36 UTC (rev 763868)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.3.2
+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"
+}


[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-11-20 Thread Felix Yan via arch-commits
Date: Friday, November 20, 2020 @ 14:34:19
  Author: felixonmars
Revision: 757902

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 757901, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-20 14:34:05 UTC (rev 757901)
+++ PKGBUILD2020-11-20 14:34:19 UTC (rev 757902)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.3.0
-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 757901, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-20 14:34:19 UTC (rev 757902)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.3.1
+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"
+}


[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-11-17 Thread Felix Yan via arch-commits
Date: Tuesday, November 17, 2020 @ 11:41:55
  Author: felixonmars
Revision: 756732

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 756731, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-17 11:41:45 UTC (rev 756731)
+++ PKGBUILD2020-11-17 11:41:55 UTC (rev 756732)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.28+git1
-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 756731, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-17 11:41:55 UTC (rev 756732)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.3.0
+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"
+}


[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-11 Thread Felix Yan via arch-commits
Date: Wednesday, March 11, 2020 @ 18:59:31
  Author: felixonmars
Revision: 594586

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 594585, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 18:59:17 UTC (rev 594585)
+++ PKGBUILD2020-03-11 18:59:31 UTC (rev 594586)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.28
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('x86_64')
-url="https://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 594585, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-11 18:59:31 UTC (rev 594586)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.2.28+git1
+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"
+}


[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 20, 2019 @ 16:13:17
  Author: felixonmars
Revision: 500319

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 500318, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-20 16:13:03 UTC (rev 500318)
+++ PKGBUILD2019-08-20 16:13:17 UTC (rev 500319)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.27
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('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 500318, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-20 16:13:17 UTC (rev 500319)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.2.28
+pkgrel=1
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('x86_64')
+url="https://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"
+}


[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-03 Thread Felix Yan via arch-commits
Date: Friday, May 3, 2019 @ 21:05:57
  Author: felixonmars
Revision: 458761

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 458760, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-03 21:05:46 UTC (rev 458760)
+++ PKGBUILD2019-05-03 21:05:57 UTC (rev 458761)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.26
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('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 458760, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-03 21:05:57 UTC (rev 458761)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.2.27
+pkgrel=1
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('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"
+}


[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 19:39:58
  Author: felixonmars
Revision: 449906

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 449905, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 19:39:39 UTC (rev 449905)
+++ PKGBUILD2019-04-05 19:39:58 UTC (rev 449906)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.25
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('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 449905, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 19:39:58 UTC (rev 449906)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.2.26
+pkgrel=1
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('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"
+}


[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-15 Thread Felix Yan via arch-commits
Date: Friday, February 15, 2019 @ 11:27:46
  Author: felixonmars
Revision: 432574

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 432573, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-15 11:27:25 UTC (rev 432573)
+++ PKGBUILD2019-02-15 11:27:46 UTC (rev 432574)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.24
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('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 432573, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-15 11:27:46 UTC (rev 432574)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.2.25
+pkgrel=1
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('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"
+}


[arch-commits] Commit in mlite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-11 Thread Felix Yan via arch-commits
Date: Wednesday, December 12, 2018 @ 07:08:32
  Author: felixonmars
Revision: 415554

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 415553, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 07:07:57 UTC (rev 415553)
+++ PKGBUILD2018-12-12 07:08:32 UTC (rev 415554)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.23
-pkgrel=2
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('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 415553, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 07:08:32 UTC (rev 415554)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.2.24
+pkgrel=1
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('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"
+}