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

speps speps at archlinux.org
Mon Mar 16 17:06:22 UTC 2015


    Date: Monday, March 16, 2015 @ 18:06:22
  Author: speps
Revision: 129378

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

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

---------------------------------+
 /PKGBUILD                       |   66 ++++++++++++++++++++++++++++++++++++++
 /nomacs.install                 |   22 ++++++++++++
 community-i686/PKGBUILD         |   33 -------------------
 community-i686/nomacs.install   |   11 ------
 community-x86_64/PKGBUILD       |   33 -------------------
 community-x86_64/nomacs.install |   11 ------
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-16 16:59:50 UTC (rev 129377)
+++ community-i686/PKGBUILD	2015-03-16 17:06:22 UTC (rev 129378)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=nomacs
-pkgver=2.4.0
-pkgrel=1
-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=('9b3498b6ef535efc9e7da85361199ef6')
-
-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-i686/PKGBUILD (from rev 129377, nomacs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-16 17:06:22 UTC (rev 129378)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=2.4.2
+pkgrel=1
+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=('b9deb73ac8c6e12064024bc4fb2aed03')
+
+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:

Deleted: community-i686/nomacs.install
===================================================================
--- community-i686/nomacs.install	2015-03-16 16:59:50 UTC (rev 129377)
+++ community-i686/nomacs.install	2015-03-16 17:06:22 UTC (rev 129378)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nomacs/repos/community-i686/nomacs.install (from rev 129377, nomacs/trunk/nomacs.install)
===================================================================
--- community-i686/nomacs.install	                        (rev 0)
+++ community-i686/nomacs.install	2015-03-16 17:06:22 UTC (rev 129378)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-16 16:59:50 UTC (rev 129377)
+++ community-x86_64/PKGBUILD	2015-03-16 17:06:22 UTC (rev 129378)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=nomacs
-pkgver=2.4.0
-pkgrel=1
-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=('9b3498b6ef535efc9e7da85361199ef6')
-
-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-x86_64/PKGBUILD (from rev 129377, nomacs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-16 17:06:22 UTC (rev 129378)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=2.4.2
+pkgrel=1
+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=('b9deb73ac8c6e12064024bc4fb2aed03')
+
+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:

Deleted: community-x86_64/nomacs.install
===================================================================
--- community-x86_64/nomacs.install	2015-03-16 16:59:50 UTC (rev 129377)
+++ community-x86_64/nomacs.install	2015-03-16 17:06:22 UTC (rev 129378)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nomacs/repos/community-x86_64/nomacs.install (from rev 129377, nomacs/trunk/nomacs.install)
===================================================================
--- community-x86_64/nomacs.install	                        (rev 0)
+++ community-x86_64/nomacs.install	2015-03-16 17:06:22 UTC (rev 129378)
@@ -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