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

Jan de Groot jgc at archlinux.org
Thu Sep 28 10:41:00 UTC 2017


    Date: Thursday, September 28, 2017 @ 10:41:00
  Author: jgc
Revision: 260751

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

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

-------------------------------------------------------+
 community-testing-i686/PKGBUILD                       |   42 ++++++++++++++++
 community-testing-i686/fix-legacy-window-test.patch   |   24 +++++++++
 community-testing-x86_64/PKGBUILD                     |   42 ++++++++++++++++
 community-testing-x86_64/fix-legacy-window-test.patch |   24 +++++++++
 4 files changed, 132 insertions(+)

Copied: bamf/repos/community-testing-i686/PKGBUILD (from rev 260750, bamf/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-09-28 10:41:00 UTC (rev 260751)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail.com>
+
+pkgname=bamf
+pkgver=0.5.3
+pkgrel=2
+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=("https://launchpad.net/bamf/${pkgver%.*}/${pkgver}/+download/bamf-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('45B1103FB93ACBD90296DBCAE83D089481836EBF') # Marco Trevisan
+sha256sums=('340d7b5a463afcd33135ae73a7e4cf6a93a4daaf6f72b70abc09dc66d18a3b14'
+            'SKIP')
+
+build() {
+  cd bamf-${pkgver}
+
+  export PYTHON='/usr/bin/python2'
+  export CFLAGS="$CFLAGS -Wno-deprecated-declarations"
+
+  ./configure \
+    --prefix='/usr' \
+    --libexecdir='/usr/lib' \
+    --localstatedir='/var' \
+    --sysconfdir='/etc' \
+    --disable-static \
+    --disable-webapps
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd bamf-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: bamf/repos/community-testing-i686/fix-legacy-window-test.patch (from rev 260750, bamf/trunk/fix-legacy-window-test.patch)
===================================================================
--- community-testing-i686/fix-legacy-window-test.patch	                        (rev 0)
+++ community-testing-i686/fix-legacy-window-test.patch	2017-09-28 10:41:00 UTC (rev 260751)
@@ -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-testing-x86_64/PKGBUILD (from rev 260750, bamf/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-09-28 10:41:00 UTC (rev 260751)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail.com>
+
+pkgname=bamf
+pkgver=0.5.3
+pkgrel=2
+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=("https://launchpad.net/bamf/${pkgver%.*}/${pkgver}/+download/bamf-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('45B1103FB93ACBD90296DBCAE83D089481836EBF') # Marco Trevisan
+sha256sums=('340d7b5a463afcd33135ae73a7e4cf6a93a4daaf6f72b70abc09dc66d18a3b14'
+            'SKIP')
+
+build() {
+  cd bamf-${pkgver}
+
+  export PYTHON='/usr/bin/python2'
+  export CFLAGS="$CFLAGS -Wno-deprecated-declarations"
+
+  ./configure \
+    --prefix='/usr' \
+    --libexecdir='/usr/lib' \
+    --localstatedir='/var' \
+    --sysconfdir='/etc' \
+    --disable-static \
+    --disable-webapps
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd bamf-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: bamf/repos/community-testing-x86_64/fix-legacy-window-test.patch (from rev 260750, bamf/trunk/fix-legacy-window-test.patch)
===================================================================
--- community-testing-x86_64/fix-legacy-window-test.patch	                        (rev 0)
+++ community-testing-x86_64/fix-legacy-window-test.patch	2017-09-28 10:41:00 UTC (rev 260751)
@@ -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