[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:07:17
  Author: heftig
Revision: 376998

3.12.2+55+ged3b12af-1

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:04:01 UTC (rev 376997)
+++ PKGBUILD2020-03-08 06:07:17 UTC (rev 376998)
@@ -2,8 +2,8 @@
 # Contributor: Balló György 
 
 pkgname=libcryptui
-pkgver=3.12.2+41+gf29d1d37
-pkgrel=2
+pkgver=3.12.2+55+ged3b12af
+pkgrel=1
 pkgdesc="Library for OpenPGP prompts"
 url="https://gitlab.gnome.org/GNOME/libcryptui;
 arch=(x86_64)
@@ -10,7 +10,8 @@
 license=(GPL)
 depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
 makedepends=(intltool gobject-introspection gnome-common git)
-_commit=f29d1d37cb4553ecd82a67e63aa0f0888de9acc8  # master
+provides=(libcryptui.so)
+_commit=ed3b12af71643d5f6d29fc6a5092123624faff6e  # master
 source=("git+https://gitlab.gnome.org/GNOME/libcryptui.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in libcryptui/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:07:50
  Author: heftig
Revision: 377001

archrelease: copy trunk to extra-x86_64

Added:
  libcryptui/repos/extra-x86_64/PKGBUILD
(from rev 376999, libcryptui/trunk/PKGBUILD)
Deleted:
  libcryptui/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:07:44 UTC (rev 377000)
+++ PKGBUILD2020-03-08 06:07:50 UTC (rev 377001)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=libcryptui
-pkgver=3.12.2+41+gf29d1d37
-pkgrel=2
-pkgdesc="Library for OpenPGP prompts"
-url="https://gitlab.gnome.org/GNOME/libcryptui;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
-makedepends=(intltool gobject-introspection gnome-common git)
-_commit=f29d1d37cb4553ecd82a67e63aa0f0888de9acc8  # master
-source=("git+https://gitlab.gnome.org/GNOME/libcryptui.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libcryptui/repos/extra-x86_64/PKGBUILD (from rev 376999, 
libcryptui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:07:50 UTC (rev 377001)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=libcryptui
+pkgver=3.12.2+55+ged3b12af
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+url="https://gitlab.gnome.org/GNOME/libcryptui;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+provides=(libcryptui.so)
+_commit=ed3b12af71643d5f6d29fc6a5092123624faff6e  # master
+source=("git+https://gitlab.gnome.org/GNOME/libcryptui.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libcryptui/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 04:52:27
  Author: foutrelis
Revision: 338915

archrelease: copy trunk to staging-x86_64

Added:
  libcryptui/repos/staging-x86_64/PKGBUILD
(from rev 338914, libcryptui/trunk/PKGBUILD)
Deleted:
  libcryptui/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-10 04:52:22 UTC (rev 338914)
+++ PKGBUILD2018-11-10 04:52:27 UTC (rev 338915)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=libcryptui
-pkgver=3.12.2+41+gf29d1d37
-pkgrel=1
-pkgdesc="Library for OpenPGP prompts"
-url="https://gitlab.gnome.org/GNOME/libcryptui;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
-makedepends=(intltool gobject-introspection gnome-common git)
-_commit=f29d1d37cb4553ecd82a67e63aa0f0888de9acc8  # master
-source=("git+https://gitlab.gnome.org/GNOME/libcryptui.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libcryptui/repos/staging-x86_64/PKGBUILD (from rev 338914, 
libcryptui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-10 04:52:27 UTC (rev 338915)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=libcryptui
+pkgver=3.12.2+41+gf29d1d37
+pkgrel=2
+pkgdesc="Library for OpenPGP prompts"
+url="https://gitlab.gnome.org/GNOME/libcryptui;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=f29d1d37cb4553ecd82a67e63aa0f0888de9acc8  # master
+source=("git+https://gitlab.gnome.org/GNOME/libcryptui.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 04:52:22
  Author: foutrelis
Revision: 338914

PIE/BUILDINFO rebuild

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 04:50:57 UTC (rev 338913)
+++ PKGBUILD2018-11-10 04:52:22 UTC (rev 338914)
@@ -3,7 +3,7 @@
 
 pkgname=libcryptui
 pkgver=3.12.2+41+gf29d1d37
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for OpenPGP prompts"
 url="https://gitlab.gnome.org/GNOME/libcryptui;
 arch=(x86_64)


[arch-commits] Commit in libcryptui/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Saturday, November 10, 2018 @ 04:50:57
  Author: felixonmars
Revision: 338913

archrelease: copy trunk to staging-x86_64

Added:
  libcryptui/repos/staging-x86_64/
  libcryptui/repos/staging-x86_64/PKGBUILD
(from rev 338912, libcryptui/trunk/PKGBUILD)

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: libcryptui/repos/staging-x86_64/PKGBUILD (from rev 338912, 
libcryptui/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-10 04:50:57 UTC (rev 338913)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=libcryptui
+pkgver=3.12.2+41+gf29d1d37
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+url="https://gitlab.gnome.org/GNOME/libcryptui;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=f29d1d37cb4553ecd82a67e63aa0f0888de9acc8  # master
+source=("git+https://gitlab.gnome.org/GNOME/libcryptui.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Saturday, November 10, 2018 @ 04:50:42
  Author: felixonmars
Revision: 338912

PIE/BUILDINFO rebuild

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 04:50:32 UTC (rev 338911)
+++ PKGBUILD2018-11-10 04:50:42 UTC (rev 338912)
@@ -3,7 +3,7 @@
 
 pkgname=libcryptui
 pkgver=3.12.2+41+gf29d1d37
-pkgrel=0
+pkgrel=1
 pkgdesc="Library for OpenPGP prompts"
 url="https://gitlab.gnome.org/GNOME/libcryptui;
 arch=(x86_64)


[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 04:47:05
  Author: foutrelis
Revision: 338910

Also bump pkgver to latest revision

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 04:45:38 UTC (rev 338909)
+++ PKGBUILD2018-11-10 04:47:05 UTC (rev 338910)
@@ -2,8 +2,8 @@
 # Contributor: Balló György 
 
 pkgname=libcryptui
-pkgver=3.12.2+24+gd5e5bc5
-pkgrel=2
+pkgver=3.12.2+41+gf29d1d37
+pkgrel=0
 pkgdesc="Library for OpenPGP prompts"
 url="https://gitlab.gnome.org/GNOME/libcryptui;
 arch=(x86_64)


[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 04:45:38
  Author: foutrelis
Revision: 338909

PIE/BUILDINFO rebuild

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 04:44:43 UTC (rev 338908)
+++ PKGBUILD2018-11-10 04:45:38 UTC (rev 338909)
@@ -3,7 +3,7 @@
 
 pkgname=libcryptui
 pkgver=3.12.2+24+gd5e5bc5
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for OpenPGP prompts"
 url="https://gitlab.gnome.org/GNOME/libcryptui;
 arch=(x86_64)


[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 04:44:43
  Author: foutrelis
Revision: 338908

Bump to latest revision

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 04:40:45 UTC (rev 338907)
+++ PKGBUILD2018-11-10 04:44:43 UTC (rev 338908)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
 makedepends=(intltool gobject-introspection gnome-common git)
-_commit=d5e5bc593dcbb21f5dd3b8f858368170d4947cf3  # master
+_commit=f29d1d37cb4553ecd82a67e63aa0f0888de9acc8  # master
 source=("git+https://gitlab.gnome.org/GNOME/libcryptui.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 04:40:45
  Author: foutrelis
Revision: 338907

Switch source to gitlab.gnome.org

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 04:38:54 UTC (rev 338906)
+++ PKGBUILD2018-11-10 04:40:45 UTC (rev 338907)
@@ -5,13 +5,13 @@
 pkgver=3.12.2+24+gd5e5bc5
 pkgrel=1
 pkgdesc="Library for OpenPGP prompts"
-url="https://git.gnome.org/browse/libcryptui;
+url="https://gitlab.gnome.org/GNOME/libcryptui;
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
 makedepends=(intltool gobject-introspection gnome-common git)
 _commit=d5e5bc593dcbb21f5dd3b8f858368170d4947cf3  # master
-source=("git://git.gnome.org/libcryptui#commit=$_commit")
+source=("git+https://gitlab.gnome.org/GNOME/libcryptui.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 23:55:30
  Author: heftig
Revision: 279154

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

Added:
  libcryptui/repos/testing-i686/
  libcryptui/repos/testing-i686/PKGBUILD
(from rev 279153, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/testing-x86_64/
  libcryptui/repos/testing-x86_64/PKGBUILD
(from rev 279153, libcryptui/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: libcryptui/repos/testing-i686/PKGBUILD (from rev 279153, 
libcryptui/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-22 23:55:30 UTC (rev 279154)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=libcryptui
+pkgver=3.12.2+24+gd5e5bc5
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+url="https://git.gnome.org/browse/libcryptui;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=d5e5bc593dcbb21f5dd3b8f858368170d4947cf3  # master
+source=("git://git.gnome.org/libcryptui#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libcryptui/repos/testing-x86_64/PKGBUILD (from rev 279153, 
libcryptui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-22 23:55:30 UTC (rev 279154)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=libcryptui
+pkgver=3.12.2+24+gd5e5bc5
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+url="https://git.gnome.org/browse/libcryptui;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=d5e5bc593dcbb21f5dd3b8f858368170d4947cf3  # master
+source=("git://git.gnome.org/libcryptui#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libcryptui/trunk (PKGBUILD gnupg.patch)

2016-10-22 Thread Jan Steffens
Date: Saturday, October 22, 2016 @ 23:50:57
  Author: heftig
Revision: 279150

3.12.2+24+gd5e5bc5-1

Modified:
  libcryptui/trunk/PKGBUILD
Deleted:
  libcryptui/trunk/gnupg.patch

-+
 PKGBUILD|   35 +++
 gnupg.patch |   25 -
 2 files changed, 19 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 23:44:32 UTC (rev 279149)
+++ PKGBUILD2016-10-22 23:50:57 UTC (rev 279150)
@@ -3,33 +3,36 @@
 # Contributor: Balló György 
 
 pkgname=libcryptui
-pkgver=3.12.2
-pkgrel=2
+pkgver=3.12.2+24+gd5e5bc5
+pkgrel=1
 pkgdesc="Library for OpenPGP prompts"
-arch=('i686' 'x86_64')
 url="https://git.gnome.org/browse/libcryptui;
-license=('GPL')
-depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
-makedepends=('intltool' 'gobject-introspection' 'gnome-common')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-gnupg.patch)
-sha256sums=('71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866'
-'468e8d7730c50e6ba8da7a3deb948ab1244fb06fbce9acd2c983a93beb2b0f38')
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gpgme dbus-glib libnotify gcr dconf libsm)
+makedepends=(intltool gobject-introspection gnome-common git)
+_commit=d5e5bc593dcbb21f5dd3b8f858368170d4947cf3  # master
+source=("git://git.gnome.org/libcryptui#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../gnupg.patch
-  autoreconf -fvi
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
+  --disable-static --disable-schemas-compile --enable-gtk-doc
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }

Deleted: gnupg.patch
===
--- gnupg.patch 2016-10-22 23:44:32 UTC (rev 279149)
+++ gnupg.patch 2016-10-22 23:50:57 UTC (rev 279150)
@@ -1,25 +0,0 @@
-From 183d7619c29482a5d4ae8019692899f87f198171 Mon Sep 17 00:00:00 2001
-From: Antoine Jacoutot 
-Date: Sat, 17 Oct 2015 08:52:35 +0200
-Subject: Allow building with gnupg 2.1.
-

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 406b9f3..b621b23 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -95,7 +95,7 @@ AC_ARG_ENABLE(gpg-check,
-   DO_CHECK=$enableval, DO_CHECK=yes)
- 
- if test   "$DO_CHECK" = "yes"; then
--  accepted_versions="1.2 1.4 2.0"
-+  accepted_versions="1.2 1.4 2.0 2.1"
-   AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
-   AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
-   ok="no"
--- 
-cgit v0.12
-


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

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 14:00:57
  Author: heftig
Revision: 272607

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

Added:
  libcryptui/repos/extra-i686/PKGBUILD
(from rev 272606, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/extra-i686/gnupg.patch
(from rev 272606, libcryptui/trunk/gnupg.patch)
  libcryptui/repos/extra-x86_64/PKGBUILD
(from rev 272606, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/extra-x86_64/gnupg.patch
(from rev 272606, libcryptui/trunk/gnupg.patch)
Deleted:
  libcryptui/repos/extra-i686/PKGBUILD
  libcryptui/repos/extra-i686/libcryptui.install
  libcryptui/repos/extra-x86_64/PKGBUILD
  libcryptui/repos/extra-x86_64/libcryptui.install

-+
 /PKGBUILD   |   70 ++
 extra-i686/PKGBUILD |   30 
 extra-i686/gnupg.patch  |   25 +
 extra-i686/libcryptui.install   |   11 -
 extra-x86_64/PKGBUILD   |   30 
 extra-x86_64/gnupg.patch|   25 +
 extra-x86_64/libcryptui.install |   11 -
 7 files changed, 120 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-28 14:00:37 UTC (rev 272606)
+++ extra-i686/PKGBUILD 2016-07-28 14:00:57 UTC (rev 272607)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=libcryptui
-pkgver=3.12.2
-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' 
'libsm')
-makedepends=('intltool' 'gobject-introspection')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866')
-
-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/extra-i686/PKGBUILD (from rev 272606, 
libcryptui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-28 14:00:57 UTC (rev 272607)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=libcryptui
+pkgver=3.12.2
+pkgrel=2
+pkgdesc="Library for OpenPGP prompts"
+arch=('i686' 'x86_64')
+url="https://git.gnome.org/browse/libcryptui;
+license=('GPL')
+depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
+makedepends=('intltool' 'gobject-introspection' 'gnome-common')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+gnupg.patch)
+sha256sums=('71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866'
+'468e8d7730c50e6ba8da7a3deb948ab1244fb06fbce9acd2c983a93beb2b0f38')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../gnupg.patch
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libcryptui/repos/extra-i686/gnupg.patch (from rev 272606, 
libcryptui/trunk/gnupg.patch)
===
--- extra-i686/gnupg.patch  (rev 0)
+++ extra-i686/gnupg.patch  2016-07-28 14:00:57 UTC (rev 272607)
@@ -0,0 +1,25 @@
+From 183d7619c29482a5d4ae8019692899f87f198171 Mon Sep 17 00:00:00 2001
+From: Antoine Jacoutot 
+Date: Sat, 17 Oct 2015 08:52:35 +0200
+Subject: Allow building with gnupg 2.1.
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 406b9f3..b621b23 100644
+--- a/configure.ac
 b/configure.ac
+@@ -95,7 +95,7 @@ AC_ARG_ENABLE(gpg-check,
+   DO_CHECK=$enableval, DO_CHECK=yes)
+ 
+ if test   "$DO_CHECK" = "yes"; then
+-  accepted_versions="1.2 1.4 2.0"
++  accepted_versions="1.2 1.4 2.0 2.1"
+   AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
+   AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
+   ok="no"
+-- 
+cgit v0.12
+

Deleted: extra-i686/libcryptui.install
===
--- extra-i686/libcryptui.install   2016-07-28 14:00:37 UTC (rev 272606)
+++ 

[arch-commits] Commit in libcryptui/trunk (PKGBUILD gnupg.patch libcryptui.install)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 13:54:45
  Author: heftig
Revision: 272603

3.12.2-2

Added:
  libcryptui/trunk/gnupg.patch
Modified:
  libcryptui/trunk/PKGBUILD
Deleted:
  libcryptui/trunk/libcryptui.install

+
 PKGBUILD   |   27 ---
 gnupg.patch|   25 +
 libcryptui.install |   11 ---
 3 files changed, 41 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 13:52:40 UTC (rev 272602)
+++ PKGBUILD2016-07-28 13:54:45 UTC (rev 272603)
@@ -4,20 +4,26 @@
 
 pkgname=libcryptui
 pkgver=3.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for OpenPGP prompts"
 arch=('i686' 'x86_64')
-url="http://git.gnome.org/browse/libcryptui/;
+url="https://git.gnome.org/browse/libcryptui;
 license=('GPL')
 depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
-makedepends=('intltool' 'gobject-introspection')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866')
+makedepends=('intltool' 'gobject-introspection' 'gnome-common')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+gnupg.patch)
+sha256sums=('71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866'
+'468e8d7730c50e6ba8da7a3deb948ab1244fb06fbce9acd2c983a93beb2b0f38')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../gnupg.patch
+  autoreconf -fvi
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static --disable-schemas-compile
   make
@@ -24,7 +30,6 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }

Added: gnupg.patch
===
--- gnupg.patch (rev 0)
+++ gnupg.patch 2016-07-28 13:54:45 UTC (rev 272603)
@@ -0,0 +1,25 @@
+From 183d7619c29482a5d4ae8019692899f87f198171 Mon Sep 17 00:00:00 2001
+From: Antoine Jacoutot 
+Date: Sat, 17 Oct 2015 08:52:35 +0200
+Subject: Allow building with gnupg 2.1.
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 406b9f3..b621b23 100644
+--- a/configure.ac
 b/configure.ac
+@@ -95,7 +95,7 @@ AC_ARG_ENABLE(gpg-check,
+   DO_CHECK=$enableval, DO_CHECK=yes)
+ 
+ if test   "$DO_CHECK" = "yes"; then
+-  accepted_versions="1.2 1.4 2.0"
++  accepted_versions="1.2 1.4 2.0 2.1"
+   AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
+   AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
+   ok="no"
+-- 
+cgit v0.12
+

Deleted: libcryptui.install
===
--- libcryptui.install  2016-07-28 13:52:40 UTC (rev 272602)
+++ libcryptui.install  2016-07-28 13:54:45 UTC (rev 272603)
@@ -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
-}


[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2014-05-13 Thread Jan de Groot
Date: Wednesday, May 14, 2014 @ 00:04:59
  Author: jgc
Revision: 212357

upgpkg: libcryptui 3.12.2-1

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 22:00:54 UTC (rev 212356)
+++ PKGBUILD2014-05-13 22:04:59 UTC (rev 212357)
@@ -3,8 +3,8 @@
 # Contributor: Balló György ballogyor+arch at gmail dot com
 
 pkgname=libcryptui
-pkgver=3.10.1
-pkgrel=2
+pkgver=3.12.2
+pkgrel=1
 pkgdesc=Library for OpenPGP prompts
 arch=('i686' 'x86_64')
 url=http://git.gnome.org/browse/libcryptui/;
@@ -12,8 +12,8 @@
 depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
 makedepends=('intltool' 'gobject-introspection')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-05-13 Thread Jan de Groot
Date: Wednesday, May 14, 2014 @ 00:05:08
  Author: jgc
Revision: 212358

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-13 22:04:59 UTC (rev 212357)
+++ extra-i686/PKGBUILD 2014-05-13 22:05:08 UTC (rev 212358)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcryptui
-pkgver=3.10.1
-pkgrel=2
-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' 
'libsm')
-makedepends=('intltool' 'gobject-introspection')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
-
-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/extra-i686/PKGBUILD (from rev 212357, 
libcryptui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-13 22:05:08 UTC (rev 212358)
@@ -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=libcryptui
+pkgver=3.12.2
+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' 
'libsm')
+makedepends=('intltool' 'gobject-introspection')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866')
+
+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: extra-i686/libcryptui.install
===
--- extra-i686/libcryptui.install   2014-05-13 22:04:59 UTC (rev 212357)
+++ extra-i686/libcryptui.install   2014-05-13 22:05:08 UTC (rev 212358)
@@ -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/extra-i686/libcryptui.install (from rev 212357, 
libcryptui/trunk/libcryptui.install)
===
--- extra-i686/libcryptui.install   (rev 0)
+++ extra-i686/libcryptui.install   2014-05-13 22:05:08 UTC (rev 212358)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-13 22:04:59 UTC (rev 212357)
+++ extra-x86_64/PKGBUILD   2014-05-13 22:05:08 UTC (rev 212358)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcryptui
-pkgver=3.10.1
-pkgrel=2
-pkgdesc=Library for OpenPGP prompts
-arch=('i686' 'x86_64')

[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2014-03-13 Thread Jan Steffens
Date: Friday, March 14, 2014 @ 05:20:04
  Author: heftig
Revision: 207739

FS#39400 libsm dep

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 03:59:15 UTC (rev 207738)
+++ PKGBUILD2014-03-14 04:20:04 UTC (rev 207739)
@@ -4,12 +4,12 @@
 
 pkgname=libcryptui
 pkgver=3.10.1
-pkgrel=1
+pkgrel=2
 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')
+depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
 makedepends=('intltool' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)



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

2014-03-13 Thread Jan Steffens
Date: Friday, March 14, 2014 @ 05:21:04
  Author: heftig
Revision: 207740

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-14 04:20:04 UTC (rev 207739)
+++ extra-i686/PKGBUILD 2014-03-14 04:21:04 UTC (rev 207740)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcryptui
-pkgver=3.10.1
-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')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
-
-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/extra-i686/PKGBUILD (from rev 207739, 
libcryptui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-14 04:21:04 UTC (rev 207740)
@@ -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=libcryptui
+pkgver=3.10.1
+pkgrel=2
+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' 
'libsm')
+makedepends=('intltool' 'gobject-introspection')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
+
+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: extra-i686/libcryptui.install
===
--- extra-i686/libcryptui.install   2014-03-14 04:20:04 UTC (rev 207739)
+++ extra-i686/libcryptui.install   2014-03-14 04:21:04 UTC (rev 207740)
@@ -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/extra-i686/libcryptui.install (from rev 207739, 
libcryptui/trunk/libcryptui.install)
===
--- extra-i686/libcryptui.install   (rev 0)
+++ extra-i686/libcryptui.install   2014-03-14 04:21:04 UTC (rev 207740)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-14 04:20:04 UTC (rev 207739)
+++ extra-x86_64/PKGBUILD   2014-03-14 04:21:04 UTC (rev 207740)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcryptui
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=Library for OpenPGP prompts
-arch=('i686' 'x86_64')
-url=http://git.gnome.org/browse/libcryptui/;

[arch-commits] Commit in libcryptui (3 files)

2013-10-30 Thread Allan McRae
Date: Wednesday, October 30, 2013 @ 14:02:16
  Author: allan
Revision: 198141

remove !libtool

Modified:
  libcryptui/repos/extra-i686/PKGBUILD
  libcryptui/repos/extra-x86_64/PKGBUILD
  libcryptui/trunk/PKGBUILD

-+
 repos/extra-i686/PKGBUILD   |1 -
 repos/extra-x86_64/PKGBUILD |1 -
 trunk/PKGBUILD  |1 -
 3 files changed, 3 deletions(-)

Modified: repos/extra-i686/PKGBUILD
===
--- repos/extra-i686/PKGBUILD   2013-10-30 13:01:56 UTC (rev 198140)
+++ repos/extra-i686/PKGBUILD   2013-10-30 13:02:16 UTC (rev 198141)
@@ -11,7 +11,6 @@
 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=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')

Modified: repos/extra-x86_64/PKGBUILD
===
--- repos/extra-x86_64/PKGBUILD 2013-10-30 13:01:56 UTC (rev 198140)
+++ repos/extra-x86_64/PKGBUILD 2013-10-30 13:02:16 UTC (rev 198141)
@@ -11,7 +11,6 @@
 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=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2013-10-30 13:01:56 UTC (rev 198140)
+++ trunk/PKGBUILD  2013-10-30 13:02:16 UTC (rev 198141)
@@ -11,7 +11,6 @@
 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=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')



[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2013-10-17 Thread Jan Steffens
Date: Thursday, October 17, 2013 @ 14:22:41
  Author: heftig
Revision: 196724

3.10.1

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-17 03:56:17 UTC (rev 196723)
+++ PKGBUILD2013-10-17 12:22:41 UTC (rev 196724)
@@ -3,7 +3,7 @@
 # Contributor: Balló György ballogyor+arch at gmail dot com
 
 pkgname=libcryptui
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=Library for OpenPGP prompts
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ceeba7ebdcda768d671e9df9332b18d4f25edd1f4d91e86a241c3c1f3ffc6332')
+sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-10-17 Thread Jan Steffens
Date: Thursday, October 17, 2013 @ 14:29:24
  Author: heftig
Revision: 196730

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

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

-+
 /PKGBUILD   |   62 ++
 /libcryptui.install |   22 +
 extra-i686/PKGBUILD |   31 ---
 extra-i686/libcryptui.install   |   11 --
 extra-x86_64/PKGBUILD   |   31 ---
 extra-x86_64/libcryptui.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-17 12:28:38 UTC (rev 196729)
+++ extra-i686/PKGBUILD 2013-10-17 12:29:24 UTC (rev 196730)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcryptui
-pkgver=3.10.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=('ceeba7ebdcda768d671e9df9332b18d4f25edd1f4d91e86a241c3c1f3ffc6332')
-
-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/extra-i686/PKGBUILD (from rev 196729, 
libcryptui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-17 12:29:24 UTC (rev 196730)
@@ -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=libcryptui
+pkgver=3.10.1
+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=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
+
+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: extra-i686/libcryptui.install
===
--- extra-i686/libcryptui.install   2013-10-17 12:28:38 UTC (rev 196729)
+++ extra-i686/libcryptui.install   2013-10-17 12:29:24 UTC (rev 196730)
@@ -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/extra-i686/libcryptui.install (from rev 196729, 
libcryptui/trunk/libcryptui.install)
===
--- extra-i686/libcryptui.install   (rev 0)
+++ extra-i686/libcryptui.install   2013-10-17 12:29:24 UTC (rev 196730)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-17 12:28:38 UTC (rev 196729)
+++ extra-x86_64/PKGBUILD   2013-10-17 12:29:24 UTC (rev 196730)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcryptui
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Library for OpenPGP prompts
-arch=('i686' 'x86_64')

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

2013-09-24 Thread Jan Steffens
Date: Tuesday, September 24, 2013 @ 11:51:27
  Author: heftig
Revision: 194933

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

Added:
  libcryptui/repos/extra-i686/
  libcryptui/repos/extra-i686/PKGBUILD
(from rev 194932, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/extra-i686/libcryptui.install
(from rev 194932, libcryptui/trunk/libcryptui.install)
  libcryptui/repos/extra-x86_64/
  libcryptui/repos/extra-x86_64/PKGBUILD
(from rev 194932, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/extra-x86_64/libcryptui.install
(from rev 194932, libcryptui/trunk/libcryptui.install)

-+
 extra-i686/PKGBUILD |   30 ++
 extra-i686/libcryptui.install   |   11 +++
 extra-x86_64/PKGBUILD   |   30 ++
 extra-x86_64/libcryptui.install |   11 +++
 4 files changed, 82 insertions(+)

Copied: libcryptui/repos/extra-i686/PKGBUILD (from rev 194932, 
libcryptui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-24 09:51:27 UTC (rev 194933)
@@ -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
+}

Copied: libcryptui/repos/extra-i686/libcryptui.install (from rev 194932, 
libcryptui/trunk/libcryptui.install)
===
--- extra-i686/libcryptui.install   (rev 0)
+++ extra-i686/libcryptui.install   2013-09-24 09:51:27 UTC (rev 194933)
@@ -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
+}

Copied: libcryptui/repos/extra-x86_64/PKGBUILD (from rev 194932, 
libcryptui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-24 09:51:27 UTC (rev 194933)
@@ -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
+}

Copied: libcryptui/repos/extra-x86_64/libcryptui.install (from rev 194932, 
libcryptui/trunk/libcryptui.install)
===
--- extra-x86_64/libcryptui.install (rev 0)
+++ extra-x86_64/libcryptui.install 2013-09-24 09:51:27 UTC (rev 194933)
@@ -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
+}



[arch-commits] Commit in (libcryptui)

2013-09-24 Thread Jan Steffens
Date: Tuesday, September 24, 2013 @ 11:51:56
  Author: heftig
Revision: 97555

community2extra: Moving libcryptui from community to extra

Deleted:
  libcryptui/



[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2013-09-24 Thread Jan Steffens
Date: Tuesday, September 24, 2013 @ 11:59:47
  Author: heftig
Revision: 194938

3.10.0

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-24 09:57:29 UTC (rev 194937)
+++ PKGBUILD2013-09-24 09:59:47 UTC (rev 194938)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
 
 pkgname=libcryptui
-pkgver=3.8.0
+pkgver=3.10.0
 pkgrel=1
 pkgdesc=Library for OpenPGP prompts
 arch=('i686' 'x86_64')
@@ -13,7 +14,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('10eed96e33b6d7286795a7c678a5655a86ae099fb98d1f7211aa28aa636c0837')
+sha256sums=('ceeba7ebdcda768d671e9df9332b18d4f25edd1f4d91e86a241c3c1f3ffc6332')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-09-24 Thread Jan Steffens
Date: Tuesday, September 24, 2013 @ 12:03:42
  Author: heftig
Revision: 194940

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

Added:
  libcryptui/repos/gnome-unstable-i686/
  libcryptui/repos/gnome-unstable-i686/PKGBUILD
(from rev 194939, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/gnome-unstable-i686/libcryptui.install
(from rev 194939, libcryptui/trunk/libcryptui.install)
  libcryptui/repos/gnome-unstable-x86_64/
  libcryptui/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194939, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/gnome-unstable-x86_64/libcryptui.install
(from rev 194939, libcryptui/trunk/libcryptui.install)

--+
 gnome-unstable-i686/PKGBUILD |   31 +
 gnome-unstable-i686/libcryptui.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD   |   31 +
 gnome-unstable-x86_64/libcryptui.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: libcryptui/repos/gnome-unstable-i686/PKGBUILD (from rev 194939, 
libcryptui/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-24 10:03:42 UTC (rev 194940)
@@ -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=libcryptui
+pkgver=3.10.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=('ceeba7ebdcda768d671e9df9332b18d4f25edd1f4d91e86a241c3c1f3ffc6332')
+
+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/gnome-unstable-i686/libcryptui.install (from rev 
194939, libcryptui/trunk/libcryptui.install)
===
--- gnome-unstable-i686/libcryptui.install  (rev 0)
+++ gnome-unstable-i686/libcryptui.install  2013-09-24 10:03:42 UTC (rev 
194940)
@@ -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
+}

Copied: libcryptui/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194939, 
libcryptui/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-24 10:03:42 UTC (rev 194940)
@@ -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=libcryptui
+pkgver=3.10.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=('ceeba7ebdcda768d671e9df9332b18d4f25edd1f4d91e86a241c3c1f3ffc6332')
+
+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/gnome-unstable-x86_64/libcryptui.install (from rev 
194939, libcryptui/trunk/libcryptui.install)
===
--- gnome-unstable-x86_64/libcryptui.install(rev 0)
+++ gnome-unstable-x86_64/libcryptui.install2013-09-24 10:03:42 UTC (rev 
194940)
@@ -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
+}



[arch-commits] Commit in libcryptui/trunk (PKGBUILD)

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 11:43:42
  Author: bgyorgy
Revision: 87351

upgpkg: libcryptui 3.8.0-1

Update to version 3.8.0

Modified:
  libcryptui/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 10:43:10 UTC (rev 87350)
+++ PKGBUILD2013-03-30 10:43:42 UTC (rev 87351)
@@ -2,18 +2,18 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=libcryptui
-pkgver=3.6.0
+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' 'libsm' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 
'dconf')
+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=('0a4a747fff33acd03d1381d27454f8aa5eaca026b7475e24c4b8f8272bbe1c87')
+sha256sums=('10eed96e33b6d7286795a7c678a5655a86ae099fb98d1f7211aa28aa636c0837')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-03-30 Thread Balló György
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'