[arch-commits] Commit in xfce4-time-out-plugin/trunk (2 files)

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

upgpkg: xfce4-time-out-plugin 1.0.2-2

Remove install file.

Modified:
  xfce4-time-out-plugin/trunk/PKGBUILD
Deleted:
  xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install

---+
 PKGBUILD  |3 +--
 xfce4-time-out-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:09:26 UTC (rev 267166)
+++ PKGBUILD2016-05-07 05:09:28 UTC (rev 267167)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-time-out-plugin
 pkgver=1.0.2
-pkgrel=1
+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;
@@ -13,7 +13,6 @@
 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')
 

Deleted: xfce4-time-out-plugin.install
===
--- xfce4-time-out-plugin.install   2016-05-07 05:09:26 UTC (rev 267166)
+++ xfce4-time-out-plugin.install   2016-05-07 05:09:28 UTC (rev 267167)
@@ -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:


[arch-commits] Commit in xfce4-time-out-plugin/trunk (2 files)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 22:05:11
  Author: foutrelis
Revision: 221979

upgpkg: xfce4-time-out-plugin 1.0.1-4

Adopt and rebuild for new URL.

Modified:
  xfce4-time-out-plugin/trunk/PKGBUILD
  xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install

---+
 PKGBUILD  |   34 +++---
 xfce4-time-out-plugin.install |6 --
 2 files changed, 23 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:59:10 UTC (rev 221978)
+++ PKGBUILD2014-09-18 20:05:11 UTC (rev 221979)
@@ -1,34 +1,38 @@
 # $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
 # Contributor: Abhishek Dasgupta abh...@gmail.com
 
 pkgname=xfce4-time-out-plugin
 pkgver=1.0.1
-pkgrel=3
-pkgdesc=Take a break from your computer with this plugin for XFCE4.
+pkgrel=4
+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=4.7.0')
+depends=('xfce4-panel')
 makedepends=('intltool')
-install=${pkgname}.install
+install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-md5sums=('b6e4a3145d31c341e2506fb17b014587')
+sha256sums=('e342f73315fa8176ac4fc321680a3959aa2e06fafed1ac78031fae64713a3db8')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
+  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
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
 
+# vim:set ts=2 sw=2 et:

Modified: xfce4-time-out-plugin.install
===
--- xfce4-time-out-plugin.install   2014-09-18 19:59:10 UTC (rev 221978)
+++ xfce4-time-out-plugin.install   2014-09-18 20:05:11 UTC (rev 221979)
@@ -3,9 +3,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xfce4-time-out-plugin/trunk (2 files)

2012-04-20 Thread Eric BĂ©langer
Date: Friday, April 20, 2012 @ 23:56:21
  Author: eric
Revision: 156569

upgpkg: xfce4-time-out-plugin 1.0.1-1

Upstream update, Remove libxfcegui4 and hicolor-icon-theme depends

Modified:
  xfce4-time-out-plugin/trunk/PKGBUILD  (contents, properties)
  xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install (properties)

---+
 PKGBUILD  |   18 +-
 xfce4-time-out-plugin.install |1 -
 2 files changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-21 03:24:10 UTC (rev 156568)
+++ PKGBUILD2012-04-21 03:56:21 UTC (rev 156569)
@@ -3,22 +3,22 @@
 # Contributor: Abhishek Dasgupta abh...@gmail.com
 
 pkgname=xfce4-time-out-plugin
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc=Take a break from your computer with this plugin for XFCE4.
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://xfce-goodies.berlios.de/;
 groups=('xfce4-goodies')
 license=('GPL')
-depends=('xfce4-panel=4.7.0' 'libxfcegui4' 'hicolor-icon-theme')
+depends=('xfce4-panel=4.7.0')
 makedepends=('intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-md5sums=('ef50a3fd45c169943acc8af93604d9fd')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+md5sums=('b6e4a3145d31c341e2506fb17b014587')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -29,7 +29,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }
 


Property changes on: xfce4-time-out-plugin/trunk/PKGBUILD
___
Deleted: svn:executable
## -1 +0,0 ##
-*
Index: xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install
===
--- xfce4-time-out-plugin.install   2012-04-21 03:24:10 UTC (rev 156568)
+++ xfce4-time-out-plugin.install   2012-04-21 03:56:21 UTC (rev 156569)

Property changes on: xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install
___
Deleted: svn:executable
## -1 +0,0 ##
-*