Date: Monday, September 8, 2014 @ 12:05:58
  Author: spupykin
Revision: 118657

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

Added:
  shotwell/repos/community-i686/PKGBUILD
    (from rev 118656, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/shotwell.install
    (from rev 118656, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
    (from rev 118656, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/shotwell.install
    (from rev 118656, shotwell/trunk/shotwell.install)
Deleted:
  shotwell/repos/community-i686/PKGBUILD
  shotwell/repos/community-i686/shotwell.install
  shotwell/repos/community-x86_64/PKGBUILD
  shotwell/repos/community-x86_64/shotwell.install

-----------------------------------+
 /PKGBUILD                         |   66 ++++++++++++++++++++++++++++++++++++
 /shotwell.install                 |   34 ++++++++++++++++++
 community-i686/PKGBUILD           |   33 ------------------
 community-i686/shotwell.install   |   17 ---------
 community-x86_64/PKGBUILD         |   33 ------------------
 community-x86_64/shotwell.install |   17 ---------
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-09-08 10:05:45 UTC (rev 118656)
+++ community-i686/PKGBUILD     2014-09-08 10:05:58 UTC (rev 118657)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Maintainer : Ionut Biru <ib...@archlinux.org>
-# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
-
-pkgname=shotwell
-pkgver=0.18.1
-pkgrel=1
-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' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
-        'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-        'gst-plugins-base' 'libgphoto2')
-makedepends=('intltool' 'vala>=0.17.2' 'libunique3' 'gnome-doc-utils')
-install=shotwell.install
-source=("https://download.gnome.org/sources/shotwell/0.18/shotwell-$pkgver.tar.xz";)
-md5sums=('361eeef67f5aaed36ec44b12cfd675b3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
-       --disable-schemas-compile \
-       --disable-desktop-update \
-       --disable-icon-update
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: shotwell/repos/community-i686/PKGBUILD (from rev 118656, 
shotwell/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-09-08 10:05:58 UTC (rev 118657)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer : Ionut Biru <ib...@archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=shotwell
+pkgver=0.19.0
+pkgrel=1
+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' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
+        'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+        'gst-plugins-base' 'libgphoto2')
+makedepends=('intltool' 'vala>=0.17.2' 'libunique3' 'gnome-doc-utils')
+install=shotwell.install
+source=("https://download.gnome.org/sources/shotwell/0.19/shotwell-$pkgver.tar.xz";)
+md5sums=('f82401ac740064ad50a7db3bbd3b3a38')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
+       --disable-schemas-compile \
+       --disable-desktop-update \
+       --disable-icon-update
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/shotwell.install
===================================================================
--- community-i686/shotwell.install     2014-09-08 10:05:45 UTC (rev 118656)
+++ community-i686/shotwell.install     2014-09-08 10:05:58 UTC (rev 118657)
@@ -1,17 +0,0 @@
-pkgname=shotwell
-
-post_install() {
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-  update-desktop-database -q
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: shotwell/repos/community-i686/shotwell.install (from rev 118656, 
shotwell/trunk/shotwell.install)
===================================================================
--- community-i686/shotwell.install                             (rev 0)
+++ community-i686/shotwell.install     2014-09-08 10:05:58 UTC (rev 118657)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+  update-desktop-database -q
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-09-08 10:05:45 UTC (rev 118656)
+++ community-x86_64/PKGBUILD   2014-09-08 10:05:58 UTC (rev 118657)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Maintainer : Ionut Biru <ib...@archlinux.org>
-# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
-
-pkgname=shotwell
-pkgver=0.18.1
-pkgrel=1
-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' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
-        'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-        'gst-plugins-base' 'libgphoto2')
-makedepends=('intltool' 'vala>=0.17.2' 'libunique3' 'gnome-doc-utils')
-install=shotwell.install
-source=("https://download.gnome.org/sources/shotwell/0.18/shotwell-$pkgver.tar.xz";)
-md5sums=('361eeef67f5aaed36ec44b12cfd675b3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
-       --disable-schemas-compile \
-       --disable-desktop-update \
-       --disable-icon-update
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: shotwell/repos/community-x86_64/PKGBUILD (from rev 118656, 
shotwell/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-08 10:05:58 UTC (rev 118657)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer : Ionut Biru <ib...@archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=shotwell
+pkgver=0.19.0
+pkgrel=1
+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' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
+        'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+        'gst-plugins-base' 'libgphoto2')
+makedepends=('intltool' 'vala>=0.17.2' 'libunique3' 'gnome-doc-utils')
+install=shotwell.install
+source=("https://download.gnome.org/sources/shotwell/0.19/shotwell-$pkgver.tar.xz";)
+md5sums=('f82401ac740064ad50a7db3bbd3b3a38')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
+       --disable-schemas-compile \
+       --disable-desktop-update \
+       --disable-icon-update
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/shotwell.install
===================================================================
--- community-x86_64/shotwell.install   2014-09-08 10:05:45 UTC (rev 118656)
+++ community-x86_64/shotwell.install   2014-09-08 10:05:58 UTC (rev 118657)
@@ -1,17 +0,0 @@
-pkgname=shotwell
-
-post_install() {
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-  update-desktop-database -q
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: shotwell/repos/community-x86_64/shotwell.install (from rev 118656, 
shotwell/trunk/shotwell.install)
===================================================================
--- community-x86_64/shotwell.install                           (rev 0)
+++ community-x86_64/shotwell.install   2014-09-08 10:05:58 UTC (rev 118657)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+  update-desktop-database -q
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}

Reply via email to