Date: Sunday, March 29, 2015 @ 14:07:52
  Author: muflone
Revision: 130189

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  pacmanlogviewer/repos/community-testing-i686/
  pacmanlogviewer/repos/community-testing-i686/PKGBUILD
    (from rev 130188, pacmanlogviewer/trunk/PKGBUILD)
  pacmanlogviewer/repos/community-testing-i686/pacmanlogviewer.install
    (from rev 130188, pacmanlogviewer/trunk/pacmanlogviewer.install)
  pacmanlogviewer/repos/community-testing-x86_64/
  pacmanlogviewer/repos/community-testing-x86_64/PKGBUILD
    (from rev 130188, pacmanlogviewer/trunk/PKGBUILD)
  pacmanlogviewer/repos/community-testing-x86_64/pacmanlogviewer.install
    (from rev 130188, pacmanlogviewer/trunk/pacmanlogviewer.install)

--------------------------------------------------+
 community-testing-i686/PKGBUILD                  |   27 +++++++++++++++++++++
 community-testing-i686/pacmanlogviewer.install   |   11 ++++++++
 community-testing-x86_64/PKGBUILD                |   27 +++++++++++++++++++++
 community-testing-x86_64/pacmanlogviewer.install |   11 ++++++++
 4 files changed, 76 insertions(+)

Copied: pacmanlogviewer/repos/community-testing-i686/PKGBUILD (from rev 130188, 
pacmanlogviewer/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2015-03-29 12:07:52 UTC (rev 130189)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Giuseppe Calà <jive...@gmail.com>
+ 
+pkgname=pacmanlogviewer
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="Inspect pacman log files"
+arch=('i686' 'x86_64')
+url=('https://opendesktop.org/content/show.php?content=150484')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+source=("${pkgname}-${pkgver}.tar.gz"::"http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
+install="${pkgname}.install"
+ 
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 

Copied: pacmanlogviewer/repos/community-testing-i686/pacmanlogviewer.install 
(from rev 130188, pacmanlogviewer/trunk/pacmanlogviewer.install)
===================================================================
--- community-testing-i686/pacmanlogviewer.install                              
(rev 0)
+++ community-testing-i686/pacmanlogviewer.install      2015-03-29 12:07:52 UTC 
(rev 130189)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: pacmanlogviewer/repos/community-testing-x86_64/PKGBUILD (from rev 
130188, pacmanlogviewer/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-03-29 12:07:52 UTC (rev 130189)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Giuseppe Calà <jive...@gmail.com>
+ 
+pkgname=pacmanlogviewer
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="Inspect pacman log files"
+arch=('i686' 'x86_64')
+url=('https://opendesktop.org/content/show.php?content=150484')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+source=("${pkgname}-${pkgver}.tar.gz"::"http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
+install="${pkgname}.install"
+ 
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 

Copied: pacmanlogviewer/repos/community-testing-x86_64/pacmanlogviewer.install 
(from rev 130188, pacmanlogviewer/trunk/pacmanlogviewer.install)
===================================================================
--- community-testing-x86_64/pacmanlogviewer.install                            
(rev 0)
+++ community-testing-x86_64/pacmanlogviewer.install    2015-03-29 12:07:52 UTC 
(rev 130189)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to