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

Evangelos Foutras foutrelis at archlinux.org
Fri Sep 8 21:32:43 UTC 2017


    Date: Friday, September 8, 2017 @ 21:32:41
  Author: foutrelis
Revision: 305076

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

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

---------------------------------------+
 /PKGBUILD                             |   78 ++++++++++++++++++++++++++++++++
 /xfce4-xkb-plugin.install             |   40 ++++++++++++++++
 extra-i686/PKGBUILD                   |   39 ----------------
 extra-i686/xfce4-xkb-plugin.install   |   20 --------
 extra-x86_64/PKGBUILD                 |   39 ----------------
 extra-x86_64/xfce4-xkb-plugin.install |   20 --------
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-09-08 21:32:28 UTC (rev 305075)
+++ extra-i686/PKGBUILD	2017-09-08 21:32:41 UTC (rev 305076)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-xkb-plugin
-pkgver=0.8.0
-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' 'libwnck3')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3b0d3b9f4b7c3e3e7be668e2f7c845b89b16e0ed3db2bacb544a17272682ced0')
-
-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 305075, xfce4-xkb-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-09-08 21:32:41 UTC (rev 305076)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-xkb-plugin
+pkgver=0.8.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' 'libwnck3')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c19ecf126201deb6148741c521124771ad396adc874471512ab5ffe1946567a1')
+
+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.install
===================================================================
--- extra-i686/xfce4-xkb-plugin.install	2017-09-08 21:32:28 UTC (rev 305075)
+++ extra-i686/xfce4-xkb-plugin.install	2017-09-08 21:32:41 UTC (rev 305076)
@@ -1,20 +0,0 @@
-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
-
-  if (($(vercmp $2 0.8.0-1) < 0)); then
-    echo ':: Starting with version 0.8.0, xfce4-xkb-plugin stores its settings'
-    echo '   in Xfconf instead of a configuration file. Settings from previous'
-    echo '   versions are not migrated over, and the panel plugin itself might'
-    echo '   disappear upon restarting the panel.'
-    echo
-    echo '   You need to re-add the xkb plugin to your panel and reconfigure it.'
-  fi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin.install (from rev 305075, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
===================================================================
--- extra-i686/xfce4-xkb-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-xkb-plugin.install	2017-09-08 21:32:41 UTC (rev 305076)
@@ -0,0 +1,20 @@
+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
+
+  if (($(vercmp $2 0.8.0-1) < 0)); then
+    echo ':: Starting with version 0.8.0, xfce4-xkb-plugin stores its settings'
+    echo '   in Xfconf instead of a configuration file. Settings from previous'
+    echo '   versions are not migrated over, and the panel plugin itself might'
+    echo '   disappear upon restarting the panel.'
+    echo
+    echo '   You need to re-add the xkb plugin to your panel and reconfigure it.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-09-08 21:32:28 UTC (rev 305075)
+++ extra-x86_64/PKGBUILD	2017-09-08 21:32:41 UTC (rev 305076)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-xkb-plugin
-pkgver=0.8.0
-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' 'libwnck3')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3b0d3b9f4b7c3e3e7be668e2f7c845b89b16e0ed3db2bacb544a17272682ced0')
-
-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-x86_64/PKGBUILD (from rev 305075, xfce4-xkb-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-09-08 21:32:41 UTC (rev 305076)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-xkb-plugin
+pkgver=0.8.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' 'libwnck3')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c19ecf126201deb6148741c521124771ad396adc874471512ab5ffe1946567a1')
+
+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-x86_64/xfce4-xkb-plugin.install
===================================================================
--- extra-x86_64/xfce4-xkb-plugin.install	2017-09-08 21:32:28 UTC (rev 305075)
+++ extra-x86_64/xfce4-xkb-plugin.install	2017-09-08 21:32:41 UTC (rev 305076)
@@ -1,20 +0,0 @@
-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
-
-  if (($(vercmp $2 0.8.0-1) < 0)); then
-    echo ':: Starting with version 0.8.0, xfce4-xkb-plugin stores its settings'
-    echo '   in Xfconf instead of a configuration file. Settings from previous'
-    echo '   versions are not migrated over, and the panel plugin itself might'
-    echo '   disappear upon restarting the panel.'
-    echo
-    echo '   You need to re-add the xkb plugin to your panel and reconfigure it.'
-  fi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-x86_64/xfce4-xkb-plugin.install (from rev 305075, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
===================================================================
--- extra-x86_64/xfce4-xkb-plugin.install	                        (rev 0)
+++ extra-x86_64/xfce4-xkb-plugin.install	2017-09-08 21:32:41 UTC (rev 305076)
@@ -0,0 +1,20 @@
+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
+
+  if (($(vercmp $2 0.8.0-1) < 0)); then
+    echo ':: Starting with version 0.8.0, xfce4-xkb-plugin stores its settings'
+    echo '   in Xfconf instead of a configuration file. Settings from previous'
+    echo '   versions are not migrated over, and the panel plugin itself might'
+    echo '   disappear upon restarting the panel.'
+    echo
+    echo '   You need to re-add the xkb plugin to your panel and reconfigure it.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list