[arch-commits] Commit in gio-qt/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Apr 26 22:25:09 UTC 2020


    Date: Sunday, April 26, 2020 @ 22:25:08
  Author: felixonmars
Revision: 621716

archrelease: copy trunk to community-x86_64

Added:
  gio-qt/repos/community-x86_64/
  gio-qt/repos/community-x86_64/PKGBUILD
    (from rev 621715, gio-qt/trunk/PKGBUILD)

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

Copied: gio-qt/repos/community-x86_64/PKGBUILD (from rev 621715, gio-qt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-04-26 22:25:08 UTC (rev 621716)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=gio-qt
+pkgver=0.0.9
+pkgrel=1
+pkgdesc='Gio wrapper for Qt applications'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/gio-qt"
+license=('LGPL3')
+depends=('glibmm' 'qt5-base')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/gio-qt/archive/$pkgver.tar.gz")
+sha512sums=('08112d96a9e9f9e4996052d88370326bc3480cd0e9a2f99bba134275b52d4cc95f07a1985b11e5e61e6f3db382536a0ee35011b33cbd817c412d75e7030b34bb')
+
+build() {
+  cd gio-qt-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF .
+  make
+}
+
+package() {
+  cd gio-qt-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list