[arch-commits] Commit in bamf/repos/community-i686 (4 files)
Maxime Gauduin
alucryd at archlinux.org
Wed Nov 2 10:27:07 UTC 2016
Date: Wednesday, November 2, 2016 @ 10:27:06
Author: alucryd
Revision: 194368
archrelease: copy trunk to community-i686
Added:
bamf/repos/community-i686/PKGBUILD
(from rev 194367, bamf/trunk/PKGBUILD)
bamf/repos/community-i686/fix-legacy-window-test.patch
(from rev 194367, bamf/trunk/fix-legacy-window-test.patch)
Deleted:
bamf/repos/community-i686/PKGBUILD
bamf/repos/community-i686/fix-legacy-window-test.patch
------------------------------+
PKGBUILD | 80 +++++++++++++++++++++--------------------
fix-legacy-window-test.patch | 48 ++++++++++++------------
2 files changed, 65 insertions(+), 63 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-02 10:26:54 UTC (rev 194367)
+++ PKGBUILD 2016-11-02 10:27:06 UTC (rev 194368)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail.com>
-
-pkgname=bamf
-pkgver=0.5.3
-pkgrel=1
-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")
-sha256sums=('340d7b5a463afcd33135ae73a7e4cf6a93a4daaf6f72b70abc09dc66d18a3b14')
-
-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
- make
-}
-
-package() {
- cd bamf-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: bamf/repos/community-i686/PKGBUILD (from rev 194367, bamf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-11-02 10:27:06 UTC (rev 194368)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail.com>
+
+pkgname=bamf
+pkgver=0.5.3
+pkgrel=1
+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})
+sha256sums=('340d7b5a463afcd33135ae73a7e4cf6a93a4daaf6f72b70abc09dc66d18a3b14'
+ 'SKIP')
+validgpgkeys=('45B1103FB93ACBD90296DBCAE83D089481836EBF') # Marco Trevisan
+
+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
+ make
+}
+
+package() {
+ cd bamf-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: fix-legacy-window-test.patch
===================================================================
--- fix-legacy-window-test.patch 2016-11-02 10:26:54 UTC (rev 194367)
+++ fix-legacy-window-test.patch 2016-11-02 10:27:06 UTC (rev 194368)
@@ -1,24 +0,0 @@
---- 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-i686/fix-legacy-window-test.patch (from rev 194367, bamf/trunk/fix-legacy-window-test.patch)
===================================================================
--- fix-legacy-window-test.patch (rev 0)
+++ fix-legacy-window-test.patch 2016-11-02 10:27:06 UTC (rev 194368)
@@ -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