Package Details: awesome-freedesktop-git 1:r117.ac9de0e-1

Git Clone URL: https://aur.archlinux.org/awesome-freedesktop-git.git (read-only, click to copy)
Package Base: awesome-freedesktop-git
Description: Freedesktop.org compliant desktop entries and menu for Awesome WM
Upstream URL: https://github.com/lcpz/awesome-freedesktop
Keywords: awesome
Licenses: GPL2
Conflicts: awesome-freedesktop
Provides: awesome-freedesktop
Submitter: lcpz
Maintainer: lcpz
Last Packager: lcpz
Votes: 12
Popularity: 0.000000
First Submitted: 2016-11-06 11:35 (UTC)
Last Updated: 2022-03-25 19:30 (UTC)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

lcpz commented on 2019-06-03 10:12 (UTC)

Thank you, should be fixed now.

raith commented on 2019-06-01 15:51 (UTC) (edited on 2019-06-01 15:52 (UTC) by raith)

makepkg fails building this package, because the install commands in package() refer to different directories. ashwinkj's comment below shows the correct directories.

Fix:

sed -i '25 s/$_pkgname/freedesktop/' PKGBUILD

ashwinkj commented on 2019-05-30 22:55 (UTC) (edited on 2019-05-30 22:55 (UTC) by ashwinkj)

In version awesome-freedesktop-git 105.6951b09-3, require("freedesktop") doesn't work anymore. I had to modify the lua install directory to be freedesktop instead of awesome-freedesktop to get it working.

package() {
    install -dm755 "$pkgdir/usr/share/lua/5.3/freedesktop/"
    install -m644 $_pkgname/{LICENSE,README.rst,*.lua} "$pkgdir/usr/share/lua/5.3/freedesktop"
}

lcpz commented on 2017-01-12 18:02 (UTC)

Attention everyone: this package is updated to the new Awesome branch (4.x). If you're using Community/awesome package, which is currently still at version 3.5.9, for the time being either switch to AUR/awesome-git, or install awesome-freedesktop from Git and revert to latest 3.5.x commit: $ git clone https://github.com/copycat-killer/awesome-freedesktop.git ~/.config/awesome/freedesktop $ cd ~/.config/awesome/freedesktop $ git checkout 2c695a9 .