[arch-commits] Commit in shotwell/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon Oct 1 14:30:30 UTC 2018
Date: Monday, October 1, 2018 @ 14:30:29
Author: spupykin
Revision: 388880
upgpkg: shotwell 2:0.30.1-1
Modified:
shotwell/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-01 14:29:01 UTC (rev 388879)
+++ PKGBUILD 2018-10-01 14:30:29 UTC (rev 388880)
@@ -4,9 +4,9 @@
pkgname=shotwell
epoch=2
-pkgver=0.28.4
+pkgver=0.30.1
_basever=${pkgver%.*}
-pkgrel=2
+pkgrel=1
pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
arch=('x86_64')
url="http://yorba.org/shotwell/"
@@ -15,19 +15,18 @@
'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')
+makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool' 'meson' 'ninja')
# odd versions are unstable!
source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz")
-sha256sums=('a976f5ab972e8448a1509fa0dc132e4b40d94d3d7c8c33dc0cc1e25fa7b0670e')
+sha256sums=('3762b10945f909b108a691a83f5d1fa9d0fac486c0f8e43c195b42035eac1a06')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --libexec=/usr/lib \
- --disable-schemas-compile
- make
+ meson build
+ ninja -C build
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ DESTDIR="${pkgdir}" ninja -C build install
}
More information about the arch-commits
mailing list