[arch-commits] Commit in xfce4-xkb-plugin/repos (6 files)

2015-03-10 Thread Evangelos Foutras
Date: Tuesday, March 10, 2015 @ 19:23:29
  Author: foutrelis
Revision: 233327

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

Added:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
(from rev 233326, xfce4-xkb-plugin/trunk/PKGBUILD)
  xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin.install
(from rev 233326, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD
(from rev 233326, xfce4-xkb-plugin/trunk/PKGBUILD)
  xfce4-xkb-plugin/repos/extra-x86_64/xfce4-xkb-plugin.install
(from rev 233326, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
Deleted:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   40 ---
 extra-i686/xfce4-xkb-plugin.install   |   11 
 extra-x86_64/PKGBUILD |   40 ---
 extra-x86_64/xfce4-xkb-plugin.install |   11 
 5 files changed, 104 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-10 18:23:19 UTC (rev 233326)
+++ extra-i686/PKGBUILD 2015-03-10 18:23:29 UTC (rev 233327)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-xkb-plugin
-pkgver=0.7.1
-pkgrel=1
-pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
-license=('custom')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxklavier' 'librsvg')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-i686/PKGBUILD (from rev 233326, 
xfce4-xkb-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-10 18:23:29 UTC (rev 233327)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-xkb-plugin
+pkgver=0.7.1
+pkgrel=2
+pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
+license=('custom')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxklavier' 'librsvg')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin.install (from rev 
233326, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
===
--- extra-i686/xfce4-xkb-plugin.install (rev 0)
+++ extra-i686/xfce4-xkb-plugin.install 2015-03-10 18:23:29 UTC (rev 233327)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  if (($(vercmp $2 0.7.1-2)  0)); then
+echo ':: Keyboard layouts are now configured through 
xfce4-keyboard-settings'
+echo '   and managed by xfsettingsd. This plugin now only acts as a layout'
+echo '   indicator and manages per window/application layout preferences.'
+echo
+echo '   You will need to reconfigure the keyboard layouts on your next 
login.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-10 18:23:19 UTC (rev 233326)
+++ extra-x86_64/PKGBUILD   2015-03-10 18:23:29 UTC (rev 233327)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR 

[arch-commits] Commit in xfce4-xkb-plugin/repos (6 files)

2013-05-14 Thread Evangelos Foutras
Date: Tuesday, May 14, 2013 @ 10:06:15
  Author: foutrelis
Revision: 185421

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

Added:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
(from rev 185420, xfce4-xkb-plugin/trunk/PKGBUILD)
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD
(from rev 185420, xfce4-xkb-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
  
xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD
  
xfce4-xkb-plugin/repos/extra-x86_64/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch

-+
 /PKGBUILD   |   82 
++
 extra-i686/PKGBUILD |   46 
-
 extra-i686/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch   |   59 
---
 extra-x86_64/PKGBUILD   |   46 
-
 extra-x86_64/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch |   59 
---
 5 files changed, 82 insertions(+), 210 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-14 08:06:05 UTC (rev 185420)
+++ extra-i686/PKGBUILD 2013-05-14 08:06:15 UTC (rev 185421)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-xkb-plugin
-pkgver=0.5.4.3
-pkgrel=3
-pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
-license=('custom')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxklavier' 'librsvg')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.5/$pkgname-$pkgver.tar.bz2
-xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch)
-sha256sums=('ca4801bb2edfe04eeceb71879b3cf79a0674e8311c39117efdb9d3521307396d'
-'f5e6e5964df897045ed8c3443f632033689409459acdc54c0351264edc11b4ce')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # https://bugs.archlinux.org/task/31880
-  patch -Np1 -i 
$srcdir/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-i686/PKGBUILD (from rev 185420, 
xfce4-xkb-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-14 08:06:15 UTC (rev 185421)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-xkb-plugin
+pkgver=0.5.5
+pkgrel=1
+pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
+license=('custom')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxklavier' 'librsvg')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.5/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c97306298b0c804d4797c431bb9b698f123c0437ec845930bf938dc5d24ea8c9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch
===
--- extra-i686/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch   
2013-05-14 08:06:05 UTC (rev 185420)
+++ extra-i686/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch   
2013-05-14 08:06:15 UTC (rev 185421)
@@ -1,59 +0,0 @@
-From ac73bc9de624d322b318c2eda0ace7f0bee97a64 Mon Sep 17 00:00:00 2001
-From: Igor Slepchin igor.slepc...@gmail.com
-Date: Thu, 19 Jul 2012 05:59:40 +
-Subject: Fix memory corruption.
-
-g_free(c) in the original code was freeing memory at the pointer
-that was incremented a few times since the allocation.
-
-This is similar to ubuntu bug #899290 and fedora bug 589898.

-diff --git a/panel-plugin/xkb-util.c 

[arch-commits] Commit in xfce4-xkb-plugin/repos (6 files)

2012-10-15 Thread Evangelos Foutras
Date: Monday, October 15, 2012 @ 10:42:49
  Author: foutrelis
Revision: 168753

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

Added:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
(from rev 168752, xfce4-xkb-plugin/trunk/PKGBUILD)
  
xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch
(from rev 168752, 
xfce4-xkb-plugin/trunk/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch)
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD
(from rev 168752, xfce4-xkb-plugin/trunk/PKGBUILD)
  
xfce4-xkb-plugin/repos/extra-x86_64/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch
(from rev 168752, 
xfce4-xkb-plugin/trunk/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch)
Deleted:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD

-+
 extra-i686/PKGBUILD |   80 
+-
 extra-i686/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch   |   59 
+++
 extra-x86_64/PKGBUILD   |   80 
+-
 extra-x86_64/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch |   59 
+++
 4 files changed, 210 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-15 14:42:29 UTC (rev 168752)
+++ extra-i686/PKGBUILD 2012-10-15 14:42:49 UTC (rev 168753)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-xkb-plugin
-pkgver=0.5.4.3
-pkgrel=2
-pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxklavier=5.0' 'librsvg')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4dc42f96dc16a3bd78f86454ea3a931464e18497')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xfce4-xkb-plugin/repos/extra-i686/PKGBUILD (from rev 168752, 
xfce4-xkb-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-15 14:42:49 UTC (rev 168753)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-xkb-plugin
+pkgver=0.5.4.3
+pkgrel=3
+pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
+license=('custom')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxklavier' 'librsvg')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.5/$pkgname-$pkgver.tar.bz2
+xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch)
+sha256sums=('ca4801bb2edfe04eeceb71879b3cf79a0674e8311c39117efdb9d3521307396d'
+'f5e6e5964df897045ed8c3443f632033689409459acdc54c0351264edc11b4ce')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # https://bugs.archlinux.org/task/31880
+  patch -Np1 -i 
$srcdir/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch
 (from rev 168752, 
xfce4-xkb-plugin/trunk/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch)
===
--- extra-i686/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch   
(rev 0)
+++ extra-i686/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch   
2012-10-15 14:42:49 UTC (rev 168753)
@@ -0,0 +1,59 @@
+From ac73bc9de624d322b318c2eda0ace7f0bee97a64 Mon Sep 17 00:00:00 2001
+From: Igor Slepchin igor.slepc...@gmail.com
+Date: Thu, 19 Jul 2012 05:59:40 +
+Subject: Fix memory corruption.
+
+g_free(c) in the original code was freeing memory at the