[arch-commits] Commit in qtdbusextended/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Apr 25 21:48:18 UTC 2021


    Date: Sunday, April 25, 2021 @ 21:48:17
  Author: felixonmars
Revision: 924448

archrelease: copy trunk to community-x86_64

Added:
  qtdbusextended/repos/community-x86_64/
  qtdbusextended/repos/community-x86_64/PKGBUILD
    (from rev 924447, qtdbusextended/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: qtdbusextended/repos/community-x86_64/PKGBUILD (from rev 924447, qtdbusextended/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-04-25 21:48:17 UTC (rev 924448)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qtdbusextended
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="Extended DBus for Qt"
+arch=('x86_64')
+url="https://github.com/nemomobile/qtdbusextended"
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('qt5-tools')
+source=("https://github.com/nemomobile/qtdbusextended/archive/$pkgver/qtdbusextended-$pkgver.tar.gz")
+sha512sums=('76d962a7f8c31fc46875095a51dca39c3fcea1d4f3a26ac3f451a6a3bd15f480231786ad8756d5d19c10a3cae594926d426ee0c7697d28183f328733243af3d6')
+
+build() {
+  cd qtdbusextended-$pkgver
+  qmake-qt5
+  make
+}
+
+package() {
+  cd qtdbusextended-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list