it works, thanks :)
Search Criteria
Package Details: xfce4-weather-plugin-git 20121231-1
Package Actions
| Package Base: | xfce4-weather-plugin-git |
|---|---|
| Description: | A weather plugin for the Xfce4 panel |
| Upstream URL: | http://www.xfce.org |
| Category: | xfce |
| Licenses: | |
| Submitter: | killermoehre |
| Maintainer: | DarSul |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2010-04-15 12:21 |
| Last Updated: | 2013-01-01 04:14 |
Latest Comments
Comment by unhammer
Comment by josephgbr
The developer kindly answered my request and fixed this bug. Try it now
Comment by unhammer
killermoehre, the output even says I have aclocal (automake is part of base-devel)
Comment by josephgbr
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
@unhammer
According to the AUR rules it's supposed you have »base-devel« installed. No bug, no fix.
Comment by unhammer
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
Fixed gitlink, should work again
Anonymous comment
And, please, add
conflicts=('xfce4-weather-plugin')
provides=('xfce4-weather-plugin')
to the PKGBUILD.
Anonymous comment
$_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
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.