Package Details: notify-osd-xfconf-bzr 384-2

Package Base: notify-osd-xfconf-bzr
Description: Canonical's on-screen notification display agent: xfconf branch.
Upstream URL: https://code.launchpad.net/~sidi/notify-osd/xfconf-experimental
Category: xfce
Licenses: GPL
Submitter: ava1ar
Maintainer: None
Last Packager: None
Votes: 4
First Submitted: 2009-11-11 21:50
Last Updated: 2011-06-07 19:57

Dependencies (4)

Required by (0)

Sources

  • remove-tests.patch

Latest Comments

Comment by flamusdiu

2012-08-31 21:59

Changed PKGFUILD as follows to get to work (with suggestion by madd.in):


11c11
< depends=('cairo' 'freetype2' 'libwnck' 'xfconf' 'libx11' 'pixman')
---
> depends=('cairo' 'freetype2' 'libwnck' 'xfconf')
41d40
< LDFLAGS="-lX11 -lpixman-1"
48c47
< }
---
> }
\ No newline at end of file

Also, not completely required by changed my CFLAGS in /etc/makepkg.conf from -march="X86_64 to -march=native.

Anonymous comment

2012-01-11 12:57

In order to compile this packages, i need to add
LDFLAGS="-lX11 -lpixman-1"
infront of the autogen.sh line.

Otherwise compile will fail with
/usr/lib/libX11.so.6: could not read symbols: Invalid operation
or
/usr/lib/libpixman-1.so.0: could not read symbols: Invalid operation

Comment by ava1ar

2011-06-07 19:57

magicrhesus, thanks! Updated the PKGBUILD.

Comment by magicrhesus

2011-06-05 10:59

I updated the PKGBUILD to remove the '-Werror' CFLAG.
See here: http://pastebin.com/aLKxdfH8

Comment by ava1ar

2010-10-20 12:09

PKGBUILD was updated:
* changed version to revision number
* added patch for switching off building unit tests - they are failed to compile and I am too lazy to fix this :)