[arch-commits] Commit in libcryptui/repos (8 files)

Balló György bgyorgy at nymeria.archlinux.org
Sat Mar 30 10:43:51 UTC 2013


    Date: Saturday, March 30, 2013 @ 11:43:50
  Author: bgyorgy
Revision: 87353

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

Added:
  libcryptui/repos/community-i686/PKGBUILD
    (from rev 87351, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/community-i686/libcryptui.install
    (from rev 87351, libcryptui/trunk/libcryptui.install)
  libcryptui/repos/community-x86_64/PKGBUILD
    (from rev 87351, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/community-x86_64/libcryptui.install
    (from rev 87351, libcryptui/trunk/libcryptui.install)
Deleted:
  libcryptui/repos/community-i686/PKGBUILD
  libcryptui/repos/community-i686/libcryptui.install
  libcryptui/repos/community-x86_64/PKGBUILD
  libcryptui/repos/community-x86_64/libcryptui.install

-------------------------------------+
 /PKGBUILD                           |   60 ++++++++++++++++++++++++++++++++++
 /libcryptui.install                 |   22 ++++++++++++
 community-i686/PKGBUILD             |   30 -----------------
 community-i686/libcryptui.install   |   11 ------
 community-x86_64/PKGBUILD           |   30 -----------------
 community-x86_64/libcryptui.install |   11 ------
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-30 10:43:49 UTC (rev 87352)
+++ community-i686/PKGBUILD	2013-03-30 10:43:50 UTC (rev 87353)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libcryptui
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="Library for OpenPGP prompts"
-arch=('i686' 'x86_64')
-url="http://git.gnome.org/browse/libcryptui/"
-license=('GPL')
-depends=('gtk3' 'libsm' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0a4a747fff33acd03d1381d27454f8aa5eaca026b7475e24c4b8f8272bbe1c87')
-
-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: libcryptui/repos/community-i686/PKGBUILD (from rev 87351, libcryptui/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-30 10:43:50 UTC (rev 87353)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libcryptui
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+arch=('i686' 'x86_64')
+url="http://git.gnome.org/browse/libcryptui/"
+license=('GPL')
+depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('10eed96e33b6d7286795a7c678a5655a86ae099fb98d1f7211aa28aa636c0837')
+
+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
+}

Deleted: community-i686/libcryptui.install
===================================================================
--- community-i686/libcryptui.install	2013-03-30 10:43:49 UTC (rev 87352)
+++ community-i686/libcryptui.install	2013-03-30 10:43:50 UTC (rev 87353)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libcryptui/repos/community-i686/libcryptui.install (from rev 87351, libcryptui/trunk/libcryptui.install)
===================================================================
--- community-i686/libcryptui.install	                        (rev 0)
+++ community-i686/libcryptui.install	2013-03-30 10:43:50 UTC (rev 87353)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-30 10:43:49 UTC (rev 87352)
+++ community-x86_64/PKGBUILD	2013-03-30 10:43:50 UTC (rev 87353)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libcryptui
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="Library for OpenPGP prompts"
-arch=('i686' 'x86_64')
-url="http://git.gnome.org/browse/libcryptui/"
-license=('GPL')
-depends=('gtk3' 'libsm' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0a4a747fff33acd03d1381d27454f8aa5eaca026b7475e24c4b8f8272bbe1c87')
-
-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: libcryptui/repos/community-x86_64/PKGBUILD (from rev 87351, libcryptui/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-30 10:43:50 UTC (rev 87353)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libcryptui
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+arch=('i686' 'x86_64')
+url="http://git.gnome.org/browse/libcryptui/"
+license=('GPL')
+depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('10eed96e33b6d7286795a7c678a5655a86ae099fb98d1f7211aa28aa636c0837')
+
+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
+}

Deleted: community-x86_64/libcryptui.install
===================================================================
--- community-x86_64/libcryptui.install	2013-03-30 10:43:49 UTC (rev 87352)
+++ community-x86_64/libcryptui.install	2013-03-30 10:43:50 UTC (rev 87353)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libcryptui/repos/community-x86_64/libcryptui.install (from rev 87351, libcryptui/trunk/libcryptui.install)
===================================================================
--- community-x86_64/libcryptui.install	                        (rev 0)
+++ community-x86_64/libcryptui.install	2013-03-30 10:43:50 UTC (rev 87353)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list