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

Antonio Rojas arojas at gemini.archlinux.org
Wed Sep 22 16:02:17 UTC 2021


    Date: Wednesday, September 22, 2021 @ 16:02:17
  Author: arojas
Revision: 1021637

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 30 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 16:02:06 UTC (rev 1021636)
+++ PKGBUILD	2021-09-22 16:02:17 UTC (rev 1021637)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maliit-framework
-pkgver=2.1.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=('5df16e4bde4f73c2b6b6cbc44434f5e531bf0fcb959811fde0e8359e61b938ca')
-
-prepare() {
-  cd framework-$pkgver
-  mv README{.md,}
-}
-
-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 1021636, maliit-framework/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-22 16:02:17 UTC (rev 1021637)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maliit-framework
+pkgver=2.1.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=('e2b9900c98dc53a22d58da92582c78f1f3f31bdd61e0f1c0312b769977cb183f')
+
+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