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

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 4 19:56:20 UTC 2022


    Date: Monday, April 4, 2022 @ 19:56:19
  Author: arojas
Revision: 1181385

archrelease: copy trunk to community-x86_64

Added:
  maliit-framework/repos/community-x86_64/PKGBUILD
    (from rev 1181384, maliit-framework/trunk/PKGBUILD)
Deleted:
  maliit-framework/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 19:56:06 UTC (rev 1181384)
+++ PKGBUILD	2022-04-04 19:56:19 UTC (rev 1181385)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maliit-framework
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Core libraries of Maliit and server'
-arch=(x86_64)
-url='https://maliit.github.io/'
-license=(LGPL)
-depends=(qt5-declarative)
-makedepends=(cmake qt5-wayland wayland-protocols gtk3 python)
-optdepends=('qt5-wayland: wayland-shell integration')
-source=(https://github.com/maliit/framework/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f55bca572ed932a251d583659aefa9d42d60d86f1603bab55c8fa92166b19bb3')
-options=(debug)
-
-build() {
-  cmake -B build -S framework-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -Denable-tests=OFF \
-    -Denable-docs=OFF \
-    -Denable-dbus-activation=ON \
-    -Denable-wayland-gtk=ON \
-    -DQT5_PLUGINS_INSTALL_DIR=lib/qt/plugins \
-    -DQT5_MKSPECS_INSTALL_DIR=lib/qt/mkspecs
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maliit-framework/repos/community-x86_64/PKGBUILD (from rev 1181384, maliit-framework/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-04 19:56:19 UTC (rev 1181385)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maliit-framework
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Core libraries of Maliit and server'
+arch=(x86_64)
+url='https://maliit.github.io/'
+license=(LGPL)
+depends=(qt5-declarative)
+makedepends=(cmake qt5-wayland wayland-protocols gtk3 python)
+optdepends=('qt5-wayland: wayland-shell integration')
+source=(https://github.com/maliit/framework/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('e5d1367f046066facabba9766d8cbeb94b13c5024b0a5056ebbaa6a16f075b23')
+options=(debug)
+
+build() {
+  cmake -B build -S framework-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -Denable-tests=OFF \
+    -Denable-docs=OFF \
+    -Denable-dbus-activation=ON \
+    -Denable-wayland-gtk=ON \
+    -DQT5_PLUGINS_INSTALL_DIR=lib/qt/plugins \
+    -DQT5_MKSPECS_INSTALL_DIR=lib/qt/mkspecs
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list