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

Antonio Rojas arojas at gemini.archlinux.org
Mon Sep 20 21:39:22 UTC 2021


    Date: Monday, September 20, 2021 @ 21:39:22
  Author: arojas
Revision: 1019809

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 21:39:12 UTC (rev 1019808)
+++ PKGBUILD	2021-09-20 21:39:22 UTC (rev 1019809)
@@ -1,30 +0,0 @@
-# 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
-}

Copied: maliit-framework/repos/community-x86_64/PKGBUILD (from rev 1019808, maliit-framework/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-20 21:39:22 UTC (rev 1019809)
@@ -0,0 +1,35 @@
+# 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
+}



More information about the arch-commits mailing list