[arch-commits] Commit in xfce4-wavelan-plugin/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Mon Jun 30 09:20:01 UTC 2014
Date: Monday, June 30, 2014 @ 11:20:01
Author: fyan
Revision: 215696
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-wavelan-plugin/repos/extra-i686/PKGBUILD
(from rev 215695, xfce4-wavelan-plugin/trunk/PKGBUILD)
xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215695, xfce4-wavelan-plugin/trunk/PKGBUILD)
Deleted:
xfce4-wavelan-plugin/repos/extra-i686/PKGBUILD
xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 34 ------------------------
extra-x86_64/PKGBUILD | 34 ------------------------
3 files changed, 68 insertions(+), 68 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-06-30 09:19:05 UTC (rev 215695)
+++ extra-i686/PKGBUILD 2014-06-30 09:20:01 UTC (rev 215696)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-wavelan-plugin
-pkgver=0.5.11
-pkgrel=1
-pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'net-tools')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('50514bb286f1ed6761a1b36832bb7fe3')
-
-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-wavelan-plugin/repos/extra-i686/PKGBUILD (from rev 215695, xfce4-wavelan-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 09:20:01 UTC (rev 215696)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-wavelan-plugin
+pkgver=0.5.11
+pkgrel=2
+pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'net-tools')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('50514bb286f1ed6761a1b36832bb7fe3')
+
+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"
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-06-30 09:19:05 UTC (rev 215695)
+++ extra-x86_64/PKGBUILD 2014-06-30 09:20:01 UTC (rev 215696)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-wavelan-plugin
-pkgver=0.5.11
-pkgrel=1
-pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'net-tools')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('50514bb286f1ed6761a1b36832bb7fe3')
-
-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-wavelan-plugin/repos/extra-x86_64/PKGBUILD (from rev 215695, xfce4-wavelan-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-06-30 09:20:01 UTC (rev 215696)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-wavelan-plugin
+pkgver=0.5.11
+pkgrel=2
+pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'net-tools')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('50514bb286f1ed6761a1b36832bb7fe3')
+
+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"
+}
More information about the arch-commits
mailing list