Date: Friday, June 2, 2017 @ 16:00:25 Author: spupykin Revision: 233435
archrelease: copy trunk to community-i686, community-x86_64 Added: shotwell/repos/community-i686/PKGBUILD (from rev 233434, shotwell/trunk/PKGBUILD) shotwell/repos/community-x86_64/PKGBUILD (from rev 233434, shotwell/trunk/PKGBUILD) Deleted: shotwell/repos/community-i686/PKGBUILD shotwell/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 34 ---------------------- community-x86_64/PKGBUILD | 34 ---------------------- 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-06-02 16:00:05 UTC (rev 233434) +++ community-i686/PKGBUILD 2017-06-02 16:00:25 UTC (rev 233435) @@ -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.26.1 -_basever=${pkgver%.*} -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' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest' - 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib' - 'gst-plugins-base' 'libgphoto2' 'libgudev' - 'gcr' 'libgdata') -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=('0a60cc8a132fd962ed8c73f82b3f8ad7cbf1014bb93e89eee83e5c9a8c0b5375') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --libexec=/usr/lib \ - --disable-schemas-compile - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: shotwell/repos/community-i686/PKGBUILD (from rev 233434, shotwell/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-06-02 16:00:25 UTC (rev 233435) @@ -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.26.2 +_basever=${pkgver%.*} +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' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest' + 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib' + 'gst-plugins-base' 'libgphoto2' 'libgudev' + 'gcr' 'libgdata') +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=('4f65283d54772ef6344b8e8acb242f06b7f5b3f8e42ccb292b02c06a8dc2323b') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --libexec=/usr/lib \ + --disable-schemas-compile + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-06-02 16:00:05 UTC (rev 233434) +++ community-x86_64/PKGBUILD 2017-06-02 16:00:25 UTC (rev 233435) @@ -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.26.1 -_basever=${pkgver%.*} -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' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest' - 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib' - 'gst-plugins-base' 'libgphoto2' 'libgudev' - 'gcr' 'libgdata') -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=('0a60cc8a132fd962ed8c73f82b3f8ad7cbf1014bb93e89eee83e5c9a8c0b5375') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --libexec=/usr/lib \ - --disable-schemas-compile - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: shotwell/repos/community-x86_64/PKGBUILD (from rev 233434, shotwell/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-06-02 16:00:25 UTC (rev 233435) @@ -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.26.2 +_basever=${pkgver%.*} +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' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest' + 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib' + 'gst-plugins-base' 'libgphoto2' 'libgudev' + 'gcr' 'libgdata') +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=('4f65283d54772ef6344b8e8acb242f06b7f5b3f8e42ccb292b02c06a8dc2323b') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --libexec=/usr/lib \ + --disable-schemas-compile + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}