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

Felix Yan felixonmars at gemini.archlinux.org
Wed Mar 2 21:44:18 UTC 2022


    Date: Wednesday, March 2, 2022 @ 21:44:18
  Author: felixonmars
Revision: 1139948

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 21:44:08 UTC (rev 1139947)
+++ PKGBUILD	2022-03-02 21:44:18 UTC (rev 1139948)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=mlite
-pkgver=0.3.7
-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 1139947, mlite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-02 21:44:18 UTC (rev 1139948)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=mlite
+pkgver=0.3.8
+pkgrel=1
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('x86_64')
+url="https://github.com/sailfishos/mlite"
+license=('LGPL')
+depends=('qt5-base' 'dconf')
+makedepends=('qt5-tools')
+source=("https://github.com/sailfishos/mlite/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('8cbe1e8f216430a19465e50f9a04a6a7cedef984234ea87138963d9d1c6939006302a7cbeaa2bdc6e4fcea864bcbefc81c7f7ae2ef788b13e151b1b6397de6f7')
+
+prepare() {
+  cd mlite-$pkgver
+  sed -i -e 's|/usr/libexec|/usr/lib|' \
+      tools/mliteremoteaction/mliteremoteaction.pro \
+      tools/mliteremoteaction/main.cpp \
+      src/mremoteaction.cpp
+}
+
+build() {
+  cd mlite-$pkgver
+  qmake-qt5 VERSION=$pkgver
+  make
+}
+
+package() {
+  cd mlite-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}



More information about the arch-commits mailing list