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

2016-06-13 Thread Jan de Groot
Date: Monday, June 13, 2016 @ 14:44:43
  Author: jgc
Revision: 269442

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

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

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   34 
 extra-i686/seahorse.install   |   16 -
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/seahorse.install |   16 -
 5 files changed, 66 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-13 12:44:34 UTC (rev 269441)
+++ extra-i686/PKGBUILD 2016-06-13 12:44:43 UTC (rev 269442)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Michel Brabants 
-
-pkgname=seahorse
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="GNOME application for managing PGP keys."
-arch=(i686 x86_64)
-license=(GPL)
-url="http://projects.gnome.org/seahorse/;
-depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme)
-makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
-optdepends=('openssh: SSH support')
-provides=(x11-ssh-askpass)
-options=('!emptydirs')
-groups=(gnome-extra)
-install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --enable-ldap --enable-hkp \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: seahorse/repos/extra-i686/PKGBUILD (from rev 269441, 
seahorse/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-13 12:44:43 UTC (rev 269442)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Michel Brabants 
+
+pkgname=seahorse
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="GNOME application for managing PGP keys."
+arch=(i686 x86_64)
+license=(GPL)
+url="http://projects.gnome.org/seahorse/;
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme 
gnome-keyring)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala)
+optdepends=('openssh: SSH support')
+provides=(x11-ssh-askpass)
+options=('!emptydirs')
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/seahorse.install
===
--- extra-i686/seahorse.install 2016-06-13 12:44:34 UTC (rev 269441)
+++ extra-i686/seahorse.install 2016-06-13 12:44:43 UTC (rev 269442)
@@ -1,16 +0,0 @@
-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
-}
-
-post_upgrade() {
-  post_install
-  if [[ $(vercmp 3.18.0-2 "$2") -eq 1 ]]; then
-echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
-  fi
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-13 12:44:34 UTC (rev 269441)
+++ extra-x86_64/PKGBUILD   2016-06-13 12:44:43 UTC (rev 269442)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Michel Brabants 
-
-pkgname=seahorse
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="GNOME application for managing PGP keys."
-arch=(i686 x86_64)
-license=(GPL)
-url="http://projects.gnome.org/seahorse/;
-depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme)
-makedepends=(libldap intltool yelp-tools 

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

2016-03-25 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 14:10:20
  Author: jgc
Revision: 262537

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

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

+
 gnome-unstable-i686/PKGBUILD   |   34 +++
 gnome-unstable-i686/seahorse.install   |   16 ++
 gnome-unstable-x86_64/PKGBUILD |   34 +++
 gnome-unstable-x86_64/seahorse.install |   16 ++
 4 files changed, 100 insertions(+)

Copied: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 262536, 
seahorse/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-25 13:10:20 UTC (rev 262537)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Michel Brabants 
+
+pkgname=seahorse
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="GNOME application for managing PGP keys."
+arch=(i686 x86_64)
+license=(GPL)
+url="http://projects.gnome.org/seahorse/;
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
+optdepends=('openssh: SSH support')
+provides=(x11-ssh-askpass)
+options=('!emptydirs')
+groups=(gnome-extra)
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: seahorse/repos/gnome-unstable-i686/seahorse.install (from rev 262536, 
seahorse/trunk/seahorse.install)
===
--- gnome-unstable-i686/seahorse.install(rev 0)
+++ gnome-unstable-i686/seahorse.install2016-03-25 13:10:20 UTC (rev 
262537)
@@ -0,0 +1,16 @@
+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
+}
+
+post_upgrade() {
+  post_install
+  if [[ $(vercmp 3.18.0-2 "$2") -eq 1 ]]; then
+echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
+  fi
+}
+
+post_remove() {
+  post_install
+}

Copied: seahorse/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262536, 
seahorse/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-25 13:10:20 UTC (rev 262537)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Michel Brabants 
+
+pkgname=seahorse
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="GNOME application for managing PGP keys."
+arch=(i686 x86_64)
+license=(GPL)
+url="http://projects.gnome.org/seahorse/;
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
+optdepends=('openssh: SSH support')
+provides=(x11-ssh-askpass)
+options=('!emptydirs')
+groups=(gnome-extra)
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: seahorse/repos/gnome-unstable-x86_64/seahorse.install (from rev 262536, 
seahorse/trunk/seahorse.install)
===
--- gnome-unstable-x86_64/seahorse.install  (rev 0)
+++ gnome-unstable-x86_64/seahorse.install  2016-03-25 13:10:20 UTC (rev 

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

2011-09-02 Thread Ionut Biru
Date: Friday, September 2, 2011 @ 10:51:00
  Author: ibiru
Revision: 136875

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

Added:
  seahorse/repos/gnome-unstable-i686/
  seahorse/repos/gnome-unstable-i686/PKGBUILD
(from rev 136873, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-i686/seahorse.install
(from rev 136873, seahorse/trunk/seahorse.install)
  seahorse/repos/gnome-unstable-x86_64/
  seahorse/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136873, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-x86_64/seahorse.install
(from rev 136874, seahorse/trunk/seahorse.install)

+
 gnome-unstable-i686/PKGBUILD   |   34 +++
 gnome-unstable-i686/seahorse.install   |   21 +++
 gnome-unstable-x86_64/PKGBUILD |   34 +++
 gnome-unstable-x86_64/seahorse.install |   21 +++
 4 files changed, 110 insertions(+)

Copied: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 136873, 
seahorse/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-02 14:51:00 UTC (rev 136875)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.1.90
+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')
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e866d3dd46d3e1e303bc76fa47073a0fb48b8825fe9839157ac37916e4cd19a2')
+
+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
+}

Copied: seahorse/repos/gnome-unstable-i686/seahorse.install (from rev 136873, 
seahorse/trunk/seahorse.install)
===
--- gnome-unstable-i686/seahorse.install(rev 0)
+++ gnome-unstable-i686/seahorse.install2011-09-02 14:51:00 UTC (rev 
136875)
@@ -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
+}

Copied: seahorse/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136873, 
seahorse/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-02 14:51:00 UTC (rev 136875)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.1.90
+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')
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e866d3dd46d3e1e303bc76fa47073a0fb48b8825fe9839157ac37916e4cd19a2')
+
+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
+}

Copied: seahorse/repos/gnome-unstable-x86_64/seahorse.install (from rev 136874, 
seahorse/trunk/seahorse.install)
===
--- 

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

2011-03-07 Thread Ionut Biru
Date: Monday, March 7, 2011 @ 07:51:47
  Author: ibiru
Revision: 112875

libnotify 0.7 rebuild

Added:
  seahorse/repos/staging-i686/
  seahorse/repos/staging-i686/seahorse-2.32.0-libnotify-0.7.patch
  seahorse/repos/staging-x86_64/
  seahorse/repos/staging-x86_64/seahorse-2.32.0-libnotify-0.7.patch
Modified:
  seahorse/repos/staging-i686/PKGBUILD
  seahorse/repos/staging-x86_64/PKGBUILD

+
 PKGBUILD   |   22 ++--
 staging-i686/seahorse-2.32.0-libnotify-0.7.patch   |   26 +++
 staging-x86_64/seahorse-2.32.0-libnotify-0.7.patch |   26 +++
 3 files changed, 66 insertions(+), 8 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 11:46:14 UTC (rev 112871)
+++ staging-i686/PKGBUILD   2011-03-07 12:51:47 UTC (rev 112875)
@@ -4,21 +4,24 @@
 
 pkgname=seahorse
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME application for managing PGP keys.
 arch=(i686 x86_64)
 license=('GPL')
 url=http://projects.gnome.org/seahorse/;
-depends=('libgnome-keyring=2.32.0' 'avahi=0.6.27' 'libnotify=0.4.5' 
'libsoup=2.32.0' 'gpgme=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf=2.32.0' 'gnome-keyring')
+depends=('libgnome-keyring=2.32.0' 'avahi=0.6.27' 'libnotify=0.7.1' 
'libsoup=2.32.0' 'gpgme=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf=2.32.0' 'gnome-keyring')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils=0.20.1' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.32/seahorse-${pkgver}.tar.bz2)
-sha256sums=('f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d')
+source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.32/seahorse-${pkgver}.tar.bz2
+seahorse-2.32.0-libnotify-0.7.patch)
+sha256sums=('f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d'
+'8f7b2fc0ad1cb572de3c31ed694e5131e8ec6373e9f3e202d98858a12902c467')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/seahorse-2.32.0-libnotify-0.7.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --enable-ldap --enable-hkp \

Added: staging-i686/seahorse-2.32.0-libnotify-0.7.patch
===
--- staging-i686/seahorse-2.32.0-libnotify-0.7.patch
(rev 0)
+++ staging-i686/seahorse-2.32.0-libnotify-0.7.patch2011-03-07 12:51:47 UTC 
(rev 112875)
@@ -0,0 +1,26 @@
+--- libseahorse/seahorse-notification.c
 libseahorse/seahorse-notification.c
+@@ -37,6 +37,9 @@
+ 
+ #ifdef HAVE_LIBNOTIFY
+ #include libnotify/notify.h
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
+ #endif
+ 
+ /* 
-
+@@ -231,7 +234,12 @@
+ heading = format_key_text (snotif-heading);
+ message = format_key_text (snotif-message);
+ 
+-notif = notify_notification_new (heading, message, snotif-icon, 
attachto);
++notif = notify_notification_new (heading, message, snotif-icon
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++);
++#else
++, attachto);
++#endif
+ 
+ g_free (heading);
+ g_free (message);

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-07 11:46:14 UTC (rev 112871)
+++ staging-x86_64/PKGBUILD 2011-03-07 12:51:47 UTC (rev 112875)
@@ -4,21 +4,24 @@
 
 pkgname=seahorse
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME application for managing PGP keys.
 arch=(i686 x86_64)
 license=('GPL')
 url=http://projects.gnome.org/seahorse/;
-depends=('libgnome-keyring=2.32.0' 'avahi=0.6.27' 'libnotify=0.4.5' 
'libsoup=2.32.0' 'gpgme=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf=2.32.0' 'gnome-keyring')
+depends=('libgnome-keyring=2.32.0' 'avahi=0.6.27' 'libnotify=0.7.1' 
'libsoup=2.32.0' 'gpgme=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf=2.32.0' 'gnome-keyring')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils=0.20.1' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.32/seahorse-${pkgver}.tar.bz2)
-sha256sums=('f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d')
+source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.32/seahorse-${pkgver}.tar.bz2
+seahorse-2.32.0-libnotify-0.7.patch)
+sha256sums=('f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d'
+'8f7b2fc0ad1cb572de3c31ed694e5131e8ec6373e9f3e202d98858a12902c467')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch