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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:09:39
  Author: foutrelis
Revision: 267168

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

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

+
 /PKGBUILD  |   74 +++
 extra-i686/PKGBUILD|   38 -
 extra-i686/xfce4-time-out-plugin.install   |   13 
 extra-x86_64/PKGBUILD  |   38 -
 extra-x86_64/xfce4-time-out-plugin.install |   13 
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:09:28 UTC (rev 267167)
+++ extra-i686/PKGBUILD 2016-05-07 05:09:39 UTC (rev 267168)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Abhishek Dasgupta 
-
-pkgname=xfce4-time-out-plugin
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Take a break from your computer with this plugin for Xfce4"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin";
-groups=('xfce4-goodies')
-license=('GPL')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-time-out-plugin/repos/extra-i686/PKGBUILD (from rev 267167, 
xfce4-time-out-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:09:39 UTC (rev 267168)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Abhishek Dasgupta 
+
+pkgname=xfce4-time-out-plugin
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Take a break from your computer with this plugin for Xfce4"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin";
+groups=('xfce4-goodies')
+license=('GPL')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-time-out-plugin.install
===
--- extra-i686/xfce4-time-out-plugin.install2016-05-07 05:09:28 UTC (rev 
267167)
+++ extra-i686/xfce4-time-out-plugin.install2016-05-07 05:09:39 UTC (rev 
267168)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:09:28 UTC (rev 267167)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:09:39 UTC (rev 267168)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Abhishek Dasgupta 
-
-pkgname=xfce4-time-out-plugin
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Take a break from your computer with this plugin for Xfce4"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin";
-groups=('xfce4-goodies')
-license=('GPL')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexec

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

2015-03-01 Thread Evangelos Foutras
Date: Sunday, March 1, 2015 @ 12:24:50
  Author: foutrelis
Revision: 232286

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

Added:
  xfce4-time-out-plugin/repos/staging-i686/
  xfce4-time-out-plugin/repos/staging-i686/PKGBUILD
(from rev 232285, xfce4-time-out-plugin/trunk/PKGBUILD)
  xfce4-time-out-plugin/repos/staging-i686/xfce4-time-out-plugin.install
(from rev 232285, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
  xfce4-time-out-plugin/repos/staging-x86_64/
  xfce4-time-out-plugin/repos/staging-x86_64/PKGBUILD
(from rev 232285, xfce4-time-out-plugin/trunk/PKGBUILD)
  xfce4-time-out-plugin/repos/staging-x86_64/xfce4-time-out-plugin.install
(from rev 232285, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/xfce4-time-out-plugin.install   |   13 
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/xfce4-time-out-plugin.install |   13 
 4 files changed, 102 insertions(+)

Copied: xfce4-time-out-plugin/repos/staging-i686/PKGBUILD (from rev 232285, 
xfce4-time-out-plugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-01 11:24:50 UTC (rev 232286)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Abhishek Dasgupta 
+
+pkgname=xfce4-time-out-plugin
+pkgver=1.0.1
+pkgrel=5
+pkgdesc="Take a break from your computer with this plugin for Xfce4"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin";
+groups=('xfce4-goodies')
+license=('GPL')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e342f73315fa8176ac4fc321680a3959aa2e06fafed1ac78031fae64713a3db8')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-time-out-plugin/repos/staging-i686/xfce4-time-out-plugin.install 
(from rev 232285, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
===
--- staging-i686/xfce4-time-out-plugin.install  (rev 0)
+++ staging-i686/xfce4-time-out-plugin.install  2015-03-01 11:24:50 UTC (rev 
232286)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-time-out-plugin/repos/staging-x86_64/PKGBUILD (from rev 232285, 
xfce4-time-out-plugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-03-01 11:24:50 UTC (rev 232286)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Abhishek Dasgupta 
+
+pkgname=xfce4-time-out-plugin
+pkgver=1.0.1
+pkgrel=5
+pkgdesc="Take a break from your computer with this plugin for Xfce4"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin";
+groups=('xfce4-goodies')
+license=('GPL')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e342f73315fa8176ac4fc321680a3959aa2e06fafed1ac78031fae64713a3db8')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
xfce4-time-out-plugin/repos/staging-x86_64/xfce4-time-out-plugin.install (from 
rev 232285, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
===
--- staging-x86_64/xfce4-time-out-plugin.install
(rev 0)
+++ staging-x86_64/xfce4-time-out-plugin.install2015-03-01 11:24:50 UTC 
(rev 232286)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2012-04-28 Thread Allan McRae
Date: Saturday, April 28, 2012 @ 21:15:47
  Author: allan
Revision: 157587

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

Added:
  xfce4-time-out-plugin/repos/staging-i686/
  xfce4-time-out-plugin/repos/staging-i686/PKGBUILD
(from rev 157586, xfce4-time-out-plugin/trunk/PKGBUILD)
  xfce4-time-out-plugin/repos/staging-i686/xfce4-time-out-plugin.install
(from rev 157586, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
  xfce4-time-out-plugin/repos/staging-x86_64/
  xfce4-time-out-plugin/repos/staging-x86_64/PKGBUILD
(from rev 157586, xfce4-time-out-plugin/trunk/PKGBUILD)
  xfce4-time-out-plugin/repos/staging-x86_64/xfce4-time-out-plugin.install
(from rev 157586, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)

--+
 staging-i686/PKGBUILD|   35 +
 staging-i686/xfce4-time-out-plugin.install   |   11 +++
 staging-x86_64/PKGBUILD  |   35 +
 staging-x86_64/xfce4-time-out-plugin.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: xfce4-time-out-plugin/repos/staging-i686/PKGBUILD (from rev 157586, 
xfce4-time-out-plugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-29 01:15:47 UTC (rev 157587)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Abhishek Dasgupta 
+
+pkgname=xfce4-time-out-plugin
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Take a break from your computer with this plugin for XFCE4."
+arch=('i686' 'x86_64')
+url="http://xfce-goodies.berlios.de/";
+groups=('xfce4-goodies')
+license=('GPL')
+depends=('xfce4-panel>=4.7.0')
+makedepends=('intltool')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+md5sums=('b6e4a3145d31c341e2506fb17b014587')
+
+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
+}
+

Copied: xfce4-time-out-plugin/repos/staging-i686/xfce4-time-out-plugin.install 
(from rev 157586, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
===
--- staging-i686/xfce4-time-out-plugin.install  (rev 0)
+++ staging-i686/xfce4-time-out-plugin.install  2012-04-29 01:15:47 UTC (rev 
157587)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: xfce4-time-out-plugin/repos/staging-x86_64/PKGBUILD (from rev 157586, 
xfce4-time-out-plugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-04-29 01:15:47 UTC (rev 157587)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Abhishek Dasgupta 
+
+pkgname=xfce4-time-out-plugin
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Take a break from your computer with this plugin for XFCE4."
+arch=('i686' 'x86_64')
+url="http://xfce-goodies.berlios.de/";
+groups=('xfce4-goodies')
+license=('GPL')
+depends=('xfce4-panel>=4.7.0')
+makedepends=('intltool')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+md5sums=('b6e4a3145d31c341e2506fb17b014587')
+
+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
+}
+

Copied: 
xfce4-time-out-plugin/repos/staging-x86_64/xfce4-time-out-plugin.install (from 
rev 157586, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
===
--- staging-x86_64/xfce4-time-out-plugin.install
(rev 0)
+++ staging-x86_64/xfce4-time-out-plugin.install2012-04-29 01:15:47 UTC 
(rev 157587)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}