[arch-commits] Commit in seahorse/repos (7 files)
Ionut Biru
ibiru at archlinux.org
Thu Oct 20 05:44:14 UTC 2011
Date: Thursday, October 20, 2011 @ 01:44:13
Author: ibiru
Revision: 140950
db-move: moved seahorse from [testing] to [extra] (i686)
Added:
seahorse/repos/extra-i686/PKGBUILD
(from rev 140832, seahorse/repos/testing-i686/PKGBUILD)
seahorse/repos/extra-i686/seahorse-ssh-askpass.sh
(from rev 140832, seahorse/repos/testing-i686/seahorse-ssh-askpass.sh)
seahorse/repos/extra-i686/seahorse.install
(from rev 140832, seahorse/repos/testing-i686/seahorse.install)
Deleted:
seahorse/repos/extra-i686/PKGBUILD
seahorse/repos/extra-i686/seahorse-ssh-askpass.sh
seahorse/repos/extra-i686/seahorse.install
seahorse/repos/testing-i686/
-------------------------+
PKGBUILD | 80 +++++++++++++++++++++++-----------------------
seahorse-ssh-askpass.sh | 6 +--
seahorse.install | 42 ++++++++++++------------
3 files changed, 64 insertions(+), 64 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-10-20 05:44:12 UTC (rev 140949)
+++ extra-i686/PKGBUILD 2011-10-20 05:44:13 UTC (rev 140950)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Michel Brabants <michel.linux at tiscali.be>
-
-pkgname=seahorse
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="GNOME application for managing PGP keys."
-arch=(i686 x86_64)
-license=('GPL')
-url="http://projects.gnome.org/seahorse/"
-depends=('gtk3' 'libgnome-keyring' 'gnome-keyring' 'libsoup' 'gpgme' 'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
-makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 'gnome-doc-utils' 'gobject-introspection' 'openssh' 'libsm')
-optdepends=('openssh: SSH support')
-provides=('x11-ssh-askpass')
-options=('!libtool' '!emptydirs')
-groups=('gnome-extra')
-install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- seahorse-ssh-askpass.sh)
-sha256sums=('ef76aed10bac519fa854a869dc713cd7b49a41fbd2085647067444595302b6f7'
- '1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --enable-ldap --enable-hkp \
- --disable-scrollkeeper \
- --disable-update-mime-database \
- --disable-schemas-compile
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm755 "$srcdir/seahorse-ssh-askpass.sh" \
- "$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh"
-}
Copied: seahorse/repos/extra-i686/PKGBUILD (from rev 140832, seahorse/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-20 05:44:13 UTC (rev 140950)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Michel Brabants <michel.linux at tiscali.be>
+
+pkgname=seahorse
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="GNOME application for managing PGP keys."
+arch=(i686 x86_64)
+license=('GPL')
+url="http://projects.gnome.org/seahorse/"
+depends=('gtk3' 'libgnome-keyring' 'gnome-keyring' 'libsoup' 'gpgme' 'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
+makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 'gnome-doc-utils' 'gobject-introspection' 'openssh' 'libsm')
+optdepends=('openssh: SSH support')
+provides=('x11-ssh-askpass')
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+ seahorse-ssh-askpass.sh)
+sha256sums=('84f1df80055ca66179a023130e179de44053e7df91c1f6c7fd536563fac832b2'
+ '1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --enable-ldap --enable-hkp \
+ --disable-scrollkeeper \
+ --disable-update-mime-database \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm755 "$srcdir/seahorse-ssh-askpass.sh" \
+ "$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh"
+}
Deleted: extra-i686/seahorse-ssh-askpass.sh
===================================================================
--- extra-i686/seahorse-ssh-askpass.sh 2011-10-20 05:44:12 UTC (rev 140949)
+++ extra-i686/seahorse-ssh-askpass.sh 2011-10-20 05:44:13 UTC (rev 140950)
@@ -1,3 +0,0 @@
-if [ -z "$SSH_ASKPASS" ]; then
- export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
-fi
Copied: seahorse/repos/extra-i686/seahorse-ssh-askpass.sh (from rev 140832, seahorse/repos/testing-i686/seahorse-ssh-askpass.sh)
===================================================================
--- extra-i686/seahorse-ssh-askpass.sh (rev 0)
+++ extra-i686/seahorse-ssh-askpass.sh 2011-10-20 05:44:13 UTC (rev 140950)
@@ -0,0 +1,3 @@
+if [ -z "$SSH_ASKPASS" ]; then
+ export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi
Deleted: extra-i686/seahorse.install
===================================================================
--- extra-i686/seahorse.install 2011-10-20 05:44:12 UTC (rev 140949)
+++ extra-i686/seahorse.install 2011-10-20 05:44:13 UTC (rev 140950)
@@ -1,21 +0,0 @@
-pkgname=seahorse
-
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
- if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
- usr/sbin/gconfpkg --uninstall $pkgname
- fi
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: seahorse/repos/extra-i686/seahorse.install (from rev 140832, seahorse/repos/testing-i686/seahorse.install)
===================================================================
--- extra-i686/seahorse.install (rev 0)
+++ extra-i686/seahorse.install 2011-10-20 05:44:13 UTC (rev 140950)
@@ -0,0 +1,21 @@
+pkgname=seahorse
+
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+ if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+ usr/sbin/gconfpkg --uninstall $pkgname
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list