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

Antonio Rojas arojas at archlinux.org
Sat Apr 3 14:02:23 UTC 2021


    Date: Saturday, April 3, 2021 @ 14:02:23
  Author: arojas
Revision: 911513

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++++--------------------------
 1 file changed, 30 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-03 14:02:11 UTC (rev 911512)
+++ PKGBUILD	2021-04-03 14:02:23 UTC (rev 911513)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maliit-framework
-pkgver=2.0.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=('81f337c43a140ec3977b7d91abdf4a630bf73c98942f96e0ff4f57323c42a2ba')
-
-build() {
-  cmake -B build -S framework-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -Denable-tests=OFF \
-    -Denable-docs=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maliit-framework/repos/community-x86_64/PKGBUILD (from rev 911512, maliit-framework/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-03 14:02:23 UTC (rev 911513)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maliit-framework
+pkgver=2.0.0
+pkgrel=2
+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=('81f337c43a140ec3977b7d91abdf4a630bf73c98942f96e0ff4f57323c42a2ba')
+
+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