You are not logged in.
Offline
Thanks, that was fast! Go ahead and maintain it if you don't find it too much trouble.
How's my programming? Call 1-800-DEV-NULL
Offline
Yay! Just as i thought i should make one, and there it is!
Thanks ![]()
Ceterum autem censeo Systemdinem esse delendam
Offline
Thanks! I had been considering taking this on, but I'm an Arch newbie so wasn't sure if I was up to it.
Offline
Package maintaining is really simple, especially for packages like this one which don't need much attention at all - they pretty much update themselves and don't need manual patching. Look into it, there's a lot of unmaintained packages in the AUR that could use some love. ![]()
I'll add the i686 hook now, I guess it'll run there anyways.
Offline
Oh wow, thanks. I've been using sprinkles for a while now and just maintaing it through svn, but this will be simpler.
BTW, is this the latest version? Word on the street is fullscreen flash finally works. ![]()
Offline
Offline
Last Sync i made was 06/09/10. But the PKGBUILD uses Rev 36, current is 40. 36 is from March.
Ceterum autem censeo Systemdinem esse delendam
Offline
Makepkg will pull the latest sources automatically, no matter what the pkgver is. It will update this + the sources.
Offline
Hm, you are right, it actually fetches the latest Version. Now im confused. I read this lines from the PKGBUILD:
if [ -d $_svnmod/.svn ]; then
(cd $_svnmod && svn up -r $pkgver)
else
svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
fi
So i thought that the Revision $pkgver will be used.
Ceterum autem censeo Systemdinem esse delendam
Offline
Offline
Ok, thats cool ![]()
Ceterum autem censeo Systemdinem esse delendam
Offline
This pkgbuild won't work for me for some reason. I'll post the error later if anyone wants it, this was a few hours ago I was playing with it and have since given up because I already have it through svn anyway.
Regardless, I'm getting some instability with it on my laptop. It occasionally crashes X. One 100% reproducable crash is trying to open another instance of urxvt while using the bottomstack layout. Opening surf on a tag that's in bottomstack crashes it as well. So far those are the only two I've found that do it. I've reinstalled urxvt, rebuilt surf, rebuilt dwm-sprinkles, no help. Is libxinerama really the only dep for sprinkles? I have sprinkles running on my desktop at home with a nearly identical setup and its been rock solid. The desktop uses nvidia graphics though, oppposed to the intel integrated crap in this laptop, dunno if that makes a big difference.
I'm logging dwm and X right now, so when it crashes again I will pastebin any relevant bits. Just wondering right now if anyone else can reproduce these crashes.
Offline
Could you please post your config.h if its not the default one? I could not reproduce this for now, but i will try again later with intel graphics.
Ceterum autem censeo Systemdinem esse delendam
Offline
Hey everyone, maintainer dude here.
I just visited the homepage of sprinkles (for the first time in a while) and saw that there's a stable version available that apparently uses the "normal" versioning scheme, as well as a new experimental branch. Should I add PKGBUILDs for those as well and rename the current package to dwm-sprinkles-svn?
Offline
Hey everyone, maintainer dude here.
I just visited the homepage of sprinkles (for the first time in a while) and saw that there's a stable version available that apparently uses the "normal" versioning scheme, as well as a new experimental branch. Should I add PKGBUILDs for those as well and rename the current package to dwm-sprinkles-svn?
If you want, sure. I may check out the experimental one.
Offline
Okay, done. The old dwm-sprinkles is now dwm-sprinkles-svn, the new dwm-sprinkles package contains the latest stable release as announced here. I also uploaded dwm-sprinkles-svn-experimental. Lots of links, I know, but I hope I made it clear enough.
If problems arise, you holler.
By the way, for how long has the dwmm script been in the package? It's a really neat way to deal with all the recompiling, I think.
Edit: Hey 0mark, I didn't even notice until now that you're on the Arch forums. ![]()
Last edited by Runiq (2010-08-20 20:50:18)
Offline
By the way, for how long has the dwmm script been in the package? It's a really neat way to deal with all the recompiling, I think.
07.27.10: Auto recompile script dwmm, some fixes
Offline
07.27.10: Auto recompile script dwmm, some fixes
Argh. I need to learn to read ![]()
Offline
A semi-offtopic newbee-on-dwm-question: someone with no knowledge on C (like me), can configure dwm a bit easily ?
Is there a *good* guide out there ?
Last edited by flamelab (2010-08-20 21:53:06)
Offline
A semi-offtopic newbee-on-dwm-question: someone with no knowledge on C (like me), can configure dwm a bit easily ?
Is there a *good* guide out there ?
There are many guides but I haven't used them so I don't know if they're good.
http://en.gentoo-wiki.com/wiki/Dwm
http://www.xsnake.net/howto/dwm/dwm-eng.php
https://bbs.archlinux.org/viewtopic.php?id=74599
Last edited by karol (2010-08-20 22:30:29)
Offline
Edit: Hey 0mark, I didn't even notice until now that you're on the Arch forums.
Forum Ninja, never to be seen until it is too late ![]()
Btw, the 'experimental' branch is to be used with care. Its partially extremely ugly, and i know i had left at last one array index unchecked. I will do better later ![]()
Most changes are in the bar anyway. Here is what it could look like now:
Ceterum autem censeo Systemdinem esse delendam
Offline
This pkgbuild won't work for me for some reason. I'll post the error later if anyone wants it, this was a few hours ago I was playing with it and have since given up because I already have it through svn anyway.
Regardless, I'm getting some instability with it on my laptop. It occasionally crashes X. One 100% reproducable crash is trying to open another instance of urxvt while using the bottomstack layout. Opening surf on a tag that's in bottomstack crashes it as well. So far those are the only two I've found that do it. I've reinstalled urxvt, rebuilt surf, rebuilt dwm-sprinkles, no help. Is libxinerama really the only dep for sprinkles? I have sprinkles running on my desktop at home with a nearly identical setup and its been rock solid. The desktop uses nvidia graphics though, oppposed to the intel integrated crap in this laptop, dunno if that makes a big difference.
I'm logging dwm and X right now, so when it crashes again I will pastebin any relevant bits. Just wondering right now if anyone else can reproduce these crashes.
I have the same problem. Rock solid on my desktop, I change my dwm config once a week/month, then when I installed arch on a laptop (with Intel) I compiled the very same package with the same config of dwm, and I crash everytime I open a terminal in tag 2,3,4,5 if there is no terminal in tag 1. (rxvt-unicode)
Anyway, I thought it had something to do with intel, and didn't bother much with it, but last night I reinstalled my desktop, now using 64-bit (laptop still 32-bit). And I have the exact same crashes on my desktop now too.
I don't think it's related to dwm, I think I'm missing a package.
I used the /arch/quickinstall script by the way. First time for me, and I noticed I got alot less packages. That's what makes me think I'm missing something.
Offline
Which dwm package do you use, and could you post your config.h?
Ceterum autem censeo Systemdinem esse delendam
Offline