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

Antonio Rojas arojas at archlinux.org
Fri Mar 24 10:36:56 UTC 2017


    Date: Friday, March 24, 2017 @ 10:36:55
  Author: arojas
Revision: 218653

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

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

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 ----------------------
 community-x86_64/PKGBUILD |   37 ----------------------
 3 files changed, 72 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-24 10:36:24 UTC (rev 218652)
+++ community-i686/PKGBUILD	2017-03-24 10:36:55 UTC (rev 218653)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=nomacs
-pkgver=3.4
-_pluginver=3ff8f79305beabcdf0e2418868fe99f1abe26b7e
-pkgrel=3
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/"
-license=('GPL3')
-#depends=('qt4' 'exiv2' 'libraw' 'opencv')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz"
-        "https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip")
-md5sums=('5f1a6586f51cebd01cb2ab71b38de649'
-         '0b3451952d30633de6f4abd17ad388b9')
-
-prepare() {
-  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-i686/PKGBUILD (from rev 218652, nomacs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-24 10:36:55 UTC (rev 218653)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=3.6.0
+_pluginver=be5886fab002d84963daab7820bd04f703e74b59
+pkgrel=1
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/"
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz"
+        "https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip")
+md5sums=('cd6c776b81b6bce79df41e2bb2ecf3db'
+         'b9ed0e229e87b8e4e6669276dc320a23')
+
+prepare() {
+  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-24 10:36:24 UTC (rev 218652)
+++ community-x86_64/PKGBUILD	2017-03-24 10:36:55 UTC (rev 218653)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=nomacs
-pkgver=3.4
-_pluginver=3ff8f79305beabcdf0e2418868fe99f1abe26b7e
-pkgrel=3
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/"
-license=('GPL3')
-#depends=('qt4' 'exiv2' 'libraw' 'opencv')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz"
-        "https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip")
-md5sums=('5f1a6586f51cebd01cb2ab71b38de649'
-         '0b3451952d30633de6f4abd17ad388b9')
-
-prepare() {
-  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
-  make -j1
-}
-
-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 218652, nomacs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-24 10:36:55 UTC (rev 218653)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=3.6.0
+_pluginver=be5886fab002d84963daab7820bd04f703e74b59
+pkgrel=1
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/"
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver::https://github.com/nomacs/nomacs/archive/$pkgver.tar.gz"
+        "https://github.com/nomacs/nomacs-plugins/archive/$_pluginver.zip")
+md5sums=('cd6c776b81b6bce79df41e2bb2ecf3db'
+         'b9ed0e229e87b8e4e6669276dc320a23')
+
+prepare() {
+  mv nomacs-plugins-$_pluginver $pkgname-$pkgver/ImageLounge/plugins
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake ../ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list