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

Antonio Rojas arojas at archlinux.org
Mon Mar 27 07:02:08 UTC 2017


    Date: Monday, March 27, 2017 @ 07:02:07
  Author: arojas
Revision: 219296

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-27 07:01:41 UTC (rev 219295)
+++ community-i686/PKGBUILD	2017-03-27 07:02:07 UTC (rev 219296)
@@ -1,36 +0,0 @@
-# $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:

Copied: nomacs/repos/community-i686/PKGBUILD (from rev 219295, nomacs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-27 07:02:07 UTC (rev 219296)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=3.6.1
+_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=('67e2600b4a1c83e7b78d4d41f7c2f89f'
+         '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-27 07:01:41 UTC (rev 219295)
+++ community-x86_64/PKGBUILD	2017-03-27 07:02:07 UTC (rev 219296)
@@ -1,36 +0,0 @@
-# $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:

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 219295, nomacs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-27 07:02:07 UTC (rev 219296)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=3.6.1
+_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=('67e2600b4a1c83e7b78d4d41f7c2f89f'
+         '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