Package Details: dwm-git 6.4.r5.ge81f17d-1

Git Clone URL: https://aur.archlinux.org/dwm-git.git (read-only, click to copy)
Package Base: dwm-git
Description: A dynamic window manager for X
Upstream URL: https://dwm.suckless.org
Keywords: dynamic tiling windowmanager wm X11
Licenses: MIT
Conflicts: dwm
Provides: dwm
Submitter: gtmanfred
Maintainer: Neptune650
Last Packager: Neptune650
Votes: 31
Popularity: 0.000000
First Submitted: 2012-12-04 01:17 (UTC)
Last Updated: 2023-08-05 22:49 (UTC)

Required by (2)

Sources (3)

Latest Comments

1 2 3 4 Next › Last »

m040601 commented on 2022-02-22 02:34 (UTC)

I've been running dwm for like, 10 years?, in raspberry pis and chromebooks.

Only now noticed

arch=('i686' 'x86_64')

Please change it to

arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')

Thanks in advance.

m040601 commented on 2022-02-17 01:55 (UTC)

dwm-git:
Depends On      : libx11  libxinerama  libxft
dwm:
Depends On      : libx11  libxinerama  libxft  freetype2  st  dmenu

Quick question, why the difference ?

I'm not 100% sure, and can't find it browsing the dwm site. Is dwm really still ("officially") dependent on "st" and "dmenu" ? Or is just a "Depends On" tag that needs to be corrected, either in "dwm" or "dwm-git" ?

PS: Tip, there is now an official Arch package called "bemenu" that works BOTH on the console and X/Wayland. Very nice alternative to dmenu.

<deleted-account> commented on 2019-11-09 07:59 (UTC)

Look, maybe it will be more convenient. In this case, config.h is not needed in the array. So implemented in st-git PKGBUILD.

prepare() { cd $srcdir/${pkgname%-git}

echo 'Copying config.def.h to $startdir...' cp -fv config.def.h "$startdir/"

if [[ -f "$startdir/config.h" ]]; then echo 'Copy config.h to the build directory...' cp -fv "$startdir/config.h" config.h fi }

bidulock commented on 2019-11-07 08:33 (UTC)

Sure, done. I also removed the epoch and made the version conform to -git package practice.

<deleted-account> commented on 2019-11-06 07:52 (UTC)

Correct the prepare section:

prepare() { cd $_pkgname if [[ -f "$srcdir/config.h" ]]; then cp -f "$srcdir/config.h" config.h fi }

mthead commented on 2019-02-23 22:42 (UTC)

Two instances of $pkgname/ need to be removed from the prepare section then it works.

mthead commented on 2019-02-22 11:06 (UTC)

My config.h is not being copied to src/dwm and therefore is not being utilized. I even checked taking the config.h that gets created by this package, making a slight modification (changed one colour), then placed that config.h into a newly extracted tarball. Still no. Could you check please?

Industrial commented on 2017-12-30 21:52 (UTC)

Somehow, something here is running 'apt-get'. https://gist.github.com/anonymous/987543a62bd197ff0db468ca381da7bf

tagener-noisu commented on 2016-10-22 13:03 (UTC)

Hey, I've changed your PKGBUILD so it uses git branches to store user configs and applied patches. Check it out https://github.com/tagener-noisu/dwm-pkgbuild

bidulock commented on 2016-04-18 05:46 (UTC)

The reason for epoch was the the version numbering system was change to comply with VCS PKGBUILD guidelines and the package would not upgrade without it.