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

Jan Steffens heftig at archlinux.org
Tue May 5 23:45:45 UTC 2015


    Date: Wednesday, May 6, 2015 @ 01:45:45
  Author: heftig
Revision: 238527

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

Added:
  libsecret/repos/extra-i686/PKGBUILD
    (from rev 238526, libsecret/trunk/PKGBUILD)
  libsecret/repos/extra-x86_64/PKGBUILD
    (from rev 238526, libsecret/trunk/PKGBUILD)
Deleted:
  libsecret/repos/extra-i686/PKGBUILD
  libsecret/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   76 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   27 -----------------
 extra-x86_64/PKGBUILD |   27 -----------------
 3 files changed, 76 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-05-05 23:43:55 UTC (rev 238526)
+++ extra-i686/PKGBUILD	2015-05-05 23:45:45 UTC (rev 238527)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libsecret
-pkgver=0.18
-pkgrel=1
-pkgdesc='Library for storing and retrieving passwords and other secrets.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="https://wiki.gnome.org/Projects/Libsecret"
-depends=('glib2' 'libgcrypt')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'vala')
-optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libsecret/repos/extra-i686/PKGBUILD (from rev 238526, libsecret/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-05-05 23:45:45 UTC (rev 238527)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsecret
+pkgver=0.18.2
+pkgrel=1
+pkgdesc='Library for storing and retrieving passwords and other secrets.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://wiki.gnome.org/Projects/Libsecret"
+depends=('glib2' 'libgcrypt')
+checkdepends=('python2-dbus' 'dbus-glib' 'python2-gobject2' 'python2-gobject' 'gjs')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'vala')
+optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('12fd288b012e1b2b1b54d586cd4c6507885715534644b4534b7ef7d7079ba443')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  PATH="$srcdir/path:$PATH" dbus-run-session make -k check 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-05-05 23:43:55 UTC (rev 238526)
+++ extra-x86_64/PKGBUILD	2015-05-05 23:45:45 UTC (rev 238527)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libsecret
-pkgver=0.18
-pkgrel=1
-pkgdesc='Library for storing and retrieving passwords and other secrets.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="https://wiki.gnome.org/Projects/Libsecret"
-depends=('glib2' 'libgcrypt')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'vala')
-optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libsecret/repos/extra-x86_64/PKGBUILD (from rev 238526, libsecret/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-05-05 23:45:45 UTC (rev 238527)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsecret
+pkgver=0.18.2
+pkgrel=1
+pkgdesc='Library for storing and retrieving passwords and other secrets.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://wiki.gnome.org/Projects/Libsecret"
+depends=('glib2' 'libgcrypt')
+checkdepends=('python2-dbus' 'dbus-glib' 'python2-gobject2' 'python2-gobject' 'gjs')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'vala')
+optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('12fd288b012e1b2b1b54d586cd4c6507885715534644b4534b7ef7d7079ba443')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  PATH="$srcdir/path:$PATH" dbus-run-session make -k check 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list