[arch-commits] Commit in nomacs/repos (8 files)
speps
speps at archlinux.org
Thu Jan 28 23:05:40 UTC 2016
Date: Friday, January 29, 2016 @ 00:05:40
Author: speps
Revision: 159376
archrelease: copy trunk to community-i686, community-x86_64
Added:
nomacs/repos/community-i686/PKGBUILD
(from rev 159375, nomacs/trunk/PKGBUILD)
nomacs/repos/community-i686/nomacs.install
(from rev 159375, nomacs/trunk/nomacs.install)
nomacs/repos/community-x86_64/PKGBUILD
(from rev 159375, nomacs/trunk/PKGBUILD)
nomacs/repos/community-x86_64/nomacs.install
(from rev 159375, 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 | 74 ++++++++++++++++++++++++++++++++++++++
/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, 96 insertions(+), 88 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-01-28 23:05:11 UTC (rev 159375)
+++ community-i686/PKGBUILD 2016-01-28 23:05:40 UTC (rev 159376)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=nomacs
-pkgver=2.4.6
-pkgrel=3
-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=('a154966dc5c1fed71279bc70d8078935')
-
-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 159375, nomacs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 23:05:40 UTC (rev 159376)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=3.0.0
+pkgrel=1
+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' 'desktop-file-utils')
+makedepends=('cmake' 'qt5-tools')
+install="$pkgname.install"
+source=("https://github.com/nomacs/nomacs/releases/download/$pkgver/nomacs-$pkgver-source.tar.bz2"
+ "https://github.com/nomacs/nomacs-plugins/archive/207cb0f5fb13907bf1ccf3549ad72768841cec63.zip")
+md5sums=('e1630a4371d0e0f8aba9358ab20d43e5'
+ 'bbe351379e24c51e691b390a9c867719')
+
+prepare() {
+ mv nomacs-plugins-207cb0f5fb13907bf1ccf3549ad72768841cec63 $pkgname-$pkgver/plugins
+ 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 2016-01-28 23:05:11 UTC (rev 159375)
+++ community-i686/nomacs.install 2016-01-28 23:05:40 UTC (rev 159376)
@@ -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 159375, nomacs/trunk/nomacs.install)
===================================================================
--- community-i686/nomacs.install (rev 0)
+++ community-i686/nomacs.install 2016-01-28 23:05:40 UTC (rev 159376)
@@ -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 2016-01-28 23:05:11 UTC (rev 159375)
+++ community-x86_64/PKGBUILD 2016-01-28 23:05:40 UTC (rev 159376)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=nomacs
-pkgver=2.4.6
-pkgrel=3
-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=('a154966dc5c1fed71279bc70d8078935')
-
-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 159375, nomacs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-01-28 23:05:40 UTC (rev 159376)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=3.0.0
+pkgrel=1
+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' 'desktop-file-utils')
+makedepends=('cmake' 'qt5-tools')
+install="$pkgname.install"
+source=("https://github.com/nomacs/nomacs/releases/download/$pkgver/nomacs-$pkgver-source.tar.bz2"
+ "https://github.com/nomacs/nomacs-plugins/archive/207cb0f5fb13907bf1ccf3549ad72768841cec63.zip")
+md5sums=('e1630a4371d0e0f8aba9358ab20d43e5'
+ 'bbe351379e24c51e691b390a9c867719')
+
+prepare() {
+ mv nomacs-plugins-207cb0f5fb13907bf1ccf3549ad72768841cec63 $pkgname-$pkgver/plugins
+ 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 2016-01-28 23:05:11 UTC (rev 159375)
+++ community-x86_64/nomacs.install 2016-01-28 23:05:40 UTC (rev 159376)
@@ -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 159375, nomacs/trunk/nomacs.install)
===================================================================
--- community-x86_64/nomacs.install (rev 0)
+++ community-x86_64/nomacs.install 2016-01-28 23:05:40 UTC (rev 159376)
@@ -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