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

Maxime Gauduin alucryd at nymeria.archlinux.org
Sun May 18 09:20:45 UTC 2014


    Date: Sunday, May 18, 2014 @ 11:20:45
  Author: alucryd
Revision: 111406

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

Added:
  bamf/repos/community-staging-i686/
  bamf/repos/community-staging-i686/PKGBUILD
    (from rev 111405, bamf/trunk/PKGBUILD)
  bamf/repos/community-staging-i686/fix-legacy-window-test.patch
    (from rev 111405, bamf/trunk/fix-legacy-window-test.patch)
  bamf/repos/community-staging-x86_64/
  bamf/repos/community-staging-x86_64/PKGBUILD
    (from rev 111405, bamf/trunk/PKGBUILD)
  bamf/repos/community-staging-x86_64/fix-legacy-window-test.patch
    (from rev 111405, bamf/trunk/fix-legacy-window-test.patch)

-------------------------------------------------------+
 community-staging-i686/PKGBUILD                       |   40 ++++++++++++++++
 community-staging-i686/fix-legacy-window-test.patch   |   24 +++++++++
 community-staging-x86_64/PKGBUILD                     |   40 ++++++++++++++++
 community-staging-x86_64/fix-legacy-window-test.patch |   24 +++++++++
 4 files changed, 128 insertions(+)

Copied: bamf/repos/community-staging-i686/PKGBUILD (from rev 111405, bamf/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-05-18 09:20:45 UTC (rev 111406)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=bamf
+pkgver=0.5.0
+pkgrel=3
+pkgdesc='Application matching framework'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/bamf'
+license=('GPL')
+depends=('libgtop' 'libwnck3')
+makedepends=('gobject-introspection' 'python2-lxml' 'vala')
+source=("http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
+        'fix-legacy-window-test.patch')
+sha256sums=('93b1acced96d32b36270cf18feb2761014ce2226814303c632448f717a8f9113'
+            '0d052f6d654ae86d14d7f73c428237b9410d11986ee1112d988a7ffe1df0988e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np0 -i ../fix-legacy-window-test.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export PYTHON='/usr/bin/python2'
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' \
+              --libexecdir="/usr/lib/${pkgname}" --disable-{static,webapps}
+  make
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: bamf/repos/community-staging-i686/fix-legacy-window-test.patch (from rev 111405, bamf/trunk/fix-legacy-window-test.patch)
===================================================================
--- community-staging-i686/fix-legacy-window-test.patch	                        (rev 0)
+++ community-staging-i686/fix-legacy-window-test.patch	2014-05-18 09:20:45 UTC (rev 111406)
@@ -0,0 +1,24 @@
+--- src/bamf-legacy-window-test.c	2013-08-08 12:32:39 +0000
++++ src/bamf-legacy-window-test.c	2014-01-07 19:15:14 +0000
+@@ -427,7 +427,7 @@
+   g_return_if_fail (BAMF_IS_LEGACY_WINDOW_TEST (window));
+   BamfLegacyWindowTest *self = BAMF_LEGACY_WINDOW_TEST (window);
+ 
+-  return g_hash_table_insert (self->hints, g_strdup (name), g_strdup (value));
++  g_hash_table_insert (self->hints, g_strdup (name), g_strdup (value));
+ }
+ 
+ static char *
+
+=== modified file 'src/bamf-view.c'
+--- src/bamf-view.c	2013-07-31 00:11:27 +0000
++++ src/bamf-view.c	2014-01-09 16:24:53 +0000
+@@ -88,6 +88,7 @@
+   gboolean active = bamf_view_is_active (self);
+ 
+   g_signal_emit_by_name (self, "active-changed", active);
++  self->priv->active_changed_idle = 0;
+ 
+   return FALSE;
+ }
+

Copied: bamf/repos/community-staging-x86_64/PKGBUILD (from rev 111405, bamf/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-05-18 09:20:45 UTC (rev 111406)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=bamf
+pkgver=0.5.0
+pkgrel=3
+pkgdesc='Application matching framework'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/bamf'
+license=('GPL')
+depends=('libgtop' 'libwnck3')
+makedepends=('gobject-introspection' 'python2-lxml' 'vala')
+source=("http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
+        'fix-legacy-window-test.patch')
+sha256sums=('93b1acced96d32b36270cf18feb2761014ce2226814303c632448f717a8f9113'
+            '0d052f6d654ae86d14d7f73c428237b9410d11986ee1112d988a7ffe1df0988e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np0 -i ../fix-legacy-window-test.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export PYTHON='/usr/bin/python2'
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' \
+              --libexecdir="/usr/lib/${pkgname}" --disable-{static,webapps}
+  make
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: bamf/repos/community-staging-x86_64/fix-legacy-window-test.patch (from rev 111405, bamf/trunk/fix-legacy-window-test.patch)
===================================================================
--- community-staging-x86_64/fix-legacy-window-test.patch	                        (rev 0)
+++ community-staging-x86_64/fix-legacy-window-test.patch	2014-05-18 09:20:45 UTC (rev 111406)
@@ -0,0 +1,24 @@
+--- src/bamf-legacy-window-test.c	2013-08-08 12:32:39 +0000
++++ src/bamf-legacy-window-test.c	2014-01-07 19:15:14 +0000
+@@ -427,7 +427,7 @@
+   g_return_if_fail (BAMF_IS_LEGACY_WINDOW_TEST (window));
+   BamfLegacyWindowTest *self = BAMF_LEGACY_WINDOW_TEST (window);
+ 
+-  return g_hash_table_insert (self->hints, g_strdup (name), g_strdup (value));
++  g_hash_table_insert (self->hints, g_strdup (name), g_strdup (value));
+ }
+ 
+ static char *
+
+=== modified file 'src/bamf-view.c'
+--- src/bamf-view.c	2013-07-31 00:11:27 +0000
++++ src/bamf-view.c	2014-01-09 16:24:53 +0000
+@@ -88,6 +88,7 @@
+   gboolean active = bamf_view_is_active (self);
+ 
+   g_signal_emit_by_name (self, "active-changed", active);
++  self->priv->active_changed_idle = 0;
+ 
+   return FALSE;
+ }
+




More information about the arch-commits mailing list