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

Antonio Rojas arojas at archlinux.org
Mon Dec 7 05:37:16 UTC 2015


    Date: Monday, December 7, 2015 @ 06:37:16
  Author: arojas
Revision: 149605

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 149603, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-i686/nomacs.install
    (from rev 149603, nomacs/trunk/nomacs.install)
  nomacs/repos/community-staging-x86_64/
  nomacs/repos/community-staging-x86_64/PKGBUILD
    (from rev 149604, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-x86_64/nomacs.install
    (from rev 149604, nomacs/trunk/nomacs.install)

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

Copied: nomacs/repos/community-staging-i686/PKGBUILD (from rev 149603, nomacs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 05:37:16 UTC (rev 149605)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=2.4.6
+pkgrel=3
+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=('a154966dc5c1fed71279bc70d8078935')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  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 149603, nomacs/trunk/nomacs.install)
===================================================================
--- community-staging-i686/nomacs.install	                        (rev 0)
+++ community-staging-i686/nomacs.install	2015-12-07 05:37:16 UTC (rev 149605)
@@ -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 149604, nomacs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 05:37:16 UTC (rev 149605)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=2.4.6
+pkgrel=3
+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=('a154966dc5c1fed71279bc70d8078935')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  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 149604, nomacs/trunk/nomacs.install)
===================================================================
--- community-staging-x86_64/nomacs.install	                        (rev 0)
+++ community-staging-x86_64/nomacs.install	2015-12-07 05:37:16 UTC (rev 149605)
@@ -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