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

Antonio Rojas arojas at archlinux.org
Tue May 22 12:22:15 UTC 2018


    Date: Tuesday, May 22, 2018 @ 12:22:15
  Author: arojas
Revision: 327573

archrelease: copy trunk to community-staging-x86_64

Added:
  qt5ct/repos/community-staging-x86_64/
  qt5ct/repos/community-staging-x86_64/PKGBUILD
    (from rev 327572, qt5ct/trunk/PKGBUILD)

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

Copied: qt5ct/repos/community-staging-x86_64/PKGBUILD (from rev 327572, qt5ct/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-05-22 12:22:15 UTC (rev 327573)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: FadeMind <fademind at gmail.com>
+# Contributor: Zatherz <zatherz at linux dot pl>
+
+pkgname=qt5ct
+pkgver=0.35
+pkgrel=2
+pkgdesc="Qt5 Configuration Utility"
+arch=(x86_64)
+url="https://qt5ct.sourceforge.net"
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('1ceb5097bf48a313a6f9a50088825b863855db8fa62b8ce8f79bd4cd4468ef77')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 $pkgname.pro 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+



More information about the arch-commits mailing list