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

2015-03-06 Thread Evangelos Foutras
Date: Friday, March 6, 2015 @ 17:12:57
  Author: foutrelis
Revision: 232949

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

Added:
  xfce4-timer-plugin/repos/testing-i686/PKGBUILD
(from rev 232948, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/testing-i686/xfce4-timer-plugin.install
(from rev 232948, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
  xfce4-timer-plugin/repos/testing-x86_64/PKGBUILD
(from rev 232948, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/testing-x86_64/xfce4-timer-plugin.install
(from rev 232948, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
Deleted:
  xfce4-timer-plugin/repos/testing-i686/PKGBUILD
  xfce4-timer-plugin/repos/testing-i686/xfce4-timer-plugin.install
  xfce4-timer-plugin/repos/testing-x86_64/PKGBUILD
  xfce4-timer-plugin/repos/testing-x86_64/xfce4-timer-plugin.install

---+
 /PKGBUILD |   72 
 /xfce4-timer-plugin.install   |   26 ++
 testing-i686/PKGBUILD |   36 --
 testing-i686/xfce4-timer-plugin.install   |   13 -
 testing-x86_64/PKGBUILD   |   36 --
 testing-x86_64/xfce4-timer-plugin.install |   13 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-03-06 16:12:45 UTC (rev 232948)
+++ testing-i686/PKGBUILD   2015-03-06 16:12:57 UTC (rev 232949)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-timer-plugin
-pkgver=1.6.0
-pkgrel=2
-pkgdesc=Plugin to track time for the Xfce4 panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
-install=xfce4-timer-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/ \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-timer-plugin/repos/testing-i686/PKGBUILD (from rev 232948, 
xfce4-timer-plugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-06 16:12:57 UTC (rev 232949)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-timer-plugin
+pkgver=1.6.0
+pkgrel=3
+pkgdesc=Plugin to track time for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=xfce4-timer-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/ \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/xfce4-timer-plugin.install
===
--- testing-i686/xfce4-timer-plugin.install 2015-03-06 16:12:45 UTC (rev 
232948)
+++ testing-i686/xfce4-timer-plugin.install 2015-03-06 16:12:57 UTC (rev 
232949)
@@ -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:

Copied: xfce4-timer-plugin/repos/testing-i686/xfce4-timer-plugin.install (from 
rev 232948, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
===
--- testing-i686/xfce4-timer-plugin.install (rev 0)
+++ testing-i686/xfce4-timer-plugin.install 2015-03-06 16:12:57 UTC (rev 
232949)
@@ -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:

Deleted: testing-x86_64/PKGBUILD

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

2014-06-08 Thread Eric Bélanger
Date: Monday, June 9, 2014 @ 02:50:25
  Author: eric
Revision: 214400

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

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

-+
 /PKGBUILD   |   62 ++
 /xfce4-timer-plugin.install |   22 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/xfce4-timer-plugin.install   |   11 -
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/xfce4-timer-plugin.install |   11 -
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-09 00:48:00 UTC (rev 214399)
+++ extra-i686/PKGBUILD 2014-06-09 00:50:25 UTC (rev 214400)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-timer-plugin
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=plugin to track time for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
-install=xfce4-timer-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5bd0e450b4c9b3f37a289fc1723b1a3d984ffd5d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/ \
-   --localstatedir=/var \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-timer-plugin/repos/extra-i686/PKGBUILD (from rev 214399, 
xfce4-timer-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-09 00:50:25 UTC (rev 214400)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-timer-plugin
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Plugin to track time for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
+license=('GPL2')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+groups=('xfce4-goodies')
+install=xfce4-timer-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('aa37ccf7dad36000f413fd7dd29068da4858c8fe')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/ \
+   --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/xfce4-timer-plugin.install
===
--- extra-i686/xfce4-timer-plugin.install   2014-06-09 00:48:00 UTC (rev 
214399)
+++ extra-i686/xfce4-timer-plugin.install   2014-06-09 00:50:25 UTC (rev 
214400)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: xfce4-timer-plugin/repos/extra-i686/xfce4-timer-plugin.install (from 
rev 214399, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
===
--- extra-i686/xfce4-timer-plugin.install   (rev 0)
+++ extra-i686/xfce4-timer-plugin.install   2014-06-09 00:50:25 UTC (rev 
214400)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-09 00:48:00 UTC (rev 214399)
+++ extra-x86_64/PKGBUILD   2014-06-09 00:50:25 UTC (rev 214400)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# 

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

2013-02-24 Thread Eric Bélanger
Date: Sunday, February 24, 2013 @ 23:42:03
  Author: eric
Revision: 178519

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

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

-+
 extra-i686/PKGBUILD |   66 +++---
 extra-i686/xfce4-timer-plugin.install   |   22 +-
 extra-x86_64/PKGBUILD   |   66 +++---
 extra-x86_64/xfce4-timer-plugin.install |   22 +-
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-24 22:41:36 UTC (rev 178518)
+++ extra-i686/PKGBUILD 2013-02-24 22:42:03 UTC (rev 178519)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-timer-plugin
-pkgver=0.6.4
-pkgrel=2
-pkgdesc=plugin to track time for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
-options=('!libtool')
-install=xfce4-timer-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c2f9e113dcda742cd1559129b79f609b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/ \
-   --localstatedir=/var \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-timer-plugin/repos/extra-i686/PKGBUILD (from rev 178518, 
xfce4-timer-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-24 22:42:03 UTC (rev 178519)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-timer-plugin
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=plugin to track time for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+options=('!libtool')
+install=xfce4-timer-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5bd0e450b4c9b3f37a289fc1723b1a3d984ffd5d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/ \
+   --localstatedir=/var \
+   --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/xfce4-timer-plugin.install
===
--- extra-i686/xfce4-timer-plugin.install   2013-02-24 22:41:36 UTC (rev 
178518)
+++ extra-i686/xfce4-timer-plugin.install   2013-02-24 22:42:03 UTC (rev 
178519)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: xfce4-timer-plugin/repos/extra-i686/xfce4-timer-plugin.install (from 
rev 178518, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
===
--- extra-i686/xfce4-timer-plugin.install   (rev 0)
+++ extra-i686/xfce4-timer-plugin.install   2013-02-24 22:42:03 UTC (rev 
178519)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-24 22:41:36 UTC (rev 178518)
+++ extra-x86_64/PKGBUILD   2013-02-24 22:42:03 UTC (rev 178519)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: 

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

2012-02-06 Thread Evangelos Foutras
Date: Monday, February 6, 2012 @ 11:38:59
  Author: foutrelis
Revision: 149260

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

Added:
  xfce4-timer-plugin/repos/extra-i686/PKGBUILD
(from rev 149259, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/extra-i686/panel48.patch
(from rev 149259, xfce4-timer-plugin/trunk/panel48.patch)
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD
(from rev 149259, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/extra-x86_64/panel48.patch
(from rev 149259, xfce4-timer-plugin/trunk/panel48.patch)
Deleted:
  xfce4-timer-plugin/repos/extra-i686/PKGBUILD
  xfce4-timer-plugin/repos/extra-i686/panel48.patch
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-timer-plugin/repos/extra-x86_64/panel48.patch

+
 extra-i686/PKGBUILD|   74 
 extra-i686/panel48.patch   |   78 +--
 extra-x86_64/PKGBUILD  |   74 
 extra-x86_64/panel48.patch |   78 +--
 4 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-06 16:38:40 UTC (rev 149259)
+++ extra-i686/PKGBUILD 2012-02-06 16:38:59 UTC (rev 149260)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-timer-plugin
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=plugin to track time for the Xfce4 panel
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2
-   panel48.patch)
-md5sums=('ba5ae0e25f69517338f74a27fbaf4ca2'
- 'fc9444aa98d7ef9c61d97dbd9f47e082')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # patch from git master
-  patch -Np1 -i ${srcdir}/panel48.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
-}

Copied: xfce4-timer-plugin/repos/extra-i686/PKGBUILD (from rev 149259, 
xfce4-timer-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-06 16:38:59 UTC (rev 149260)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-timer-plugin
+pkgver=0.6.1
+pkgrel=2
+pkgdesc=plugin to track time for the Xfce4 panel
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2
+   panel48.patch)
+md5sums=('ba5ae0e25f69517338f74a27fbaf4ca2'
+ 'fc9444aa98d7ef9c61d97dbd9f47e082')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # patch from git master
+  patch -Np1 -i ${srcdir}/panel48.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
+}

Deleted: extra-i686/panel48.patch
===
--- extra-i686/panel48.patch2012-02-06 16:38:40 UTC (rev 149259)
+++ extra-i686/panel48.patch2012-02-06 16:38:59 UTC (rev 149260)
@@ -1,39 +0,0 @@
-From 03ff202f818fe3f075a6c864ab688b57b1bb1cb4 Mon Sep 17 00:00:00 2001
-From: Nick Schermer n...@xfce.org
-Date: Thu, 27 Jan 2011 21:18:45 +
-Subject: Fix segfault when creating plugin in 4.8 panel.
-
-Used invalid function type to construct the plugin.

-diff --git a/src/xfcetimer.c b/src/xfcetimer.c
-index c27d37a..de7bd2b 100644
 a/src/xfcetimer.c
-+++ b/src/xfcetimer.c
-@@ -42,7 +42,7 @@
- 
- #include xfcetimer.h
- 
--static gboolean create_plugin_control (XfcePanelPlugin *plugin);
-+static void create_plugin_control (XfcePanelPlugin *plugin);
- XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL(create_plugin_control);
- 
- void make_menu(plugin_data *pd);
-@@ -1366,7 +1366,7 @@ static void plugin_create_options (XfcePanelPlugin 
*plugin,plugin_data *pd) {
-  *
-  * Returns %TRUE on success, %FALSE on failure.
-  **/
--static gboolean
-+static void
- create_plugin_control (XfcePanelPlugin *plugin)
- {
- 
-@@