[arch-commits] Commit in shotwell/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Fri Aug 28 19:09:47 UTC 2015
Date: Friday, August 28, 2015 @ 21:09:47
Author: arojas
Revision: 138897
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 138896, shotwell/trunk/PKGBUILD)
shotwell/repos/community-staging-i686/shotwell.install
(from rev 138896, shotwell/trunk/shotwell.install)
shotwell/repos/community-staging-x86_64/
shotwell/repos/community-staging-x86_64/PKGBUILD
(from rev 138896, shotwell/trunk/PKGBUILD)
shotwell/repos/community-staging-x86_64/shotwell.install
(from rev 138896, shotwell/trunk/shotwell.install)
-------------------------------------------+
community-staging-i686/PKGBUILD | 35 ++++++++++++++++++++++++++++
community-staging-i686/shotwell.install | 17 +++++++++++++
community-staging-x86_64/PKGBUILD | 35 ++++++++++++++++++++++++++++
community-staging-x86_64/shotwell.install | 17 +++++++++++++
4 files changed, 104 insertions(+)
Copied: shotwell/repos/community-staging-i686/PKGBUILD (from rev 138896, shotwell/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-28 19:09:47 UTC (rev 138897)
@@ -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.22.0
+_basever=$(echo $pkgver | cut -f1-2 -d.)
+pkgrel=3
+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' 'libgudev')
+makedepends=('intltool' 'vala>=0.17.2' '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
+}
Copied: shotwell/repos/community-staging-i686/shotwell.install (from rev 138896, shotwell/trunk/shotwell.install)
===================================================================
--- community-staging-i686/shotwell.install (rev 0)
+++ community-staging-i686/shotwell.install 2015-08-28 19:09:47 UTC (rev 138897)
@@ -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
+}
Copied: shotwell/repos/community-staging-x86_64/PKGBUILD (from rev 138896, shotwell/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-08-28 19:09:47 UTC (rev 138897)
@@ -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.22.0
+_basever=$(echo $pkgver | cut -f1-2 -d.)
+pkgrel=3
+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' 'libgudev')
+makedepends=('intltool' 'vala>=0.17.2' '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
+}
Copied: shotwell/repos/community-staging-x86_64/shotwell.install (from rev 138896, shotwell/trunk/shotwell.install)
===================================================================
--- community-staging-x86_64/shotwell.install (rev 0)
+++ community-staging-x86_64/shotwell.install 2015-08-28 19:09:47 UTC (rev 138897)
@@ -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
+}
More information about the arch-commits
mailing list