Package Details: xfce4-weather-plugin-git 20121231-1

Package Base: xfce4-weather-plugin-git
Description: A weather plugin for the Xfce4 panel
Upstream URL: http://www.xfce.org
Category: xfce
Licenses: GPL2
Submitter: killermoehre
Maintainer: DarSul
Last Packager: None
Votes: 3
First Submitted: 2010-04-15 12:21
Last Updated: 2013-01-01 04:14

Required by (0)

Sources

Latest Comments

Comment by unhammer

2013-01-16 14:12

it works, thanks :)

Comment by josephgbr

2013-01-16 13:08

The developer kindly answered my request and fixed this bug. Try it now

Comment by unhammer

2013-01-16 08:26

killermoehre, the output even says I have aclocal (automake is part of base-devel)

Comment by josephgbr

2013-01-15 15:11

Actually, it is more likely that this software doesn't support and is using deprecated macros (changes in automake 1.13). A patch is required.

Comment by killermoehre

2013-01-15 14:41

@unhammer
According to the AUR rules it's supposed you have »base-devel« installed. No bug, no fix.

Comment by unhammer

2013-01-15 10:03

Running aclocal -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share//xfce4/dev-tools/m4macros -I /usr/share//xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros...
configure.ac:35: error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:35: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
==> ERROR: A failure occurred in build().
Aborting...

Comment by TrialnError

2012-12-06 11:45

Fixed gitlink, should work again

Anonymous comment

2011-12-20 21:31

And, please, add
conflicts=('xfce4-weather-plugin')
provides=('xfce4-weather-plugin')
to the PKGBUILD.

Anonymous comment

2011-12-20 21:28

$_gitroot is wrong. So the git tree can't be pulled.
The new $_gitroot is: http://git.xfce.org/panel-plugins/xfce4-weather-plugin

It would be nice if you would update the PKGBUILD and make the suggested changes.

Anonymous comment

2011-11-05 13:33

Is it really necessary to pull in all those git dependencies like xfce4-panel-git and xfce4-dev-tools-git with all their other git dependencies? Is it really not possible to build and run xfce4-weather-plugin-git with the stable versions of the dependencies? It's really not nice to force the user unnecessarily to update almost the whole xfce4 to xfce4-git just to test a git version of one single plugin.

If those git dependencies aren't necessary then, please, change them to the stable versions and put a provides array in the PKGBUILDs of the git packages.

Means, change
depends=('xfce4-panel-git' 'libxml2' 'hicolor-icon-theme')
makedepends=('git' 'intltool' 'pkgconfig' 'xfce4-dev-tools-git')
to
depends=('xfce4-panel' 'libxml2' 'hicolor-icon-theme')
makedepends=('git' 'intltool' 'pkgconfig' 'xfce4-dev-tools')

And e.g. add a
provides=('xfce4-panel')
to xfce4-panel-git.

And, btw., I'm not sure if a groups array like groups=('xfce4-git') really makes sense in an AUR package.