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

Antonio Rojas arojas at archlinux.org
Mon Jan 30 16:36:54 UTC 2017


    Date: Monday, January 30, 2017 @ 16:36:54
  Author: arojas
Revision: 209522

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 209521, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-x86_64/
  nomacs/repos/community-staging-x86_64/PKGBUILD
    (from rev 209521, nomacs/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: nomacs/repos/community-staging-i686/PKGBUILD (from rev 209521, nomacs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-01-30 16:36:54 UTC (rev 209522)
@@ -0,0 +1,37 @@
+# $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-staging-x86_64/PKGBUILD (from rev 209521, nomacs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-01-30 16:36:54 UTC (rev 209522)
@@ -0,0 +1,37 @@
+# $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:



More information about the arch-commits mailing list