[arch-commits] Commit in nautilus-sendto/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Aug 9 18:21:31 UTC 2017


    Date: Wednesday, August 9, 2017 @ 18:21:30
  Author: heftig
Revision: 301811

3.8.6-1

Modified:
  nautilus-sendto/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-09 18:18:03 UTC (rev 301810)
+++ PKGBUILD	2017-08-09 18:21:30 UTC (rev 301811)
@@ -4,7 +4,7 @@
 # Contributor: Tor Krill <tor at krill.nu>
 
 pkgname=nautilus-sendto
-pkgver=3.8.5
+pkgver=3.8.6
 pkgrel=1
 pkgdesc="Easily send files via mail"
 url="https://git.gnome.org/browse/nautilus-sendto"
@@ -11,9 +11,9 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(glib2)
-makedepends=(gettext intltool gobject-introspection python2 gnome-common git)
+makedepends=(gobject-introspection git meson appstream-glib)
 groups=('gnome-extra')
-_commit=e4499a30188adc29825f97ba3227ec96afbaf391  # tags/NAUTILUS_SENDTO_3_8_5^0
+_commit=c1a5c66701c80eab5df5f8a66595c686df12aa84  # tags/NAUTILUS_SENDTO_3_8_6^0
 source=("git+https://git.gnome.org/browse/nautilus-sendto#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -23,20 +23,17 @@
 }
 
 prepare() {
+  mkdir build
   cd $pkgname
-  # Fixup tag mess
-  git tag -f NAUTILUS_SENDTO_3_8_4 eaf083dec2846dc76f72d82755c65f6dc7bf3c86
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-schemas-compile
-  make
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname
+  ninja
 }
 
 package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }



More information about the arch-commits mailing list