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

Antonio Rojas arojas at archlinux.org
Wed Jan 11 16:58:47 UTC 2017


    Date: Wednesday, January 11, 2017 @ 16:58:47
  Author: arojas
Revision: 206845

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

Added:
  shotwell/repos/community-staging-i686/
  shotwell/repos/community-staging-i686/PKGBUILD
    (from rev 206844, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-staging-x86_64/
  shotwell/repos/community-staging-x86_64/PKGBUILD
    (from rev 206844, shotwell/trunk/PKGBUILD)

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

Copied: shotwell/repos/community-staging-i686/PKGBUILD (from rev 206844, shotwell/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-01-11 16:58:47 UTC (rev 206845)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=shotwell
+epoch=1
+pkgver=0.24.3
+_basever=${pkgver%.*}
+pkgrel=2
+pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
+arch=('i686' 'x86_64')
+url="http://yorba.org/shotwell/"
+license=('LGPL2.1')
+depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
+	 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+	 'gst-plugins-base' 'libgphoto2' 'libgudev')
+makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
+# odd versions are unstable!
+source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz")
+sha256sums=('9b8fb84c70cef67fe3763b176a1d310b004cdc75036dd3ff4826dd5d120f425b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexec=/usr/lib \
+	--disable-schemas-compile \
+	--disable-desktop-update \
+	--disable-icon-update
+  make -j1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: shotwell/repos/community-staging-x86_64/PKGBUILD (from rev 206844, shotwell/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-01-11 16:58:47 UTC (rev 206845)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=shotwell
+epoch=1
+pkgver=0.24.3
+_basever=${pkgver%.*}
+pkgrel=2
+pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
+arch=('i686' 'x86_64')
+url="http://yorba.org/shotwell/"
+license=('LGPL2.1')
+depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
+	 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+	 'gst-plugins-base' 'libgphoto2' 'libgudev')
+makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
+# odd versions are unstable!
+source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz")
+sha256sums=('9b8fb84c70cef67fe3763b176a1d310b004cdc75036dd3ff4826dd5d120f425b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexec=/usr/lib \
+	--disable-schemas-compile \
+	--disable-desktop-update \
+	--disable-icon-update
+  make -j1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list