You are not logged in.

#1 2011-09-18 14:43:07

ArchArael
Member
Registered: 2005-06-14
Posts: 504

[SOLVED] No package 'libpanelapplet-3.0' found

Hi guys,

I'm trying to install xmonad-log-applet but it seems that I don't have libpanelapplet-3.0 library/package.

I have searched in aur and no trace of libpanelapplet.

This is what I get when I search for any library that is called libpanelapplet:

arael(share) find . -name "libpanel*" 
./vala-0.12/vapi/libpanelapplet-2.0.deps
./vala-0.12/vapi/libpanelapplet-2.0.vapi

This is the output of the autogen.sh file from xmonad-log-applet tar:

arael(xmonad-log-applet) ./autogen.sh 
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force --warnings=all 
autoreconf: configure.ac: tracing
configure.ac:22: warning: The macro `AC_ERROR' is obsolete.
configure.ac:22: You should run autoupdate.
../../lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
configure.ac:22: the top level
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force --warnings=all
configure.ac:22: warning: The macro `AC_ERROR' is obsolete.
configure.ac:22: You should run autoupdate.
../../lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
configure.ac:22: the top level
autoreconf: running: /usr/bin/autoheader --force --warnings=all
autoreconf: running: automake --add-missing --copy --force-missing --warnings=all
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for DBUS_GLIB... yes
checking for LIBPANEL... no
configure: error: Package requirements (libpanelapplet-3.0 >= 2.32.0) were not met:

No package 'libpanelapplet-3.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBPANEL_CFLAGS
and LIBPANEL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Any hint? :\

Last edited by ArchArael (2011-09-18 16:42:52)

Offline

#2 2011-09-18 14:52:41

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] No package 'libpanelapplet-3.0' found

libpanelapplet-3.0 is gnome-panel 2.32. We don't have that anymore. You can ask upstream to add support for llibpanelapplet-4.0 or just disable support


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2011-09-18 14:53:00

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: [SOLVED] No package 'libpanelapplet-3.0' found

Edit: ^

I've no idea what we're talking about... but libpanelapplet seems to be part of gnome-panel, however, as the file /usr/lib/pkgconfig/libpanelapplet-4.0.pc indicates, it's -4.0 instead of libpanelapplet-3.0...

Last edited by lolilolicon (2011-09-18 14:55:00)


This silver ladybug at line 28...

Offline

#4 2011-09-18 15:52:11

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] No package 'libpanelapplet-3.0' found

i'm just exampling that you don't have any chance to build support because we now have gnome-panel 3.0 which has libpanelapplet-4.0 support.


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2011-09-18 16:28:03

ArchArael
Member
Registered: 2005-06-14
Posts: 504

Re: [SOLVED] No package 'libpanelapplet-3.0' found

xmonad-log-applet README file states that gnome3 is supported.

https://github.com/alexkay/xmonad-log-a … /README.md

I think I will write to this guy and ask him for a hint. If I find a solution I will post it.

Offline

#6 2011-09-18 16:30:01

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] No package 'libpanelapplet-3.0' found

have you passed ./configure --with-panel=gnome3 ?


Give what you have. To someone, it may be better than you dare to think.

Offline

#7 2011-09-18 16:42:16

ArchArael
Member
Registered: 2005-06-14
Posts: 504

Re: [SOLVED] No package 'libpanelapplet-3.0' found

wonder wrote:

have you passed ./configure --with-panel=gnome3 ?

I was going to write that.

The solution is quite simple as you have suggested. The README file states that but there is an autgen.sh file that needs to be started in order to get the configure file.

So the solution is:

./autogen.sh --with-panel=gnome3

Thank you for your time guys. wink

EDIT:  Here is the PKGBUILD for this applet: https://github.com/PKGBUILD/community-m … plet/trunk

EDIT2: Maybe it can be usefull to somebody else so here is the PKGBUILD adapted to the 1.0.4 version. You will need to download the archive, decompress it and rename the directory to xmonad-log-applet-1.0.4. Then you have to compress it again.

PKGBUILD

# Contributor: Alexander Kreuzer <alex@freesources.org>
# Maintainer: Jelle van der Waa <jelle vdwaa nl>

pkgname=xmonad-log-applet
pkgver=1.0.4
pkgrel=1
pkgdesc="Gnome Applet that display xmonad log message through DBus"
arch=('i686' 'x86_64')
url="http://uhsure.com/xmonad-log-applet.html"
license=('custom')
groups=()
install=$pkgname.install
depends=(dbus-core gnome-panel hicolor-icon-theme)
makedepends=()
optdepends=("haskell-dbus: for xmonad integration see http://uhsure.com/xmonad-log-applet.html" )
source=(http://uhsure.com/xmonad-log-applet/$pkgname-$pkgver.tar.bz2)
noextract=()

build() {
  cd $srcdir/$pkgname-$pkgver
  ./autogen.sh --with-panel=gnome3
  make 
}
package() {
  cd $srcdir/$pkgname-$pkgver
  make DESTDIR=$pkgdir install 
}

md5sums=('3f230d37a794800bc53f625496271b3e')

xmonad-log-applet.install

post_install() {
        gtk-update-icon-cache /usr/share/icons/hicolor
}

Last edited by ArchArael (2011-09-18 17:03:41)

Offline

#8 2011-09-18 17:22:10

ArchArael
Member
Registered: 2005-06-14
Posts: 504

Re: [SOLVED] No package 'libpanelapplet-3.0' found

Ok. I gave up on xmonad + gnome3 as I am not able to make work this applet. If somebody finds a way to make it work please post.  neutral

I will stick to i3 for a while. Pity it is not able to move workspace between monitors yet but I asked devs and one of them told me that in the next versions this is going to be implemented.

Offline

Board footer

Powered by FluxBB