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

Sergej Pupykin spupykin at archlinux.org
Tue Nov 1 13:47:06 UTC 2016


    Date: Tuesday, November 1, 2016 @ 13:47:05
  Author: spupykin
Revision: 194208

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

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

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ---------------------
 community-x86_64/PKGBUILD |   29 ---------------------
 3 files changed, 60 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-01 13:46:49 UTC (rev 194207)
+++ community-i686/PKGBUILD	2016-11-01 13:47:05 UTC (rev 194208)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: cdhotfire <cdhotfire at gmail.com>
-
-pkgname=rawstudio
-pkgver=2.0_git20160107
-pkgrel=3
-pkgdesc="An open source raw-image converter written in GTK+"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://rawstudio.org/"
-depends=('osm-gps-map' 'desktop-file-utils' 'libgphoto2' 'fftw' 'gconf' 'lcms2' 'exiv2' 'lensfun')
-makedepends=('git')
-source=("git://github.com/rawstudio/rawstudio.git#commit=983bda1f0fa5fa86884381208274198a620f006e")
-md5sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make prefix="${pkgdir}/usr" install
-}

Copied: rawstudio/repos/community-i686/PKGBUILD (from rev 194207, rawstudio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-01 13:47:05 UTC (rev 194208)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: cdhotfire <cdhotfire at gmail.com>
+
+pkgname=rawstudio
+pkgver=2.0_git20161101
+_commit=6643b14b373e8407a7803e5f5bf5f7892aa7460e
+pkgrel=1
+pkgdesc="An open source raw-image converter written in GTK+"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://rawstudio.org/"
+depends=('osm-gps-map' 'desktop-file-utils' 'libgphoto2' 'fftw' 'gconf' 'lcms2' 'exiv2' 'lensfun')
+makedepends=('git')
+source=("git://github.com/rawstudio/rawstudio.git#commit=${_commit}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make CXXFLAGS="-Wno-narrowing"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make prefix="${pkgdir}/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-01 13:46:49 UTC (rev 194207)
+++ community-x86_64/PKGBUILD	2016-11-01 13:47:05 UTC (rev 194208)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: cdhotfire <cdhotfire at gmail.com>
-
-pkgname=rawstudio
-pkgver=2.0_git20160107
-pkgrel=3
-pkgdesc="An open source raw-image converter written in GTK+"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://rawstudio.org/"
-depends=('osm-gps-map' 'desktop-file-utils' 'libgphoto2' 'fftw' 'gconf' 'lcms2' 'exiv2' 'lensfun')
-makedepends=('git')
-source=("git://github.com/rawstudio/rawstudio.git#commit=983bda1f0fa5fa86884381208274198a620f006e")
-md5sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make prefix="${pkgdir}/usr" install
-}

Copied: rawstudio/repos/community-x86_64/PKGBUILD (from rev 194207, rawstudio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-01 13:47:05 UTC (rev 194208)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: cdhotfire <cdhotfire at gmail.com>
+
+pkgname=rawstudio
+pkgver=2.0_git20161101
+_commit=6643b14b373e8407a7803e5f5bf5f7892aa7460e
+pkgrel=1
+pkgdesc="An open source raw-image converter written in GTK+"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://rawstudio.org/"
+depends=('osm-gps-map' 'desktop-file-utils' 'libgphoto2' 'fftw' 'gconf' 'lcms2' 'exiv2' 'lensfun')
+makedepends=('git')
+source=("git://github.com/rawstudio/rawstudio.git#commit=${_commit}")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make CXXFLAGS="-Wno-narrowing"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make prefix="${pkgdir}/usr" install
+}



More information about the arch-commits mailing list