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

2016-05-25 Thread Sergej Pupykin
Date: Wednesday, May 25, 2016 @ 13:36:56
  Author: spupykin
Revision: 176869

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 176868, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/webkit2.patch
(from rev 176868, shotwell/trunk/webkit2.patch)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 176868, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/webkit2.patch
(from rev 176868, shotwell/trunk/webkit2.patch)
Deleted:
  shotwell/repos/community-i686/PKGBUILD
  shotwell/repos/community-i686/webkit2.patch
  shotwell/repos/community-x86_64/PKGBUILD
  shotwell/repos/community-x86_64/webkit2.patch

+
 /PKGBUILD  |   84 +
 /webkit2.patch | 2288 +++
 community-i686/PKGBUILD|   42 
 community-i686/webkit2.patch   | 1144 ---
 community-x86_64/PKGBUILD  |   42 
 community-x86_64/webkit2.patch | 1144 ---
 6 files changed, 2372 insertions(+), 2372 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 176868:176869 to see the changes.


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

2015-03-24 Thread Sergej Pupykin
Date: Tuesday, March 24, 2015 @ 11:55:52
  Author: spupykin
Revision: 129839

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 129838, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/shotwell.install
(from rev 129838, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 129838, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/shotwell.install
(from rev 129838, 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 |   70 
 /shotwell.install |   34 +
 community-i686/PKGBUILD   |   34 -
 community-i686/shotwell.install   |   17 
 community-x86_64/PKGBUILD |   34 -
 community-x86_64/shotwell.install |   17 
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-24 10:55:36 UTC (rev 129838)
+++ community-i686/PKGBUILD 2015-03-24 10:55:52 UTC (rev 129839)
@@ -1,34 +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
-epoch=1
-pkgver=0.20.2
-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' '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.20/shotwell-$pkgver.tar.xz;)
-md5sums=('0adb93edba5832c6572e2c851c5c920f')
-
-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 129838, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-24 10:55:52 UTC (rev 129839)
@@ -0,0 +1,35 @@
+# $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
+epoch=1
+pkgver=0.22.0
+_basever=$(echo $pkgver | cut -f1-2 -d.)
+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/${_basever}/shotwell-$pkgver.tar.xz;)
+md5sums=('18421a67a1b859caf8542777a42b9ce3')
+
+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 2015-03-24 10:55:36 UTC (rev 129838)
+++ community-i686/shotwell.install 2015-03-24 10:55:52 UTC (rev 129839)
@@ -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 129838, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2015-03-24 10:55:52 UTC (rev 129839)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+

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

2014-12-24 Thread Jan de Groot
Date: Wednesday, December 24, 2014 @ 15:07:55
  Author: jgc
Revision: 124510

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 124509, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/shotwell.install
(from rev 124509, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 124509, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/shotwell.install
(from rev 124509, 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 |   68 
 /shotwell.install |   34 ++
 community-i686/PKGBUILD   |   34 --
 community-i686/shotwell.install   |   17 -
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/shotwell.install |   17 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-24 14:07:48 UTC (rev 124509)
+++ community-i686/PKGBUILD 2014-12-24 14:07:55 UTC (rev 124510)
@@ -1,34 +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
-epoch=1
-pkgver=0.20.2
-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.20/shotwell-$pkgver.tar.xz;)
-md5sums=('0adb93edba5832c6572e2c851c5c920f')
-
-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 124509, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-24 14:07:55 UTC (rev 124510)
@@ -0,0 +1,34 @@
+# $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
+epoch=1
+pkgver=0.20.2
+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' '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.20/shotwell-$pkgver.tar.xz;)
+md5sums=('0adb93edba5832c6572e2c851c5c920f')
+
+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-12-24 14:07:48 UTC (rev 124509)
+++ community-i686/shotwell.install 2014-12-24 14:07:55 UTC (rev 124510)
@@ -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 124509, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2014-12-24 14:07:55 UTC (rev 124510)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq 

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

2014-11-01 Thread Sergej Pupykin
Date: Saturday, November 1, 2014 @ 13:56:18
  Author: spupykin
Revision: 121643

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 121642, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/shotwell.install
(from rev 121642, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 121642, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/shotwell.install
(from rev 121642, 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 |   68 
 /shotwell.install |   34 ++
 community-i686/PKGBUILD   |   34 --
 community-i686/shotwell.install   |   17 -
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/shotwell.install |   17 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-01 12:55:57 UTC (rev 121642)
+++ community-i686/PKGBUILD 2014-11-01 12:56:18 UTC (rev 121643)
@@ -1,34 +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
-epoch=1
-pkgver=0.20.1
-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' '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.20/shotwell-$pkgver.tar.xz;)
-md5sums=('f830bcee67ab8cf14648becdd5569ebb')
-
-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 121642, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-01 12:56:18 UTC (rev 121643)
@@ -0,0 +1,34 @@
+# $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
+epoch=1
+pkgver=0.20.2
+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.20/shotwell-$pkgver.tar.xz;)
+md5sums=('0adb93edba5832c6572e2c851c5c920f')
+
+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-11-01 12:55:57 UTC (rev 121642)
+++ community-i686/shotwell.install 2014-11-01 12:56:18 UTC (rev 121643)
@@ -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 121642, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2014-11-01 12:56:18 UTC (rev 121643)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache 

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

2014-10-21 Thread Sergej Pupykin
Date: Tuesday, October 21, 2014 @ 18:30:30
  Author: spupykin
Revision: 121161

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 121160, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/shotwell.install
(from rev 121160, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 121160, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/shotwell.install
(from rev 121160, 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 |   68 
 /shotwell.install |   34 ++
 community-i686/PKGBUILD   |   34 --
 community-i686/shotwell.install   |   17 -
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/shotwell.install |   17 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-21 16:30:14 UTC (rev 121160)
+++ community-i686/PKGBUILD 2014-10-21 16:30:30 UTC (rev 121161)
@@ -1,34 +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
-epoch=1
-pkgver=0.20.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.20/shotwell-$pkgver.tar.xz;)
-md5sums=('f830bcee67ab8cf14648becdd5569ebb')
-
-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 121160, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-21 16:30:30 UTC (rev 121161)
@@ -0,0 +1,34 @@
+# $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
+epoch=1
+pkgver=0.20.1
+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' '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.20/shotwell-$pkgver.tar.xz;)
+md5sums=('f830bcee67ab8cf14648becdd5569ebb')
+
+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-10-21 16:30:14 UTC (rev 121160)
+++ community-i686/shotwell.install 2014-10-21 16:30:30 UTC (rev 121161)
@@ -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 121160, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2014-10-21 16:30:30 UTC (rev 121161)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq 

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

2014-10-06 Thread Sergej Pupykin
Date: Monday, October 6, 2014 @ 14:23:23
  Author: spupykin
Revision: 120243

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 120242, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/shotwell.install
(from rev 120242, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 120242, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/shotwell.install
(from rev 120242, 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 |   68 
 /shotwell.install |   34 ++
 community-i686/PKGBUILD   |   34 --
 community-i686/shotwell.install   |   17 -
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/shotwell.install |   17 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-06 12:23:10 UTC (rev 120242)
+++ community-i686/PKGBUILD 2014-10-06 12:23:23 UTC (rev 120243)
@@ -1,34 +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
-epoch=1
-pkgver=0.20.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.20/shotwell-$pkgver.tar.xz;)
-md5sums=('e1ab302ea9f53025368023f15e6e457e')
-
-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 120242, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-06 12:23:23 UTC (rev 120243)
@@ -0,0 +1,34 @@
+# $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
+epoch=1
+pkgver=0.20.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.20/shotwell-$pkgver.tar.xz;)
+md5sums=('f830bcee67ab8cf14648becdd5569ebb')
+
+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-10-06 12:23:10 UTC (rev 120242)
+++ community-i686/shotwell.install 2014-10-06 12:23:23 UTC (rev 120243)
@@ -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 120242, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2014-10-06 12:23:23 UTC (rev 120243)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq 

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

2014-09-21 Thread Sergej Pupykin
Date: Sunday, September 21, 2014 @ 21:42:11
  Author: spupykin
Revision: 119377

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 119376, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/shotwell.install
(from rev 119376, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 119376, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/shotwell.install
(from rev 119376, 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 |   68 
 /shotwell.install |   34 ++
 community-i686/PKGBUILD   |   34 --
 community-i686/shotwell.install   |   17 -
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/shotwell.install |   17 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-21 19:41:58 UTC (rev 119376)
+++ community-i686/PKGBUILD 2014-09-21 19:42:11 UTC (rev 119377)
@@ -1,34 +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
-epoch=1
-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 119376, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-21 19:42:11 UTC (rev 119377)
@@ -0,0 +1,34 @@
+# $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
+epoch=1
+pkgver=0.20.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.20/shotwell-$pkgver.tar.xz;)
+md5sums=('e1ab302ea9f53025368023f15e6e457e')
+
+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-21 19:41:58 UTC (rev 119376)
+++ community-i686/shotwell.install 2014-09-21 19:42:11 UTC (rev 119377)
@@ -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 119376, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2014-09-21 19:42:11 UTC (rev 119377)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache 

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

2014-09-17 Thread Sergej Pupykin
Date: Wednesday, September 17, 2014 @ 19:24:37
  Author: spupykin
Revision: 119095

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 119094, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/shotwell.install
(from rev 119094, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 119094, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/shotwell.install
(from rev 119094, 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 |   68 
 /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, 102 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-17 17:24:19 UTC (rev 119094)
+++ community-i686/PKGBUILD 2014-09-17 17:24:37 UTC (rev 119095)
@@ -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.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
-}

Copied: shotwell/repos/community-i686/PKGBUILD (from rev 119094, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-17 17:24:37 UTC (rev 119095)
@@ -0,0 +1,34 @@
+# $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
+epoch=1
+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
+}

Deleted: community-i686/shotwell.install
===
--- community-i686/shotwell.install 2014-09-17 17:24:19 UTC (rev 119094)
+++ community-i686/shotwell.install 2014-09-17 17:24:37 UTC (rev 119095)
@@ -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 119094, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2014-09-17 17:24:37 UTC (rev 119095)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq -t 

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

2014-09-08 Thread Sergej Pupykin
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 

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

2014-07-02 Thread Sergej Pupykin
Date: Wednesday, July 2, 2014 @ 12:25:07
  Author: spupykin
Revision: 114630

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 114629, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/shotwell.install
(from rev 114629, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 114629, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/shotwell.install
(from rev 114629, 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-07-02 10:24:53 UTC (rev 114629)
+++ community-i686/PKGBUILD 2014-07-02 10:25:07 UTC (rev 114630)
@@ -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.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.18/shotwell-$pkgver.tar.xz;)
-md5sums=('856b69fe67bc8bd42a6985e042041daf')
-
-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 114629, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-02 10:25:07 UTC (rev 114630)
@@ -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.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
+}

Deleted: community-i686/shotwell.install
===
--- community-i686/shotwell.install 2014-07-02 10:24:53 UTC (rev 114629)
+++ community-i686/shotwell.install 2014-07-02 10:25:07 UTC (rev 114630)
@@ -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 114629, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2014-07-02 10:25:07 UTC (rev 114630)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq -t 

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

2014-03-19 Thread Sergej Pupykin
Date: Wednesday, March 19, 2014 @ 13:02:32
  Author: spupykin
Revision: 107775

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 107774, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/shotwell.install
(from rev 107774, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 107774, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/shotwell.install
(from rev 107774, 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-03-19 12:02:19 UTC (rev 107774)
+++ community-i686/PKGBUILD 2014-03-19 12:02:32 UTC (rev 107775)
@@ -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.15.1
-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' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
-'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-'gst-plugins-base' 'libgphoto2')
-makedepends=('intltool' 'vala=0.17.2' 'libunique3')
-install=shotwell.install
-source=(http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz;)
-md5sums=('5af4cfb819249a879a4649a9c7d089e5')
-
-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 107774, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-19 12:02:32 UTC (rev 107775)
@@ -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.18.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.18/shotwell-$pkgver.tar.xz;)
+md5sums=('856b69fe67bc8bd42a6985e042041daf')
+
+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-03-19 12:02:19 UTC (rev 107774)
+++ community-i686/shotwell.install 2014-03-19 12:02:32 UTC (rev 107775)
@@ -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 107774, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2014-03-19 12:02:32 UTC (rev 107775)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+  

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

2013-11-21 Thread Sergej Pupykin
Date: Thursday, November 21, 2013 @ 11:27:21
  Author: spupykin
Revision: 101260

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

Added:
  shotwell/repos/community-i686/PKGBUILD
(from rev 101259, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-i686/shotwell.install
(from rev 101259, shotwell/trunk/shotwell.install)
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 101259, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-x86_64/shotwell.install
(from rev 101259, 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 2013-11-21 10:27:07 UTC (rev 101259)
+++ community-i686/PKGBUILD 2013-11-21 10:27:21 UTC (rev 101260)
@@ -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.15.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')
-install=shotwell.install
-source=(http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz;)
-md5sums=('8b33dd5df51f49e7f4f451b431d7c133')
-
-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 101259, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-21 10:27:21 UTC (rev 101260)
@@ -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.15.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')
+install=shotwell.install
+source=(http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz;)
+md5sums=('5af4cfb819249a879a4649a9c7d089e5')
+
+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 2013-11-21 10:27:07 UTC (rev 101259)
+++ community-i686/shotwell.install 2013-11-21 10:27:21 UTC (rev 101260)
@@ -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 101259, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2013-11-21 10:27:21 UTC (rev 101260)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+  update-desktop-database -q
+  

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

2013-04-08 Thread Sergej Pupykin
Date: Monday, April 8, 2013 @ 18:11:23
  Author: spupykin
Revision: 87918

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 87917, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-staging-i686/no-libexec.patch
(from rev 87917, shotwell/trunk/no-libexec.patch)
  shotwell/repos/community-staging-i686/shotwell.install
(from rev 87917, shotwell/trunk/shotwell.install)
  shotwell/repos/community-staging-x86_64/
  shotwell/repos/community-staging-x86_64/PKGBUILD
(from rev 87917, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-staging-x86_64/no-libexec.patch
(from rev 87917, shotwell/trunk/no-libexec.patch)
  shotwell/repos/community-staging-x86_64/shotwell.install
(from rev 87917, shotwell/trunk/shotwell.install)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/no-libexec.patch   |   26 +++
 community-staging-i686/shotwell.install   |   17 
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/no-libexec.patch |   26 +++
 community-staging-x86_64/shotwell.install |   17 
 6 files changed, 162 insertions(+)

Copied: shotwell/repos/community-staging-i686/PKGBUILD (from rev 87917, 
shotwell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-08 16:11:23 UTC (rev 87918)
@@ -0,0 +1,38 @@
+# $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.14.1
+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' 'libwebkit3' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2')
+makedepends=('intltool' 'vala=0.17.2' 'libunique3')
+install=shotwell.install
+source=(http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz;
+   no-libexec.patch)
+md5sums=('bb5783f9265e1ce2d4c9f354987c3ab1'
+ 'b4124e022c98b4382530e6fbcef965e2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -p1 $srcdir/no-libexec.patch
+
+  ./configure --prefix=/usr \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   --disable-icon-update
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: shotwell/repos/community-staging-i686/no-libexec.patch (from rev 87917, 
shotwell/trunk/no-libexec.patch)
===
--- community-staging-i686/no-libexec.patch (rev 0)
+++ community-staging-i686/no-libexec.patch 2013-04-08 16:11:23 UTC (rev 
87918)
@@ -0,0 +1,26 @@
+diff -Naur shotwell-0.13.1.orig/Makefile shotwell-0.13.1/Makefile
+--- shotwell-0.13.1.orig/Makefile  2012-10-05 20:07:37.0 +0200
 shotwell-0.13.1/Makefile   2012-10-31 22:27:30.382869896 +0100
+@@ -558,8 +558,8 @@
+   mkdir -p $(DESTDIR)$(PREFIX)/bin
+   $(INSTALL_PROGRAM) $(PROGRAM) $(DESTDIR)$(PREFIX)/bin
+   $(INSTALL_PROGRAM) $(THUMBNAILER_BIN) $(DESTDIR)$(PREFIX)/bin
+-  mkdir -p $(DESTDIR)$(PREFIX)/libexec/shotwell
+-  $(INSTALL_PROGRAM) $(MIGRATOR_BIN) $(DESTDIR)$(PREFIX)/libexec/shotwell
++  mkdir -p $(DESTDIR)$(PREFIX)/lib/shotwell
++  $(INSTALL_PROGRAM) $(MIGRATOR_BIN) $(DESTDIR)$(PREFIX)/lib/shotwell
+   mkdir -p $(DESTDIR)$(PREFIX)/share/shotwell/icons
+   $(INSTALL_DATA) icons/* $(DESTDIR)$(PREFIX)/share/shotwell/icons
+   mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps
+diff -Naur shotwell-0.13.1.orig/src/AppDirs.vala 
shotwell-0.13.1/src/AppDirs.vala
+--- shotwell-0.13.1.orig/src/AppDirs.vala  2012-10-05 19:56:07.0 
+0200
 shotwell-0.13.1/src/AppDirs.vala   2012-10-31 22:28:17.634388872 +0100
+@@ -109,7 +109,7 @@
+ // not installed yet - use wherever we were run from
+ libexec_dir = get_exec_dir();
+ } else {
+-libexec_dir = File.new_for_path(Resources.PREFIX + 
/libexec/shotwell);
++libexec_dir = File.new_for_path(Resources.PREFIX + 
/lib/shotwell);
+ }
+ }
+ 

Copied: shotwell/repos/community-staging-i686/shotwell.install (from rev 87917, 
shotwell/trunk/shotwell.install)
===
--- community-staging-i686/shotwell.install (rev 0)
+++