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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jul 6 16:32:06 UTC 2022


    Date: Wednesday, July 6, 2022 @ 16:32:05
  Author: arojas
Revision: 1246733

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-06 16:31:57 UTC (rev 1246732)
+++ PKGBUILD	2022-07-06 16:32:05 UTC (rev 1246733)
@@ -1,31 +0,0 @@
-# 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
-}

Copied: maliit-framework/repos/community-x86_64/PKGBUILD (from rev 1246732, maliit-framework/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-06 16:32:05 UTC (rev 1246733)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maliit-framework
+pkgver=2.3.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=('bfc23919ac8b960243f85e8228ad7dfc28d557b52182a0b5a2a216a5c6a8057c')
+options=(debug)
+
+build() {
+  cmake -B build -S framework-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -Denable-tests=OFF \
+    -Denable-docs=OFF \
+    -Denable-dbus-activation=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