[arch-commits] Commit in nomacs/repos (6 files)

speps speps at nymeria.archlinux.org
Mon Jan 20 13:15:11 UTC 2014


    Date: Monday, January 20, 2014 @ 14:15:10
  Author: speps
Revision: 104420

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

Added:
  nomacs/repos/community-staging-i686/
  nomacs/repos/community-staging-i686/PKGBUILD
    (from rev 104419, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-i686/nomacs.install
    (from rev 104419, nomacs/trunk/nomacs.install)
  nomacs/repos/community-staging-x86_64/
  nomacs/repos/community-staging-x86_64/PKGBUILD
    (from rev 104419, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-x86_64/nomacs.install
    (from rev 104419, nomacs/trunk/nomacs.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   34 ++++++++++++++++++++++++++++++
 community-staging-i686/nomacs.install   |   11 +++++++++
 community-staging-x86_64/PKGBUILD       |   34 ++++++++++++++++++++++++++++++
 community-staging-x86_64/nomacs.install |   11 +++++++++
 4 files changed, 90 insertions(+)

Copied: nomacs/repos/community-staging-i686/PKGBUILD (from rev 104419, nomacs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-01-20 13:15:10 UTC (rev 104420)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/"
+license=('GPL3')
+depends=('qt4' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2")
+md5sums=('3e8782b7bf792933ba673a2e9340841b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+           -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-staging-i686/nomacs.install (from rev 104419, nomacs/trunk/nomacs.install)
===================================================================
--- community-staging-i686/nomacs.install	                        (rev 0)
+++ community-staging-i686/nomacs.install	2014-01-20 13:15:10 UTC (rev 104420)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 104419, nomacs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-01-20 13:15:10 UTC (rev 104420)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/"
+license=('GPL3')
+depends=('qt4' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2")
+md5sums=('3e8782b7bf792933ba673a2e9340841b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+           -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-staging-x86_64/nomacs.install (from rev 104419, nomacs/trunk/nomacs.install)
===================================================================
--- community-staging-x86_64/nomacs.install	                        (rev 0)
+++ community-staging-x86_64/nomacs.install	2014-01-20 13:15:10 UTC (rev 104420)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list