[arch-commits] Commit in nomacs/repos (8 files)
speps
speps at archlinux.org
Thu Feb 26 18:29:35 UTC 2015
Date: Thursday, February 26, 2015 @ 19:29:35
Author: speps
Revision: 128307
archrelease: copy trunk to community-i686, community-x86_64
Added:
nomacs/repos/community-i686/PKGBUILD
(from rev 128306, nomacs/trunk/PKGBUILD)
nomacs/repos/community-i686/nomacs.install
(from rev 128306, nomacs/trunk/nomacs.install)
nomacs/repos/community-x86_64/PKGBUILD
(from rev 128306, nomacs/trunk/PKGBUILD)
nomacs/repos/community-x86_64/nomacs.install
(from rev 128306, 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-02-26 18:29:22 UTC (rev 128306)
+++ community-i686/PKGBUILD 2015-02-26 18:29:35 UTC (rev 128307)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=nomacs
-pkgver=2.2.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=('abb5c68d62e2b969ec4a571467464c55')
-
-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 128306, nomacs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 18:29:35 UTC (rev 128307)
@@ -0,0 +1,33 @@
+# $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:
Deleted: community-i686/nomacs.install
===================================================================
--- community-i686/nomacs.install 2015-02-26 18:29:22 UTC (rev 128306)
+++ community-i686/nomacs.install 2015-02-26 18:29:35 UTC (rev 128307)
@@ -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 128306, nomacs/trunk/nomacs.install)
===================================================================
--- community-i686/nomacs.install (rev 0)
+++ community-i686/nomacs.install 2015-02-26 18:29:35 UTC (rev 128307)
@@ -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-02-26 18:29:22 UTC (rev 128306)
+++ community-x86_64/PKGBUILD 2015-02-26 18:29:35 UTC (rev 128307)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=nomacs
-pkgver=2.2.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=('abb5c68d62e2b969ec4a571467464c55')
-
-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 128306, nomacs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-26 18:29:35 UTC (rev 128307)
@@ -0,0 +1,33 @@
+# $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:
Deleted: community-x86_64/nomacs.install
===================================================================
--- community-x86_64/nomacs.install 2015-02-26 18:29:22 UTC (rev 128306)
+++ community-x86_64/nomacs.install 2015-02-26 18:29:35 UTC (rev 128307)
@@ -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 128306, nomacs/trunk/nomacs.install)
===================================================================
--- community-x86_64/nomacs.install (rev 0)
+++ community-x86_64/nomacs.install 2015-02-26 18:29:35 UTC (rev 128307)
@@ -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