[arch-commits] Commit in seahorse-nautilus/repos (6 files)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 13:35:57
  Author: heftig
Revision: 272592

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

Added:
  seahorse-nautilus/repos/extra-i686/PKGBUILD
(from rev 272591, seahorse-nautilus/trunk/PKGBUILD)
  seahorse-nautilus/repos/extra-x86_64/PKGBUILD
(from rev 272591, seahorse-nautilus/trunk/PKGBUILD)
Deleted:
  seahorse-nautilus/repos/extra-i686/PKGBUILD
  seahorse-nautilus/repos/extra-i686/seahorse-nautilus.install
  seahorse-nautilus/repos/extra-x86_64/PKGBUILD
  seahorse-nautilus/repos/extra-x86_64/seahorse-nautilus.install

+
 /PKGBUILD  |   54 +++
 extra-i686/PKGBUILD|   30 -
 extra-i686/seahorse-nautilus.install   |   12 --
 extra-x86_64/PKGBUILD  |   30 -
 extra-x86_64/seahorse-nautilus.install |   12 --
 5 files changed, 54 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-28 13:34:40 UTC (rev 272591)
+++ extra-i686/PKGBUILD 2016-07-28 13:35:57 UTC (rev 272592)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=seahorse-nautilus
-pkgver=3.11.92
-pkgrel=1
-pkgdesc="PGP encryption and signing for nautilus"
-arch=('i686' 'x86_64')
-url="http://git.gnome.org/browse/seahorse-nautilus/;
-license=('GPL')
-depends=('libcryptui' 'gcr' 'nautilus')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('70374f9bb46a0adfbd154f4094e7a05b7766abfe60845a0a49463b4d15f17f92')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile --disable-gpg-check
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: seahorse-nautilus/repos/extra-i686/PKGBUILD (from rev 272591, 
seahorse-nautilus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-28 13:35:57 UTC (rev 272592)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=seahorse-nautilus
+pkgver=3.11.92
+pkgrel=2
+pkgdesc="PGP encryption and signing for nautilus"
+arch=('i686' 'x86_64')
+url="http://git.gnome.org/browse/seahorse-nautilus/;
+license=('GPL')
+depends=('libcryptui' 'gcr' 'nautilus')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('70374f9bb46a0adfbd154f4094e7a05b7766abfe60845a0a49463b4d15f17f92')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --disable-gpg-check
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-i686/seahorse-nautilus.install
===
--- extra-i686/seahorse-nautilus.install2016-07-28 13:34:40 UTC (rev 
272591)
+++ extra-i686/seahorse-nautilus.install2016-07-28 13:35:57 UTC (rev 
272592)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-28 13:34:40 UTC (rev 272591)
+++ extra-x86_64/PKGBUILD   2016-07-28 13:35:57 UTC (rev 272592)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=seahorse-nautilus
-pkgver=3.11.92
-pkgrel=1
-pkgdesc="PGP encryption and signing for nautilus"
-arch=('i686' 'x86_64')
-url="http://git.gnome.org/browse/seahorse-nautilus/;
-license=('GPL')
-depends=('libcryptui' 'gcr' 'nautilus')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('70374f9bb46a0adfbd154f4094e7a05b7766abfe60845a0a49463b4d15f17f92')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile --disable-gpg-check
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: 

[arch-commits] Commit in seahorse-nautilus/repos (6 files)

2015-03-25 Thread Jan Steffens
Date: Wednesday, March 25, 2015 @ 20:14:17
  Author: heftig
Revision: 234927

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

Added:
  seahorse-nautilus/repos/testing-i686/
  seahorse-nautilus/repos/testing-i686/PKGBUILD
(from rev 234926, seahorse-nautilus/trunk/PKGBUILD)
  seahorse-nautilus/repos/testing-i686/seahorse-nautilus.install
(from rev 234926, seahorse-nautilus/trunk/seahorse-nautilus.install)
  seahorse-nautilus/repos/testing-x86_64/
  seahorse-nautilus/repos/testing-x86_64/PKGBUILD
(from rev 234926, seahorse-nautilus/trunk/PKGBUILD)
  seahorse-nautilus/repos/testing-x86_64/seahorse-nautilus.install
(from rev 234926, seahorse-nautilus/trunk/seahorse-nautilus.install)

--+
 testing-i686/PKGBUILD|   30 +
 testing-i686/seahorse-nautilus.install   |   12 +++
 testing-x86_64/PKGBUILD  |   30 +
 testing-x86_64/seahorse-nautilus.install |   12 +++
 4 files changed, 84 insertions(+)

Copied: seahorse-nautilus/repos/testing-i686/PKGBUILD (from rev 234926, 
seahorse-nautilus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 19:14:17 UTC (rev 234927)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=seahorse-nautilus
+pkgver=3.11.92
+pkgrel=1
+pkgdesc=PGP encryption and signing for nautilus
+arch=('i686' 'x86_64')
+url=http://git.gnome.org/browse/seahorse-nautilus/;
+license=('GPL')
+depends=('libcryptui' 'gcr' 'nautilus')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('70374f9bb46a0adfbd154f4094e7a05b7766abfe60845a0a49463b4d15f17f92')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --disable-gpg-check
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: seahorse-nautilus/repos/testing-i686/seahorse-nautilus.install (from 
rev 234926, seahorse-nautilus/trunk/seahorse-nautilus.install)
===
--- testing-i686/seahorse-nautilus.install  (rev 0)
+++ testing-i686/seahorse-nautilus.install  2015-03-25 19:14:17 UTC (rev 
234927)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: seahorse-nautilus/repos/testing-x86_64/PKGBUILD (from rev 234926, 
seahorse-nautilus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 19:14:17 UTC (rev 234927)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=seahorse-nautilus
+pkgver=3.11.92
+pkgrel=1
+pkgdesc=PGP encryption and signing for nautilus
+arch=('i686' 'x86_64')
+url=http://git.gnome.org/browse/seahorse-nautilus/;
+license=('GPL')
+depends=('libcryptui' 'gcr' 'nautilus')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('70374f9bb46a0adfbd154f4094e7a05b7766abfe60845a0a49463b4d15f17f92')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --disable-gpg-check
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: seahorse-nautilus/repos/testing-x86_64/seahorse-nautilus.install (from 
rev 234926, seahorse-nautilus/trunk/seahorse-nautilus.install)
===
--- testing-x86_64/seahorse-nautilus.install(rev 0)
+++ testing-x86_64/seahorse-nautilus.install2015-03-25 19:14:17 UTC (rev 
234927)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in seahorse-nautilus/repos (6 files)

2013-09-24 Thread Jan Steffens
Date: Tuesday, September 24, 2013 @ 12:04:14
  Author: heftig
Revision: 194941

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  seahorse-nautilus/repos/gnome-unstable-i686/
  seahorse-nautilus/repos/gnome-unstable-i686/PKGBUILD
(from rev 194940, seahorse-nautilus/trunk/PKGBUILD)
  seahorse-nautilus/repos/gnome-unstable-i686/seahorse-nautilus.install
(from rev 194940, seahorse-nautilus/trunk/seahorse-nautilus.install)
  seahorse-nautilus/repos/gnome-unstable-x86_64/
  seahorse-nautilus/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194940, seahorse-nautilus/trunk/PKGBUILD)
  seahorse-nautilus/repos/gnome-unstable-x86_64/seahorse-nautilus.install
(from rev 194940, seahorse-nautilus/trunk/seahorse-nautilus.install)

-+
 gnome-unstable-i686/PKGBUILD|   31 ++
 gnome-unstable-i686/seahorse-nautilus.install   |   12 
 gnome-unstable-x86_64/PKGBUILD  |   31 ++
 gnome-unstable-x86_64/seahorse-nautilus.install |   12 
 4 files changed, 86 insertions(+)

Copied: seahorse-nautilus/repos/gnome-unstable-i686/PKGBUILD (from rev 194940, 
seahorse-nautilus/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-24 10:04:14 UTC (rev 194941)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=seahorse-nautilus
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=PGP encryption and signing for nautilus
+arch=('i686' 'x86_64')
+url=http://git.gnome.org/browse/seahorse-nautilus/;
+license=('GPL')
+depends=('libcryptui' 'gcr' 'nautilus')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d54c5fbc2bade03296d3f8412708cfa87e82bda3c5af8e0b8ad86b2fadf3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: seahorse-nautilus/repos/gnome-unstable-i686/seahorse-nautilus.install 
(from rev 194940, seahorse-nautilus/trunk/seahorse-nautilus.install)
===
--- gnome-unstable-i686/seahorse-nautilus.install   
(rev 0)
+++ gnome-unstable-i686/seahorse-nautilus.install   2013-09-24 10:04:14 UTC 
(rev 194941)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: seahorse-nautilus/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
194940, seahorse-nautilus/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-24 10:04:14 UTC (rev 194941)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=seahorse-nautilus
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=PGP encryption and signing for nautilus
+arch=('i686' 'x86_64')
+url=http://git.gnome.org/browse/seahorse-nautilus/;
+license=('GPL')
+depends=('libcryptui' 'gcr' 'nautilus')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d54c5fbc2bade03296d3f8412708cfa87e82bda3c5af8e0b8ad86b2fadf3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: seahorse-nautilus/repos/gnome-unstable-x86_64/seahorse-nautilus.install 
(from rev 194940, seahorse-nautilus/trunk/seahorse-nautilus.install)
===
--- gnome-unstable-x86_64/seahorse-nautilus.install 
(rev 0)
+++ gnome-unstable-x86_64/seahorse-nautilus.install 2013-09-24 10:04:14 UTC 
(rev 194941)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}