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

Fabio Castelli muflone at archlinux.org
Fri Dec 8 09:31:33 UTC 2017


    Date: Friday, December 8, 2017 @ 09:31:32
  Author: muflone
Revision: 273282

archrelease: copy trunk to community-testing-x86_64

Added:
  pacmanlogviewer/repos/community-testing-x86_64/
  pacmanlogviewer/repos/community-testing-x86_64/PKGBUILD
    (from rev 273281, pacmanlogviewer/trunk/PKGBUILD)

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

Copied: pacmanlogviewer/repos/community-testing-x86_64/PKGBUILD (from rev 273281, pacmanlogviewer/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-08 09:31:32 UTC (rev 273282)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Giuseppe Calà <jiveaxe at gmail.com>
+ 
+pkgname=pacmanlogviewer
+pkgver=1.3.1
+pkgrel=6
+pkgdesc="Inspect pacman log files"
+arch=('x86_64')
+url='https://opendesktop.org/content/show.php?content=150484'
+license=('GPL')
+depends=('qt5-base' 'hicolor-icon-theme')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://dl.opendesktop.org/api/files/downloadfile/id/1466643430/s/4b2ebaddef63ec5c37e97b3f501f8311/t/1512728225/150484-${pkgname}-${pkgver}.tar.gz")
+sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
+ 
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_WITH_QT5=ON .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 



More information about the arch-commits mailing list