[arch-commits] Commit in nautilus-sendto/repos (4 files)

Jan de Groot jgc at archlinux.org
Wed Jun 28 21:57:46 UTC 2017


    Date: Wednesday, June 28, 2017 @ 21:57:45
  Author: jgc
Revision: 299379

archrelease: copy trunk to extra-i686, extra-x86_64

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

-----------------------+
 /PKGBUILD             |   84 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   42 ------------------------
 extra-x86_64/PKGBUILD |   42 ------------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-06-28 21:57:39 UTC (rev 299378)
+++ extra-i686/PKGBUILD	2017-06-28 21:57:45 UTC (rev 299379)
@@ -1,42 +0,0 @@
-# $Id$
-# 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.4+41+gf790d15
-pkgrel=1
-pkgdesc="Easily send files via mail"
-url="https://git.gnome.org/browse/nautilus-sendto"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2)
-makedepends=(gettext intltool gobject-introspection python2 gnome-common git)
-groups=('gnome-extra')
-_commit=f790d1583452bb5e934a919d98095ec4147f94d2  # master
-source=("git+https://git.gnome.org/browse/nautilus-sendto#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^NAUTILUS_SENDTO_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  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
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: nautilus-sendto/repos/extra-i686/PKGBUILD (from rev 299378, nautilus-sendto/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-06-28 21:57:45 UTC (rev 299379)
@@ -0,0 +1,42 @@
+# $Id$
+# 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.5
+pkgrel=1
+pkgdesc="Easily send files via mail"
+url="https://git.gnome.org/browse/nautilus-sendto"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2)
+makedepends=(gettext intltool gobject-introspection python2 gnome-common git)
+groups=('gnome-extra')
+_commit=e4499a30188adc29825f97ba3227ec96afbaf391  # tags/NAUTILUS_SENDTO_3_8_5^0
+source=("git+https://git.gnome.org/browse/nautilus-sendto#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^NAUTILUS_SENDTO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  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
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-06-28 21:57:39 UTC (rev 299378)
+++ extra-x86_64/PKGBUILD	2017-06-28 21:57:45 UTC (rev 299379)
@@ -1,42 +0,0 @@
-# $Id$
-# 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.4+41+gf790d15
-pkgrel=1
-pkgdesc="Easily send files via mail"
-url="https://git.gnome.org/browse/nautilus-sendto"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2)
-makedepends=(gettext intltool gobject-introspection python2 gnome-common git)
-groups=('gnome-extra')
-_commit=f790d1583452bb5e934a919d98095ec4147f94d2  # master
-source=("git+https://git.gnome.org/browse/nautilus-sendto#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^NAUTILUS_SENDTO_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  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
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: nautilus-sendto/repos/extra-x86_64/PKGBUILD (from rev 299378, nautilus-sendto/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-06-28 21:57:45 UTC (rev 299379)
@@ -0,0 +1,42 @@
+# $Id$
+# 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.5
+pkgrel=1
+pkgdesc="Easily send files via mail"
+url="https://git.gnome.org/browse/nautilus-sendto"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2)
+makedepends=(gettext intltool gobject-introspection python2 gnome-common git)
+groups=('gnome-extra')
+_commit=e4499a30188adc29825f97ba3227ec96afbaf391  # tags/NAUTILUS_SENDTO_3_8_5^0
+source=("git+https://git.gnome.org/browse/nautilus-sendto#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^NAUTILUS_SENDTO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  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
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list