I put your source tarballs on my web server for a direct access :
http://archivel.fr/xcb-util-0.3.8-1.src.tar.gz
http://archivel.fr/xcb-util-image-0.3.8-1.src.tar.gz
http://archivel.fr/xcb-util-keysyms-0.3.8-1.src.tar.gz
http://archivel.fr/xcb-util-wm-0.3.8-1.src.tar.gz
I think patch for startup-notification is not necessary anymore since the update to 0.12.
Search Criteria
Package Details: awesome-git 4.3.1683.g691e36425-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/awesome-git.git (read-only, click to copy) |
---|---|
Package Base: | awesome-git |
Description: | Highly configurable framework window manager |
Upstream URL: | https://awesomewm.org/ |
Licenses: | GPL2 |
Conflicts: | awesome |
Provides: | awesome, notification-daemon |
Submitter: | noonov |
Maintainer: | trollixx (actionless) |
Last Packager: | actionless |
Votes: | 227 |
Popularity: | 0.40 |
First Submitted: | 2007-11-22 16:01 (UTC) |
Last Updated: | 2025-04-08 17:50 (UTC) |
Dependencies (25)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- libxdg-basedir
- libxfixes
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- lua
- lua-lgi (lua-lgi-gitAUR)
- pango (pango-gitAUR)
- startup-notification
- xcb-util-cursor (xcb-util-cursor-gitAUR)
- xcb-util-keysyms
- xcb-util-wm
- xcb-util-xrm
- asciidoctor (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- docbook-xsl (make)
- git (git-gitAUR, git-glAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- ldoc (ldoc-gitAUR) (make)
- Show 5 more dependencies...
Required by (55)
- autohidewibox (requires awesome)
- awesome-bawesome (requires awesome)
- awesome-bling-git (requires awesome)
- awesome-carrot (requires awesome)
- awesome-cinnamon (requires notification-daemon)
- awesome-cinnamon (requires awesome)
- awesome-collision-git (requires awesome)
- awesome-freedesktop-git (requires awesome)
- awesome-gnome (requires awesome)
- awesome-gnome (requires notification-daemon)
- awesome-layout-machi-git (requires awesome)
- awesome-quicklaunch-git (requires awesome)
- awesome-revelation-git (requires awesome)
- awesome-rubato-git (requires awesome)
- awesome-scratch-git (requires awesome)
- awesome-themes-git (requires awesome)
- barify (requires notification-daemon)
- batify (requires notification-daemon) (optional)
- batify-git (requires notification-daemon) (optional)
- batti (requires notification-daemon) (optional)
- Show 35 more...
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 Next › Last »
cdemoulins commented on 2011-05-27 12:59 (UTC)
noonov commented on 2011-05-14 13:51 (UTC)
*IMPORTANT*
Latest version of awesome-git is NOT able to build with xcb-util<=0.3.6.
So, now you have to have xcb-util>=0.3.8 and some new packages below:
- xcb-util 0.3.8, xcb-util-image 0.3.8, xcb-util-keysyms 0.3.8, xcb-util-wm 0.3.8
Libraries provided by xcb-util<=0.3.6 are splitted into several packages.
- Patched version of startup-notification 0.10 for xcb-util>=0.3.8
src tarballs for pacman here:
xcb-util 0.3.8-1
http://www.fileserve.com/file/RvgmMEQ
xcb-util-image 0.3.8-1
http://www.fileserve.com/file/4YYZ6YD
xcb-util-keysyms 0.3.8-1
http://www.fileserve.com/file/sjuanGr
xcb-util-wm 0.3.8-1
http://www.fileserve.com/file/N24R4SF
startup-notification 0.10-3
http://www.fileserve.com/file/AdtmSrv
Feel free to modify, submit, maintain or mirror these packages. (Of cource binary packages are welcome.)
xcb-util in [extra] is already flagged as out-of-date, but still not updated to 0.3.8.
Please be patient.
hellnest commented on 2011-02-21 15:44 (UTC)
There's a patch for current CMake issue. Please put it inside your PKGBUILD, thx
https://awesome.naquadah.org/bugs/index.php?getfile=384
<deleted-account> commented on 2011-02-19 17:57 (UTC)
A change in the semantics of cmake from 2.8.3 to 2.8.4 makes the build fail currently. see upstream bug FS#869.
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=869.
root_op commented on 2011-01-21 19:40 (UTC)
Just wanted to point out something regarding awesome4, people might experience some issues with getting transparency from compositors to work,
this is due to that awesome now creates and manages clients with a new method different from what it used before. What it now does is basicly forcefully gain parenting of the client.
This however removes the 32bit color depth support (Not sure why but ask on #awesome@oftc if in doubt). This has however been resolved by making use of ARBG in X.
There was vary result from this however, some experienced rendering artifacts and some didn't at all. Although it's disabled by default.
To get to the point: If you want or require transparency through the additional 8bit alpha channel then prepend the argument -a or --no-argb to awesome.
(Awesome-git should really get it's own wikipage since master/head is Awesome4)
svenstaro commented on 2010-12-03 19:07 (UTC)
Getting an error during make while making manpages. Looks like an upstream fault.
<deleted-account> commented on 2010-09-29 19:06 (UTC)
The bug report I filed has been closed and is fixed with a recent commit. It appears this was a problem with LuaDoc that may or may not have been intended; either way it will never be changed because LuaDoc is no longer developed. A link to the commit is below. I've built the package and it compiles just fine.
http://git.naquadah.org/?p=awesome.git;a=commit;h=787bdbe4684340407ce7b36c51005405f9ab620f
<deleted-account> commented on 2010-09-23 17:02 (UTC)
Also you can disable luadoc generation to solve this issue (which is still here) by passing -DGENERATE_LUADOC=false to cmake.
<deleted-account> commented on 2010-09-18 20:18 (UTC)
I submitted the following bug report: http://awesome.naquadah.org/bugs/index.php?do=details&task_id=823&project=1
<deleted-account> commented on 2010-09-18 16:49 (UTC)
Thank you!
Pinned Comments
trollixx commented on 2016-12-27 08:30 (UTC)