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

Jan Steffens heftig at archlinux.org
Wed Mar 25 19:14:17 UTC 2015


    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.steffens at 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.steffens at 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.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
+}



More information about the arch-commits mailing list