[arch-commits] Commit in nautilus-sendto/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Aug 9 00:58:16 UTC 2020


    Date: Sunday, August 9, 2020 @ 00:58:16
  Author: heftig
Revision: 393336

archrelease: copy trunk to extra-x86_64

Added:
  nautilus-sendto/repos/extra-x86_64/PKGBUILD
    (from rev 393335, nautilus-sendto/trunk/PKGBUILD)
Deleted:
  nautilus-sendto/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 00:51:15 UTC (rev 393335)
+++ PKGBUILD	2020-08-09 00:58:16 UTC (rev 393336)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Eduardo Romero <eduardo at archlinux.org>
-# Contributor: Tor Krill <tor at krill.nu>
-
-pkgname=nautilus-sendto
-pkgver=3.8.6+14+ge8a3604
-pkgrel=2
-pkgdesc="Easily send files via mail"
-url="https://gitlab.gnome.org/GNOME/nautilus-sendto"
-arch=(x86_64)
-license=(GPL)
-depends=(glib2)
-makedepends=(gobject-introspection git meson appstream-glib)
-_commit=e8a3604c69e178dc379c04d6f0684c9e1a60532a  # master
-source=("git+https://gitlab.gnome.org/GNOME/nautilus-sendto.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^NAUTILUS_SENDTO_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: nautilus-sendto/repos/extra-x86_64/PKGBUILD (from rev 393335, nautilus-sendto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-09 00:58:16 UTC (rev 393336)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Eduardo Romero <eduardo at archlinux.org>
+# Contributor: Tor Krill <tor at krill.nu>
+
+pkgname=nautilus-sendto
+pkgver=3.8.6+28+gc87aac4
+pkgrel=1
+pkgdesc="Easily send files via mail"
+url="https://gitlab.gnome.org/Archive/nautilus-sendto"
+arch=(x86_64)
+license=(GPL)
+depends=(glib2)
+makedepends=(gobject-introspection git meson appstream-glib)
+_commit=c87aac46c4893e09b1ced1cca8bb86b0a6823124  # master
+source=("git+https://gitlab.gnome.org/Archive/nautilus-sendto.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^NAUTILUS_SENDTO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list